Discrepancy what happens on read -vlog2k; hierarchy;
depending on Verific presence
#4203
Labels
pending-verification
This issue is pending verification and/or reproduction
Version
Yosys 0.37+74 (git sha1 c9f842f41, clang++ 11.1.0 -fPIC -Os)
On which OS did this happen?
macOS
Reproduction Steps
Expected Behavior
No matter if I am running Yosys with Verific or without, by the time the
stat
command is reached the module is fully elaborated and lowered to RTLIL.Actual Behavior
Without Verific, the module stays at
$abstract\top
even past thehierarchy
command. If I dohierarchy -top top
instead, then the module does get lowered.With Verific, Yosys has the expected behavior.
The text was updated successfully, but these errors were encountered: