Keep index as part of signal name #12
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Yehowshua/FastWaveBackend#12
Loading…
Reference in a new issue
No description provided.
Delete branch "keepindex"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related to #9
I realize that the current behavior is a design choice, but probably it is better to leave it to the viewer to decide if this should be included or not.
Agreed, for Surfer I think we should add a config to select if you want [] there or not, but striping it, especially when #9 is a problem is not ideal
Is this correct? Verilog "raw" identifiers are supported and there may be a way to have spaces in those names. Might be better to insert spaces instead of mangling such (admittedly rare names)
OK! I didn't think it was possible to have spaces in signal names... Will fix!