Skip to content

Commit ad5be74

Browse files
committed
testsuite/example/test-ecp5_versa: add vendor-library
to reduce warnings
1 parent 873e629 commit ad5be74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/examples/test-ecp5_versa/testsuite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ VERILOG_FILES="\
2020

2121
FREQ=25000000
2222

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
23+
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

Comments
 (0)