summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaGig.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-05-04 07:22:13 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-05-04 07:22:13 -0700
commit21896ba6bc6b2e0db0493f37e62b405866e54a04 (patch)
treeeaf685e0bfae9c670b28e5a425ee5534c176219b /src/aig/gia/giaGig.c
parent28cbb280b707f56858a3af2a813ac0bcd961e83e (diff)
downloadabc-21896ba6bc6b2e0db0493f37e62b405866e54a04.tar.gz
abc-21896ba6bc6b2e0db0493f37e62b405866e54a04.tar.bz2
abc-21896ba6bc6b2e0db0493f37e62b405866e54a04.zip
Update to &show to show AIGs with XORs and MUXes (derived by &st -m).
Diffstat (limited to 'src/aig/gia/giaGig.c')
-rw-r--r--src/aig/gia/giaGig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aig/gia/giaGig.c b/src/aig/gia/giaGig.c
index 4e24723f..b1696b09 100644
--- a/src/aig/gia/giaGig.c
+++ b/src/aig/gia/giaGig.c
@@ -358,6 +358,7 @@ int Gls_ManParse( FILE * pFile, Gls_Man_t * p )
iItem = atoi(pLine);
Vec_IntPush( p->vDelays, iItem );
Vec_IntPush( p->vOrderDelays, iObj );
+ vOuts = vIns; // harmless use to prevent a compiler warning
}
else assert( 0 );
}