Initial SystemVerilog/fst2vcd support #38

Open
oscargus wants to merge 1 commit from oscargus/svsupport into main
oscargus commented 2024-01-07 10:57:47 +00:00 (Migrated from github.com)

Closes #34 (sort of, enum is not supported since I do not know how these are stored). Also, only the single example file is used for test and that reads if nothing else...

By storing the number of bits for all types, Surfer is a bit more happy to show reals.

Note that the type names used are specific for vcd2fst, so I also added support for any tool using the default SystemVerilog names.

Closes #34 (sort of, enum is not supported since I do not know how these are stored). Also, only the single example file is used for test and that reads if nothing else... By storing the number of bits for all types, Surfer is a bit more happy to show reals. Note that the type names used are specific for vcd2fst, so I also added support for any tool using the default SystemVerilog names.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin oscargus/svsupport:oscargus/svsupport
git checkout oscargus/svsupport

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff oscargus/svsupport
git checkout main
git merge --ff-only oscargus/svsupport
git checkout oscargus/svsupport
git rebase main
git checkout main
git merge --no-ff oscargus/svsupport
git checkout main
git merge --squash oscargus/svsupport
git checkout main
git merge --ff-only oscargus/svsupport
git checkout main
git merge oscargus/svsupport
git push origin main
Sign in to join this conversation.
No description provided.