We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc47a3 commit fa8dc9fCopy full SHA for fa8dc9f
hw/ip_templates/gpio/data/gpio.tpldesc.hjson
@@ -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
16
+ default: "gpio"
17
18
+ ]
19
+}
0 commit comments