OpenCores
URL https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk

Subversion Repositories theia_gpu

[/] [theia_gpu/] [branches/] [icarus_version/] [testbench/] [TestBench_verilator.cpp] - Blame information for rev 171

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 171 diegovalve
#include "Theia.h"
2
#include "verilated.h"
3
 
4
int main( int argc, char ** argv, char ** env)
5
{
6
        Verilated::commandArgs(argc, argv);
7
        Vour * top = new Vour;
8
        while ( !Verilated::gotFinish())
9
        {
10
                top->eval();
11
        }
12
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.