OpenFPGA/openfpga_flow/misc/quicklogic_yosys_flow_ap3.ys

7 lines
154 B
Plaintext

# Yosys synthesis script for ${TOP_MODULE}
# Read verilog files
${READ_VERILOG_FILE}
synth_quicklogic -blif ${OUTPUT_BLIF} -openfpga -top ${TOP_MODULE}