diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-19 12:33:24 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-19 12:33:24 -0700 |
commit | 91687d3feae8df0e315232d3989a445e7d452d1f (patch) | |
tree | 9838210f533d467cbc7f5979cf611d48805a3e31 /passes/techmap/abc9.cc | |
parent | d02ef8c73f90b345b56f2e1f5f8a3f96a92bdf74 (diff) | |
download | yosys-91687d3feae8df0e315232d3989a445e7d452d1f.tar.gz yosys-91687d3feae8df0e315232d3989a445e7d452d1f.tar.bz2 yosys-91687d3feae8df0e315232d3989a445e7d452d1f.zip |
Add (* abc_arrival *) attribute
Diffstat (limited to 'passes/techmap/abc9.cc')
-rw-r--r-- | passes/techmap/abc9.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index be2a8d50b..9156381fa 100644 --- a/passes/techmap/abc9.cc +++ b/passes/techmap/abc9.cc @@ -965,7 +965,7 @@ struct Abc9Pass : public Pass { vector<int> lut_costs; markgroups = false; -#if 0 +#if 1 cleanup = false; show_tempdir = true; #endif |