Open hust-gaoyujing opened 2 years ago
That's expected.
VCS takes less time to build, so I would recommend that if you have a license.
Thank you! It works , but it really takes me a long time.
What if you try adding a -j8
to this line:
https://github.com/ucb-bar/gemmini/blob/master/scripts/build-verilator.sh#L32
That should make your build faster.
(In fact, I should probably make that the default).
I will be try it later.
Problem: when i use the command_line
./scripts/build-verilator.sh --debug
(for a simulator that can generate waveforms), it generate so many files(VTestHarness115.o VTestHarness115.cpp) in the folder(sims/verilator/generated-src/chipyard.TestHarness.CustomGemminiSoCConfig/chipyard.TestHarness.CustomGemminiSoCConfig.debug), and it seems to continue. So i want to know whether it's correct.Other information: