diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-05-14 16:44:35 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-05-14 16:44:35 -0700 |
commit | 67fc0c3698693f049e805211c49d6219f17d7c7d (patch) | |
tree | 9982fbc8c5feeb8469c4106c9de2ef85fedba453 /kernel | |
parent | 02df0198b65a2514d1343eeff8827f4e2cf858d0 (diff) | |
download | yosys-67fc0c3698693f049e805211c49d6219f17d7c7d.tar.gz yosys-67fc0c3698693f049e805211c49d6219f17d7c7d.tar.bz2 yosys-67fc0c3698693f049e805211c49d6219f17d7c7d.zip |
abc9: use (* abc9_keep *) instead of (* abc9_scc *); apply to $_DFF_?_
instead of moving them to $__ prefix
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/constids.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/constids.inc b/kernel/constids.inc index 25996d2d8..345bfaee8 100644 --- a/kernel/constids.inc +++ b/kernel/constids.inc @@ -5,9 +5,9 @@ X(abc9_box_seq) X(abc9_bypass) X(abc9_carry) X(abc9_flop) +X(abc9_keep) X(abc9_lut) X(abc9_mergeability) -X(abc9_scc) X(abc9_scc_id) X(abcgroup) X(ABITS) |