3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-14 19:24:45 +00:00

quicklogic: Complete DSPv2 flow

This commit is contained in:
Martin Povišer 2025-03-11 16:37:43 +01:00
parent 0d484818a7
commit 4f2a06f55a
2 changed files with 145 additions and 0 deletions

View file

@ -266,6 +266,9 @@ struct SynthQuickLogicPass : public ScriptPass {
"-D DSP_A_MAXWIDTH=16 -D DSP_B_MAXWIDTH=9 -D DSP_A_MINWIDTH=4 -D DSP_B_MINWIDTH=4 -D DSP_NAME=$__MUL16X9");
run("chtype -set $mul t:$__soft_mul");
run("ql_dsp");
run("ql_dsp_simd -dspv2");
run("techmap -map " + lib_path + family + "/dspv2_final_map.v");
run("ql_dsp_io_regs -dspv2");
} else {
log_assert(false);
}