ucb-bar / riscv-mini

Simple RISC-V 3-stage Pipeline in Chisel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add command line argument to verilator to support very wide wires

ucbjrl opened this issue · comments

It appears we need to adjust the verilator command line to pass the --max-num-width argument for verilator versions > 4.016.
See verilator/verilator#2082