no vcd trace #13
no vcd trace #13
Comments
|
I created a pull request in YosysHQ/SymbiYosys#18. |
|
I don't know what "exercise 1" refers to. But I'm certain YosysHQ/SymbiYosys#18. just breaks the tool and doesn't help in any way. |
|
Ah, apparently "exercise 1" refers to the quickstart guide. Since you did not post anything that would allow me to reproduce whatever you are seeing, I can only assume that the check passed (because either you didn't change the core, or changed it in a way that had no negative effect), and a passing test of course doesn't produce a counter example trace. |
|
Thanks for the quick reply. Yes, I was referring to the quickstart guide, sorry for not mentioning this. |
yes. I don't know which check exactly failed for you and why of course, but the general idea behind "Warmup failed" is like this: Say you have a check that makes sure that the In more formal terms: If the "warmup check" is enabled (which is the case by default in smt-based symbiyosys flows), then "warmup failed" indicates that no trace satisfying the assumptions exists. (Without the "warump check" those tests pass because the assertions are trivially true if there is a contradiction in your assumptions.) |
That is exactly what I did at first. Thanks a lot for the thorough explanation! |
Following the exercise 1, no vcd trace is created.
The text was updated successfully, but these errors were encountered: