Replacing -openfpga with -family qlf_k4n8
This commit is contained in:
parent
ff7c9bb3c6
commit
0038496d9c
|
@ -2,5 +2,5 @@
|
|||
# Read verilog files
|
||||
${READ_VERILOG_FILE}
|
||||
|
||||
synth_quicklogic -blif ${OUTPUT_BLIF} -openfpga -top ${TOP_MODULE}
|
||||
synth_quicklogic -blif ${OUTPUT_BLIF} -family qlf_k4n8 -top ${TOP_MODULE}
|
||||
|
||||
|
|
Loading…
Reference in New Issue