mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 18:15:34 +00:00
Map to $_FF_ instead of $_DFF_P_ to prevent recursion issues
This commit is contained in:
parent
7a3c403ba0
commit
ac18a76beb
3 changed files with 15 additions and 15 deletions
|
@ -277,7 +277,7 @@ struct SynthXilinxPass : public ScriptPass
|
|||
if (check_label("map_cells")) {
|
||||
run("techmap -map +/techmap.v -map +/xilinx/cells_map.v");
|
||||
if (abc == "abc9")
|
||||
run("techmap -max_iter 1 -D _ABC -map +/xilinx/ff_map.v");
|
||||
run("techmap -D _ABC -map +/xilinx/ff_map.v t:$_DFF*");
|
||||
run("clean");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue