pyverilator icon indicating copy to clipboard operation
pyverilator copied to clipboard

Python wrapper for verilator model

Results 13 pyverilator issues
Sort by recently updated
recently updated
newest added

This block: ```python try: # try to call collection_set() obj.collection_set(value) except: raise TypeError("Item '%s' can not be set" % name) ``` and this one: ``` try: obj.collection_set(value) except: raise TypeError("Item...

command_args argument exist but is not used. I found it useful to specify verilator arguments such as args = ["-Wno-TIMESCALEMOD", "-Wno-WIDTH", '--timescale-override', '1ns/1ns'] as you can see here https://github.com/bat52/cryptech/blob/master/pycryptech/ecdsa256_pyverilator.py