URL
https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk
Subversion Repositories theia_gpu
[/] [theia_gpu/] [branches/] [icarus_version/] [testbench/] [TestBench_verilator.cpp] - Rev 192
Go to most recent revision | Compare with Previous | Blame | View Log
#include "Theia.h" #include "verilated.h" int main( int argc, char ** argv, char ** env) { Verilated::commandArgs(argc, argv); Vour * top = new Vour; while ( !Verilated::gotFinish()) { top->eval(); } }
Go to most recent revision | Compare with Previous | Blame | View Log