Skip to content

Commit fa8dc9f

Browse files
Razer6a-will
authored andcommitted
[hw,gpio,rtl] Add template description file
Signed-off-by: Robert Schilling <[email protected]>
1 parent dfc47a3 commit fa8dc9f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Copyright lowRISC contributors (OpenTitan project).
2+
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
// SPDX-License-Identifier: Apache-2.0
4+
{
5+
template_param_list: [
6+
{
7+
name: "topname"
8+
desc: "Name of top-level design, e.g., 'darjeeling' or 'earlgrey'"
9+
type: "string"
10+
default: ""
11+
}
12+
{
13+
name: "module_instance_name"
14+
desc: "instance name in case there are multiple gpio instances"
15+
type: "string"
16+
default: "gpio"
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)