Problem
When running the build command with make using multiple threads, the build fails for VCS. For example, in the simple_verilog example doing make run_tb_vcs -j2 fails while make run_tb_vcs succeed.
Setup
- OS: "Red Hat Enterprise Linux release 8.10 (Ootpa)"
- CMake version: 3.28.4
- GCC version: 8
Problem
When running the build command with make using multiple threads, the build fails for VCS. For example, in the simple_verilog example doing
make run_tb_vcs -j2fails whilemake run_tb_vcssucceed.Setup