mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-29 17:27:46 +02:00
Added Python API status_get_vector() similar to cex_get_vector().
This commit is contained in:
+1
-1
@@ -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():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user