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