From bcf2314f15d68d7a0b94445f99962342b9d4130d Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 15 Oct 2022 15:01:25 -0700 Subject: Switch to external nanosim dependency. --- memory/line.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 memory/line.h (limited to 'memory/line.h') diff --git a/memory/line.h b/memory/line.h deleted file mode 100644 index 3377ec8..0000000 --- a/memory/line.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include -#include - -#include "infra/port.h" -#include "infra/sim.h" - -namespace memory { - constexpr std::uint64_t LINE_BYTES_LOG2 = 4; - constexpr std::uint64_t LINE_BYTES = 1 << LINE_BYTES_LOG2; - constexpr std::uint64_t LINE_BYTE_OFFSET_MASK = LINE_BYTES - 1; - - typedef std::array line; -} -- cgit v1.2.3