Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT REVIEW] mock-array: report error if all pins are not in .vcd for read_vcd #2680

Conversation

oharboe
Copy link
Collaborator

@oharboe oharboe commented Jan 13, 2025

ces_0_0/io_lsbIns_1 exists in this .vcd file, but it doesn't have any activities set from vcd. The signal is 0 throughout the run.

To reproduce with sta only, untar and run mock-array-read-vcd.tar.gz

The tar file was made from this PR and:

make DESIGN_CONFIG=designs/asap7/mock-array/config.mk final simulate power

Output:

[deleted]
read_vcd -scope TOP/MockArray ./results/asap7/mock-array/base/MockArrayTestbench.vcd
Annotated 1829222 pin activities.
Total number of pins to be annotated: 2339364
Error: Listing 10 pins without activity from ./results/asap7/mock-array/base/MockArrayTestbench.vcd:
ces_0_0/clock 0.00000e+00 0.000 unknown input
ces_0_0/io_lsbIns_1 0.00000e+00 0.000 unknown input
ces_0_0/io_lsbIns_2 0.00000e+00 0.000 unknown input
ces_0_0/io_lsbIns_3 0.00000e+00 0.000 unknown input
ces_0_0/io_lsbIns_4 0.00000e+00 0.000 unknown input
ces_0_0/io_lsbIns_5 0.00000e+00 0.000 unknown input
ces_0_0/io_lsbIns_6 0.00000e+00 0.000 unknown input
ces_0_0/io_lsbIns_7 0.00000e+00 0.000 unknown input
ces_0_0/io_lsbOuts_0 0.00000e+00 0.000 unknown output
ces_0_0/io_lsbOuts_1 0.00000e+00 0.000 unknown output
[deleted]

image

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant