Skip to content

Commit 54f8db9

Browse files
committed
update
1 parent 3a75f75 commit 54f8db9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,16 @@ The struct `Constant` records the possible number formats in Verilog
218218
219219
### Struct NetBit
220220
The struct `NetBit` specifies a bit in a net
221+
221222
| Name | Type | Description |
222223
| ------------- |:-------------| :--------------|
223224
| name | std::string | the name of a net |
224225
| bit | int | the index of the bit |
225226
226227
227228
### Struct NetRange
228-
The struct `NetRange` specifies a range in a net
229+
The struct `NetRange` specifies a range in a net
230+
229231
| Name | Type | Description |
230232
| ------------- |:-------------| :--------------|
231233
| name | std::string | the name of a net |

0 commit comments

Comments
 (0)