2020-12-10 04:41:43 -06:00
|
|
|
# Yosys synthesis script for ${TOP_MODULE}
|
2021-11-03 20:52:09 -05:00
|
|
|
|
|
|
|
plugin -i ql-qlf
|
|
|
|
|
2020-12-10 04:41:43 -06:00
|
|
|
# Read verilog files
|
2022-01-17 02:21:29 -06:00
|
|
|
read_verilog ${READ_VERILOG_OPTIONS} ${VERILOG_FILES}
|
2020-12-10 04:41:43 -06:00
|
|
|
|
2021-11-12 03:46:06 -06:00
|
|
|
synth_ql -blif ${OUTPUT_BLIF} -top ${TOP_MODULE} ${YOSYS_ARGS}
|
2020-12-10 04:41:43 -06:00
|
|
|
|
2021-03-08 22:39:44 -06:00
|
|
|
write_verilog -noattr -nohex ${OUTPUT_VERILOG}
|