mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-30 09:38:55 +02:00
pyabc: minor fixes to make API changes work
This commit is contained in:
+3
-1
@@ -109,7 +109,7 @@ int n_levels()
|
||||
|
||||
if ( pNtk )
|
||||
{
|
||||
return Abc_NtkLevelNum(pNtk);
|
||||
return Abc_NtkLevel(pNtk);
|
||||
}
|
||||
|
||||
return -1;
|
||||
@@ -602,9 +602,11 @@ void _set_death_signal()
|
||||
%}
|
||||
|
||||
int n_ands();
|
||||
int n_nodes();
|
||||
int n_pis();
|
||||
int n_pos();
|
||||
int n_latches();
|
||||
int n_levels();
|
||||
|
||||
int run_command(char* cmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user