Commit c4911370 by Baruch Sterin

pyabc: minor fixes to make API changes work

parent e822a1f8
...@@ -109,7 +109,7 @@ int n_levels() ...@@ -109,7 +109,7 @@ int n_levels()
if ( pNtk ) if ( pNtk )
{ {
return Abc_NtkLevelNum(pNtk); return Abc_NtkLevel(pNtk);
} }
return -1; return -1;
...@@ -602,9 +602,11 @@ void _set_death_signal() ...@@ -602,9 +602,11 @@ void _set_death_signal()
%} %}
int n_ands(); int n_ands();
int n_nodes();
int n_pis(); int n_pis();
int n_pos(); int n_pos();
int n_latches(); int n_latches();
int n_levels();
int run_command(char* cmd); int run_command(char* cmd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment