summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaShow.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-05-20 16:37:58 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-05-20 16:37:58 -0700
commitce126db5f586332294b45bd467d6bc856e548738 (patch)
tree8d507bcc96bb770bfa4eb88ff9701ab5ae582f05 /src/aig/gia/giaShow.c
parent3b62ee457544bcc8f6191746bff895f2f98cddf9 (diff)
downloadabc-ce126db5f586332294b45bd467d6bc856e548738.tar.gz
abc-ce126db5f586332294b45bd467d6bc856e548738.tar.bz2
abc-ce126db5f586332294b45bd467d6bc856e548738.zip
Enabling AIGs without structural hashing.
Diffstat (limited to 'src/aig/gia/giaShow.c')
-rw-r--r--src/aig/gia/giaShow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaShow.c b/src/aig/gia/giaShow.c
index 9d585d6d..9cf79ccf 100644
--- a/src/aig/gia/giaShow.c
+++ b/src/aig/gia/giaShow.c
@@ -392,7 +392,7 @@ void Gia_WriteDotAig( Gia_Man_t * pMan, char * pFileName, Vec_Int_t * vBold, int
// the labeling node of this level
fprintf( pFile, " Level%d;\n", 0 );
// generate constant node
- if ( fConstIsUsed )
+ if ( fConstIsUsed || pMan->fGiaSimple )
{
// check if the costant node is present
fprintf( pFile, " Node%d [label = \"Const0\"", 0 );