You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Init with zeros is done here for the sake of a simple reproducer. Actually for original design, init with arbitrary data is used.
What causes the issue if the init block with following template (generated by ghdl) :
Update : For unknown reasons, after 4 minuts Yosys gets killed by the operating system.
So it's not just a rapidity problem, there is a crash-type of issue involved.
Version
Yosys 0.45+106
On which OS did this happen?
Linux
Reproduction Steps
Complete Yosys version :
Yosys 0.45+106 (git sha1 982fade0d, g++ 14.2.1 -march=x86-64 -mtune=generic -O2 -fno-plt -fexceptions -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/home/prostboa/Dev/AUR/yosys-git/src=/usr/src/debug/yosys-git -flto=auto -fPIC -O3)
Reproducer can't be attached due to size. Here is a public archive :
https://cloud.univ-grenoble-alpes.fr/s/f9ADZGf7sRpr9Ff
Init with zeros is done here for the sake of a simple reproducer. Actually for original design, init with arbitrary data is used.
What causes the issue if the init block with following template (generated by ghdl) :
Expected Behavior
Yosys should perform synthesis in very short time (for example less than 2 seconds)
Actual Behavior
Yosys is taking at least several minutes to import the design (killed after 5 minutes)
The text was updated successfully, but these errors were encountered: