lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1 | // Copyright lowRISC contributors. |
2 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||||
3 | // SPDX-License-Identifier: Apache-2.0 | ||||
4 | |||||
5 | interface ${name}_if (); | ||||
6 | |||||
7 | // interface pins | ||||
8 | |||||
9 | // debug signals | ||||
10 | |||||
11 | endinterface |