Some of our Verilator compilations are quite long. Like 15 to 20 minutes. One way to speed it up is with hierarchical verilation: https://veripool.org/guide/latest/verilating.html#hierarchical-verilation
It might be a good idea to attach a /*verilator hier_block*/ to each exported class.
Some of our Verilator compilations are quite long. Like 15 to 20 minutes. One way to speed it up is with hierarchical verilation: https://veripool.org/guide/latest/verilating.html#hierarchical-verilation
It might be a good idea to attach a
/*verilator hier_block*/to each exported class.