In chisel-tutorial ,after I ran
sbt "run Hello --backend v --compile --test --genHarness --vcd"
I got the Hello.v ,Hello-harness.v ,vpi_user.cc files
- How can I test the Hello.v file?
- What is the usage of vpi_user.cc?
In chisel-tutorial ,after I ran
sbt "run Hello --backend v --compile --test --genHarness --vcd"
I got the Hello.v ,Hello-harness.v ,vpi_user.cc files
To test your design in VCS you can use the two verilog files generated: