From ecf940e34b42f78f9651a73e8bcd0c6dc3c75cb5 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 15 Oct 2022 14:12:31 -0700 Subject: Depend on 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