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.49. Executing OPT_LUT_INS pass (discard unused LUT inputs).
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check: __n (which is 1) >= this->size() (which is 1)
The text was updated successfully, but these errors were encountered:
Version
0.47
On which OS did this happen?
Linux
Reproduction Steps
top.v
command:
yosys -p "synth_xilinx -flatten -nowidelut -arch xc7 -top top; json -o synth.json top;" top.v
Expected Behavior
synth pass
Actual Behavior
2.49. Executing OPT_LUT_INS pass (discard unused LUT inputs).
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check: __n (which is 1) >= this->size() (which is 1)
The text was updated successfully, but these errors were encountered: