pyverilator icon indicating copy to clipboard operation
pyverilator copied to clipboard

Use args in build, manage flushCall bug

Open bat52 opened this issue 2 years ago • 0 comments

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

bat52 avatar Dec 26 '22 21:12 bat52