3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Remove clkpart

This commit is contained in:
Eddie Hung 2019-12-05 17:25:26 -08:00
parent 864bff14f1
commit 02786b0aa0
3 changed files with 0 additions and 313 deletions

View file

@ -513,7 +513,6 @@ struct SynthXilinxPass : public ScriptPass
if (check_label("map_ffs")) {
if (abc9 || help_mode) {
run("clkpart -set_attr clkpart 1", "('-abc9' only)");
run("techmap -map " + ff_map_file, "('-abc9' only)");
}
}
@ -561,9 +560,6 @@ struct SynthXilinxPass : public ScriptPass
}
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)