Verilator – explanation of VerilatedVcdC->dump() – Debian
I am reading a wonderful Verilator tutorial and in these slides (page 25) author uses a library call: tfp->dump(tickcount * 10 - 2); I know that tfp is a pointer to a Verilator library object VerilatedVcdC and therefore this call is…