mirror of https://github.com/YosysHQ/abc.git
Added Python API status_get_vector() similar to cex_get_vector().
This commit is contained in:
parent
63e165bc5f
commit
6570fe145c
|
|
@ -267,7 +267,7 @@ int _status_get_vec(int i)
|
|||
|
||||
if( ! vStatusVec )
|
||||
{
|
||||
return NULL;
|
||||
return -1;
|
||||
}
|
||||
|
||||
return Vec_IntEntry( vStatusVec, i );
|
||||
|
|
|
|||
Loading…
Reference in New Issue