Closed iagrigorov closed 1 week ago
Synthesis does not preserve timing annotations but your comparison setup expects it to. Additionally it seems like your input is part of a general verilog test suite. Yosys supports only synthesizable verilog and as such running it on a general test suite is expected to fail in various ways.
Version
Yosys 0.44 (git sha1 80ba43d26, g++ 11.4.0-2ubuntu1~20.04 -fPIC -O3)
On which OS did this happen?
Linux
Reproduction Steps
verilator
andzip
):.zip
archive. Then change to the directory where this archive is located and unpack it:files
directory:yosys
like this:verilator
like this:files.zip
Expected Behavior
The expected behavior is the successful simulation result (without any discrepancies between the source model and the synthesized model).
Actual Behavior
verilator
gives the following output: