Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
726 views
in Technique[技术] by (71.8m points)

what this error mean for Yosys synthesis tool

I am trying to synthesise a verilog design using yosys however I get following error that is not very helpful. I am not even sure which part of the code the tool is complaining about. (Just to add I have simulated the design with Modelsim and no problem with that)

I would appreciate it if someone could help me with this.

Warning: Replacing memory cnt_CHKN_proc with list of registers. See RTL/Decode.sv:410
ERROR: Assert `arg->is_signed == sig.as_wire()->is_signed' failed in frontends/ast/genrtlil.cc:1738.
question from:https://stackoverflow.com/questions/66066392/what-this-error-mean-for-yosys-synthesis-tool

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...