aboutsummaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-15 09:36:02 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-15 09:36:02 -0700
commit6d74b3e004455a98d785bd27c4276b787af637a7 (patch)
tree21270c482c27f4dc88abcbd1a572aa4c4dc331c9 /backends
parentac18a76bebad001fc3e617a7cefebe13610abcb8 (diff)
downloadyosys-6d74b3e004455a98d785bd27c4276b787af637a7.tar.gz
yosys-6d74b3e004455a98d785bd27c4276b787af637a7.tar.bz2
yosys-6d74b3e004455a98d785bd27c4276b787af637a7.zip
Update comment
Diffstat (limited to 'backends')
-rw-r--r--backends/aiger/xaiger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc
index 4810e0113..09f80fee8 100644
--- a/backends/aiger/xaiger.cc
+++ b/backends/aiger/xaiger.cc
@@ -224,7 +224,7 @@ struct XAigerWriter
// FIXME: Should short here, rather than provide $_DFF_[NP]_
// to ABC as a user cell
- //if (cell->type.in(/*"$_FF_",*/ "$_DFF_N_", "$_DFF_P_"))
+ //if (cell->type.in("$_FF_" /*, "$_DFF_N_", "$_DFF_P_"*/))
//{
// SigBit D = sigmap(cell->getPort("\\D").as_bit());
// SigBit Q = sigmap(cell->getPort("\\Q").as_bit());