Adding command to generate verilog file out of yosys run
This commit is contained in:
parent
0cbad747a1
commit
2b2acae757
|
@ -4,3 +4,4 @@ ${READ_VERILOG_FILE}
|
|||
|
||||
synth_quicklogic -blif ${OUTPUT_BLIF} -family ${YOSYS_FAMILY} -top ${TOP_MODULE} ${YOSYS_MODE}
|
||||
|
||||
write_verilog -noattr -nohex ${TOP_MODULE}.v
|
Loading…
Reference in New Issue