mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Revert "Optimise write_xaiger"
This commit is contained in:
parent
319cba70d3
commit
10e82e103f
4 changed files with 21 additions and 39 deletions
|
@ -321,11 +321,6 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
run("techmap " + techmap_args);
|
||||
|
||||
if (abc9) {
|
||||
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 +/ecp5/abc9_model.v");
|
||||
if (nowidelut)
|
||||
run("abc9 -lut +/ecp5/abc9_5g_nowide.lut -box +/ecp5/abc9_5g.box -W 200 -nomfs");
|
||||
|
|
|
@ -350,11 +350,6 @@ struct SynthIce40Pass : public ScriptPass
|
|||
}
|
||||
if (!noabc) {
|
||||
if (abc == "abc9") {
|
||||
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 +/ice40/abc9_model.v");
|
||||
int wire_delay;
|
||||
if (device_opt == "lp")
|
||||
|
|
|
@ -540,11 +540,6 @@ 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue