mirror of https://github.com/YosysHQ/abc.git
Extending command 'dump_equv' to match inputs by name.
This commit is contained in:
parent
a6db8bc157
commit
9895f30d95
|
|
@ -90,6 +90,10 @@ LINK32=link.exe
|
|||
|
||||
SOURCE=.\src\base\main\main.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\proof\ssw\sswSat.c
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Header Files"
|
||||
|
||||
|
|
|
|||
|
|
@ -14893,7 +14893,7 @@ usage:
|
|||
Abc_Print( -2, "\t There is no effort to match primary outputs. Indeed, if two outputs\n" );
|
||||
Abc_Print( -2, "\t are equivalent, they will belong to the same equivalence class in the end.\n" );
|
||||
Abc_Print( -2, "\t-C num : the maximum number of conflicts at each node [default = %d]\n", nConfs );
|
||||
Abc_Print( -2, "\t-n : enable matching of primary inputs by order [default = %s]\n", fByName? "yes": "no" );
|
||||
Abc_Print( -2, "\t-n : enable matching of primary inputs by name [default = %s]\n", fByName? "yes": "no" );
|
||||
Abc_Print( -2, "\t-v : prints verbose information [default = %s]\n", fVerbose? "yes": "no" );
|
||||
Abc_Print( -2, "\t-h : print the command usage\n");
|
||||
Abc_Print( -2, "\t<file1> : first network whose nodes are considered\n" );
|
||||
|
|
|
|||
Loading…
Reference in New Issue