summaryrefslogtreecommitdiff
path: root/io/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'io/model.h')
-rw-r--r--io/model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/model.h b/io/model.h
index f8a852b..be16283 100644
--- a/io/model.h
+++ b/io/model.h
@@ -9,7 +9,7 @@
9#include "isa/isa.h" 9#include "isa/isa.h"
10 10
11struct iomodel { 11struct iomodel {
12 static constexpr unsigned int TT_OUTPUT_DELAY = 1; 12 static constexpr unsigned int TT_OUTPUT_DELAY = 10;
13 13
14 event_log log; 14 event_log log;
15 std::uint64_t time = 0; 15 std::uint64_t time = 0;