Replacing -openfpga with -family qlf_k4n8

This commit is contained in:
Lalit Sharma 2021-02-28 21:08:47 -08:00
parent ff7c9bb3c6
commit 0038496d9c
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
# Read verilog files # Read verilog files
${READ_VERILOG_FILE} ${READ_VERILOG_FILE}
synth_quicklogic -blif ${OUTPUT_BLIF} -openfpga -top ${TOP_MODULE} synth_quicklogic -blif ${OUTPUT_BLIF} -family qlf_k4n8 -top ${TOP_MODULE}