Revert "allow MODEL to be something other than TestHarness"
This reverts commit bf253aaa97
.
This commit is contained in:
@ -65,7 +65,7 @@ int main(int argc, char** argv)
|
||||
srand48(random_seed);
|
||||
|
||||
Verilated::randReset(2);
|
||||
MODEL *tile = new MODEL;
|
||||
VTestHarness *tile = new VTestHarness;
|
||||
|
||||
#if VM_TRACE
|
||||
Verilated::traceEverOn(true); // Verilator must compute traced signals
|
||||
|
Reference in New Issue
Block a user