mirror of https://github.com/YosysHQ/abc.git
Refactor(Typo): Typo update in read_aiger comment
This commit is contained in:
parent
3a53a950aa
commit
136bae27d8
|
|
@ -433,7 +433,7 @@ Abc_Ntk_t * Io_ReadAiger( char * pFileName, int fCheck )
|
|||
else
|
||||
{
|
||||
assert( Init == Abc_Var2Lit(1+Abc_NtkPiNum(pNtkNew)+i, 0) );
|
||||
// unitialized value of the latch is the latch literal according to http://fmv.jku.at/hwmcc11/beyond1.pdf
|
||||
// uninitialized value of the latch is the latch literal according to http://fmv.jku.at/hwmcc11/beyond1.pdf
|
||||
Abc_LatchSetInitDc( Abc_NtkBox(pNtkNew, i) );
|
||||
}
|
||||
while ( *pCur != ' ' && *pCur != '\n' ) pCur++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue