Bumping up latest yosys changes related to adder tech mapping
This commit is contained in:
parent
f51aaae4a2
commit
ebe66dea35
|
@ -0,0 +1,6 @@
|
|||
# Yosys synthesis script for ${TOP_MODULE}
|
||||
# Read verilog files
|
||||
${READ_VERILOG_FILE}
|
||||
|
||||
synth_quicklogic -blif ${OUTPUT_BLIF} -adder -openfpga -top ${TOP_MODULE}
|
||||
|
2
yosys
2
yosys
|
@ -1 +1 @@
|
|||
Subproject commit 77570b6e0f97f1923ebafd51ebfc9d9224a2f4cf
|
||||
Subproject commit 1fafc16a257872ac1abbbf14181bbb853f7c8a96
|
Loading…
Reference in New Issue