diff options
Diffstat (limited to 'src/test/resources/top.cpp')
| -rw-r--r-- | src/test/resources/top.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/top.cpp b/src/test/resources/top.cpp index 8bfe2a99..f7671052 100644 --- a/src/test/resources/top.cpp +++ b/src/test/resources/top.cpp @@ -40,7 +40,7 @@ int main(int argc, char** argv) { cout << "Starting simulation!\n"; while (!Verilated::gotFinish() && main_time < timeout) { - if (main_time > 10) { + if (main_time > 15) { top->reset = 0; // Deassert reset } if ((main_time % 10) == 1) { |
