Separate name from width #20
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#20
Loading…
Reference in a new issue
No description provided.
Delete branch "name_width_separation"
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?
It is useful to have both around, but for things that look for particular signals by name, having the width always included in the name is problematic. For example in https://gitlab.com/surfer-project/surfer/-/issues/59
CC: @oscargus since you made the original change
I agree that both may be useful to have it. Even more useful to combine signals with the same name and different indices (which seems to be how e.g. ModelSim generates VCDs by default).
For the ModelSim use case this parameter name is maybe not the most obvious. The only thing we know is that it contains an index or a range.
Not a big deal though.