freechipsproject / chisel-testers

Provides various testers for chisel users
Apache License 2.0
99 stars 50 forks source link

VCS Help #134

Open shunshou opened 7 years ago

shunshou commented 7 years ago

@jcmartin @donggyukim anyone else -- have you guys run PeekPokeTester w/ the VCS backend? I'm getting a

../vpi.h: In member function 'virtual void vpi_api_t::tick()':
../vpi.h:26: error: 'template<class T> class sim_api_t' used without template parameters

error. Have no idea what's going on. Kind of desperate, since it looks like Verilator has a horrible bug that makes testing my design next to impossible.

shunshou commented 7 years ago

Also: Note. Without the -sverilog, VCS will not work with the black box real stuff.