mirror of https://github.com/YosysHQ/yosys.git
Restore original synth_xilinx commands
This commit is contained in:
parent
9156e18f92
commit
ae2a625d05
|
@ -112,7 +112,7 @@ struct SynthXilinxPass : public Pass
|
|||
log(" opt -full\n");
|
||||
log(" simplemap t:$dff*\n");
|
||||
log(" shregmap -tech xilinx\n");
|
||||
log(" techmap -map +/techmap.v -map +/xilinx/arith_map.v +/xilinx/ff_map.v\n");
|
||||
log(" techmap -map +/techmap.v -map +/xilinx/arith_map.v -map +/xilinx/ff_map.v\n");
|
||||
log(" opt -fast\n");
|
||||
log("\n");
|
||||
log(" map_luts:\n");
|
||||
|
@ -266,6 +266,7 @@ struct SynthXilinxPass : public Pass
|
|||
Pass::call(design, "techmap -map +/techmap.v -map +/xilinx/arith_map.v -map +/xilinx/ff_map.v");
|
||||
}
|
||||
|
||||
Pass::call(design, "hierarchy -check");
|
||||
Pass::call(design, "opt -fast");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue