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:
parent
dd59375a66
commit
5f00d335d4
3 changed files with 12 additions and 2 deletions
|
@ -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)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue