Closed iagrigorov closed 4 hours ago
Again, among other issues, the design contains timing annotations that will be simulated by verilator but ignored during synthesis, thus a duplicate of #4743.
I already explained in #4743 that this is expected to fail. You are clearly running auto-generated testbenches on arbitrary verilog code you found on the internet and then file issues for any failures without making any serious attempt at figuring out whether a failure is to be expected due to the nature of verilog synthesis. As this is a waste of everyone's time, please stop filing such issues.
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: