We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873e629 commit ad5be74Copy full SHA for ad5be74
testsuite/examples/test-ecp5_versa/testsuite.sh
@@ -20,4 +20,4 @@ VERILOG_FILES="\
20
21
FREQ=25000000
22
23
-run_yosys -p "ghdl -gCLK_FREQUENCY=$FREQ --work=ecp5um $top/library/ecp5u/components.vhdl --work=work $VHDL_SYN_FILES -e; read_verilog $VERILOG_FILES; synth_ecp5 -top versa_ecp5_top -json top_ecp5_top.json" -l report.txt -q
+run_yosys -p "ghdl -gCLK_FREQUENCY=$FREQ --work=ecp5um --vendor-library=ecp5um $top/library/ecp5u/components.vhdl --work=work $VHDL_SYN_FILES -e; read_verilog $VERILOG_FILES; synth_ecp5 -top versa_ecp5_top -json top_ecp5_top.json" -l report.txt -q
0 commit comments