coreblocks icon indicating copy to clipboard operation
coreblocks copied to clipboard

Rebuild benchmarks on `-t` flag

Open lekcyjna123 opened this issue 1 year ago • 0 comments

To generate traces from cocotb benchmarks we need to pass -t flag, but additionally we have to manually clean the test/regression/cocotb/build directory, so that verilator files will be generated once more time. Fix that, so no manual intervention will be needed.

Implementation idea: In build directory store a file which contains last used flags to build verilator files, if flags have been changed, then will remove files from build directory.

lekcyjna123 avatar Aug 09 '23 13:08 lekcyjna123