Arrays split into individual signals cause problems #9
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#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Aparently there are wave files which contain
FWB seems to parse these as several copies of
input0
, presumably because it assumes there can not be a space in the signal nameSee https://gitlab.com/surfer-project/surfer/-/issues/15 for a VCD file with this problem
The first thing to do is to add the index to the signal (this is what GTKWave does). However, long term, I think it is preferred to merge these into actual single vectors (this is what ModelSim, that generates these VCD-files, does).