OpenFPGA/openfpga_flow/misc/qlf_yosys.ys

7 lines
226 B
Plaintext
Raw Normal View History

# Yosys synthesis script for ${TOP_MODULE}
# Read verilog files
${READ_VERILOG_FILE}
synth_quicklogic -blif ${OUTPUT_BLIF} -family ${YOSYS_FAMILY} -top ${TOP_MODULE} ${YOSYS_MODE}
write_verilog -noattr -nohex ${TOP_MODULE}.v