You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good idea. But I think it is better to have this feature turned off by default, and it has to be explicitly turned on. Or NVBoard users can be made crazy with the console output messed up and struggle to find a way to turn off log.
There is also an out of box and drop-in method of logging the events: You can specify $dumpfile$ and $dumpvars$ in the verilog files to be simulated, and invoke verilog with --trace (or specify TRACE in verilate if you are using CMake). Then the generated executable will produce a VCD waveform. There's no need to change most of the source code. And VCD files can be easily parsed, they are just plain text files. The main drawback of this method is that the VCD files can be huge.
在开发 NVDL 时,hwr 想到,如果链接了 nvboard 的二进制文件能够输出按键等信息到日志,那么可以自动生成简单的 testbench (延时问题可以另外写程序解决)。
The text was updated successfully, but these errors were encountered: