mirror of https://github.com/YosysHQ/yosys.git
Revert "abc -dff now implies "-D 0" otherwise retiming doesn't happen"
This reverts commit 19271bd996
.
This commit is contained in:
parent
78d35a86c0
commit
5f4024ffd2
|
@ -1674,8 +1674,6 @@ struct AbcPass : public Pass {
|
|||
}
|
||||
if (arg == "-dff") {
|
||||
dff_mode = true;
|
||||
if (delay_target.empty())
|
||||
delay_target = "-D 0";
|
||||
continue;
|
||||
}
|
||||
if (arg == "-clk" && argidx+1 < args.size()) {
|
||||
|
|
Loading…
Reference in New Issue