Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Arrays split into individual signals cause problems #9

Open
TheZoq2 opened this issue Sep 6, 2023 · 1 comment
Open

Arrays split into individual signals cause problems #9

TheZoq2 opened this issue Sep 6, 2023 · 1 comment

Comments

@TheZoq2
Copy link
Collaborator

TheZoq2 commented Sep 6, 2023

Aparently there are wave files which contain

input0 [0]
input0 [1]
input0 [2]
input0 [3]
...

FWB seems to parse these as several copies of input0, presumably because it assumes there can not be a space in the signal name

See https://gitlab.com/surfer-project/surfer/-/issues/15 for a VCD file with this problem

@oscargus
Copy link
Contributor

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants