From 3b45e9ee7b7ab16ea00a5d69946dea74218e49fd Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 5 Nov 2022 13:17:09 -0700 Subject: Slower default output delay --- io/model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io/model.h') 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 @@ #include "isa/isa.h" struct iomodel { - static constexpr unsigned int TT_OUTPUT_DELAY = 1; + static constexpr unsigned int TT_OUTPUT_DELAY = 10; event_log log; std::uint64_t time = 0; -- cgit v1.2.3