diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-10 08:31:40 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-10 08:31:40 -0700 |
commit | 5f4024ffd2a59e3c0c7edce4057c47d3a005e18f (patch) | |
tree | 1ead0c8ac902f4917c0189444e8f7f574a27eea9 /passes | |
parent | 78d35a86c0e94f1c5e1606f9953d1f340132f02e (diff) | |
download | yosys-5f4024ffd2a59e3c0c7edce4057c47d3a005e18f.tar.gz yosys-5f4024ffd2a59e3c0c7edce4057c47d3a005e18f.tar.bz2 yosys-5f4024ffd2a59e3c0c7edce4057c47d3a005e18f.zip |
Revert "abc -dff now implies "-D 0" otherwise retiming doesn't happen"
This reverts commit 19271bd996a79cb4be1db658fcf18227ee0a1dff.
Diffstat (limited to 'passes')
-rw-r--r-- | passes/techmap/abc.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc index f94fc7589..3adbe0a04 100644 --- a/passes/techmap/abc.cc +++ b/passes/techmap/abc.cc @@ -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()) { |