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
2.47. Executing XILINX_DFFOPT pass (optimize FF control signal usage).
Optimizing FFs in top.
terminate called after throwing an instance of 'std::out_of_range'
what(): dict::at()
[1] 31402 IOT instruction (core dumped) /home/lhf/src/eda/yosys/yosys -p top.v
The code in xilinx_dffopt didn't consider the case of unconnected ports. Until this is fixed, you can avoid running into this bug by assigning something to the R port of FDRE:
The code in xilinx_dffopt didn't consider the case of unconnected ports. Until this is fixed, you can avoid running into this bug by assigning something to the R port of FDRE:
Version
0.47
On which OS did this happen?
Linux
Reproduction Steps
command:
yosys -p "synth_xilinx -flatten -nowidelut -arch xc7 -top top; json -o synth.json top;" top.v
top.v
Expected Behavior
no
Actual Behavior
no
The text was updated successfully, but these errors were encountered: