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
f591f1cd9a
commit
63e165bc5f
|
|
@ -741,7 +741,7 @@ def cex_get_vector():
|
|||
|
||||
def status_get_vector():
|
||||
|
||||
return [ _Cex(_status_get_vec(i)) for i in xrange(_status_get_vec_len()) ]
|
||||
return [ _status_get_vec(i) for i in xrange(_status_get_vec_len()) ]
|
||||
|
||||
def cex_get():
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue