You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, there is no reference to the d and e net declaration assignments. Their declaration nodes, N4 and N5 are not connected in any way to the rest of the netlist.
Additional context
I have a pending PR which prints a warning for unused variable declarations (pretty trivial but useful), which gets incorrectly triggered by those issues.
The text was updated successfully, but these errors were encountered:
@jameshanlon
Describe the bug
It seems that
slang-netlist
ignores the assignment part of net declaration assignments.To Reproduce
Please run the following file (test.v):
with
The output we get is:
As you can see, there is no reference to the
d
ande
net declaration assignments. Their declaration nodes,N4
andN5
are not connected in any way to the rest of the netlist.Additional context
I have a pending PR which prints a warning for unused variable declarations (pretty trivial but useful), which gets incorrectly triggered by those issues.
The text was updated successfully, but these errors were encountered: