mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Merge pull request #1558 from YosysHQ/eddie/xaiger_cleanup
Optimise write_xaiger
This commit is contained in:
@@ -540,6 +540,11 @@ struct SynthXilinxPass : public ScriptPass
|
||||
log_warning("'synth_xilinx -abc9' not currently supported for the '%s' family, "
|
||||
"will use timing for 'xc7' instead.\n", family.c_str());
|
||||
run("techmap -map +/xilinx/abc9_map.v -max_iter 1");
|
||||
run("select -set abc9_boxes A:abc9_box_id A:whitebox=1");
|
||||
run("wbflip @abc9_boxes");
|
||||
run("techmap -autoproc @abc9_boxes");
|
||||
run("aigmap @abc9_boxes");
|
||||
run("wbflip @abc9_boxes");
|
||||
run("read_verilog -icells -lib +/xilinx/abc9_model.v");
|
||||
std::string abc9_opts = " -box +/xilinx/abc9_xc7.box";
|
||||
abc9_opts += stringf(" -W %d", XC7_WIRE_DELAY);
|
||||
|
||||
Reference in New Issue
Block a user