else
abc9_opts += " -lut +/xilinx/abc9_xc7.lut";
run("abc9" + abc9_opts);
- run("clean");
- run("clkpart -unpart clkpart");
}
else {
if (nowidelut)
run("abc -luts 2:2,3,6:5" + string(retime ? " -dff" : ""));
else
run("abc -luts 2:2,3,6:5,10,20" + string(retime ? " -dff" : ""));
- run("clean");
}
+ run("clean");
// This shregmap call infers fixed length shift registers after abc
// has performed any necessary retiming
}
if (check_label("finalize")) {
+ if (help_mode || abc9)
+ run("clkpart -unpart clkpart", "(only if 'abc9')");
+
bool do_iopad = iopad || (ise && !noiopad);
if (help_mode || !noclkbuf) {
if (help_mode || do_iopad)