FIxed first circular issue
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
||||
Verilated::debug(1);
|
||||
|
||||
Verilated::commandArgs(argc, argv);
|
||||
|
||||
Verilated::traceEverOn(true);
|
||||
|
||||
// Verilated::debug(1);
|
||||
|
||||
|
||||
// bool passed = true;
|
||||
|
||||
Reference in New Issue
Block a user