From 6ffe43a8ccee6f3e2d6fda5062901f16c54ddaad Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Mon, 31 Oct 2022 19:26:35 -0700 Subject: Level-trigger on TTO_FLAG instead of edge-trigger. --- isa/isa.h | 1 - 1 file changed, 1 deletion(-) (limited to 'isa/isa.h') diff --git a/isa/isa.h b/isa/isa.h index 6484cd8..69f8b2a 100644 --- a/isa/isa.h +++ b/isa/isa.h @@ -30,7 +30,6 @@ const std::map ctlreg_map = { static constexpr std::uint_fast32_t TTI_FLAG = 1 << 0; static constexpr std::uint_fast32_t TTO_TX = 1 << 1; static constexpr std::uint_fast32_t TTO_FLAG = 1 << 2; -static constexpr std::uint_fast32_t TTO_FLAG_OLD = 1 << 3; static constexpr unsigned int TTI_DATA_SHIFT = 8; static constexpr unsigned int TTO_DATA_SHIFT = 16; static constexpr std::uint_fast32_t TTI_DATA = 0xff << TTI_DATA_SHIFT; -- cgit v1.2.3