mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Remove clkpart
This commit is contained in:
parent
864bff14f1
commit
02786b0aa0
3 changed files with 0 additions and 313 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue