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:
parent
0d484818a7
commit
4f2a06f55a
2 changed files with 145 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue