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 3a75f75 commit 54f8db9Copy full SHA for 54f8db9
README.md
@@ -218,14 +218,16 @@ The struct `Constant` records the possible number formats in Verilog
218
219
### Struct NetBit
220
The struct `NetBit` specifies a bit in a net
221
+
222
| Name | Type | Description |
223
| ------------- |:-------------| :--------------|
224
| name | std::string | the name of a net |
225
| bit | int | the index of the bit |
226
227
228
### Struct NetRange
-The struct `NetRange` specifies a range in a net
229
+The struct `NetRange` specifies a range in a net
230
231
232
233
0 commit comments