3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-26 10:35:38 +00:00

Oops forgot these files

This commit is contained in:
Eddie Hung 2019-07-15 15:03:15 -07:00
parent dd59375a66
commit 5f00d335d4
3 changed files with 12 additions and 2 deletions

View file

@ -329,6 +329,10 @@ struct SynthXilinxPass : public ScriptPass
run("memory_map");
run("dffsr2dff");
run("dff2dffe");
if (help_mode || !nodsp) {
run("techmap -map +/xilinx/dsp_map.v", "(skip if '-nodsp')");
run("xilinx_dsp", " (skip if '-nodsp')");
}
if (help_mode) {
run("simplemap t:$mux", " ('-widemux' only)");
run("muxcover <internal options>, ('-widemux' only)");