From 3183ed707160d8df184d4612d83c61fdb9916090 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Mon, 17 Oct 2022 17:54:12 -0700 Subject: Faster IO model (until we determine how slow FOCAL needs to be) --- io/model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io') 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 @@ #include "isa/isa.h" struct iomodel { - static constexpr unsigned int TT_OUTPUT_DELAY = 100; + static constexpr unsigned int TT_OUTPUT_DELAY = 1; event_log log; std::uint64_t time = 0; -- cgit v1.2.3