![]() Also, replace `bits, sign = x.shape()` with more idiomatic `width, signed = x.shape()`. This unifies all properties corresponding to `len(x)` to `x.width`. (Not all values have a `width` property.) Fixes #210. |
||
---|---|---|
.. | ||
__init__.py | ||
pysim.py | ||
rtlil.py | ||
verilog.py |