Skip to content

Commit cb5a1cb

Browse files
authored
Don't use SRL with Yosys (#113)
1 parent 2f284f1 commit cb5a1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lvv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else
2626
echo "FAMILY=xcup" >> $MKFILE
2727
echo "PART=xczu3eg-sbva484-1-i" >> $MKFILE
2828
echo "# flatten design before synthesis, no clock buffers, no IO buffers, no carry logic, no MUXes" >> $MKFILE
29-
echo "SYNTH_OPT=-flatten -noclkbuf -noiopad -nocarry -nowidelut -ise" >> $MKFILE
29+
echo "SYNTH_OPT=-flatten -noclkbuf -noiopad -nocarry -nowidelut -nosrl -ise" >> $MKFILE
3030
echo "YOSYS=yosys # Yosys 0.33 (git sha1 2584903a060)" >> $MKFILE
3131
echo "XILINX_VIVADO?=\$(realpath \$(dirname \$(which vivado))/..)" >> $MKFILE
3232
echo "VIVADO=\$(XILINX_VIVADO)/bin/vivado" >> $MKFILE

0 commit comments

Comments
 (0)