From 3891a1958e6be86a1905d8bc0ac8b6113b6b3e6e Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Fri, 2 Feb 2024 18:18:56 +0100 Subject: [PATCH] fixup! coherence: Pack Valid/Dirty SRAM (#36) Signed-off-by: Nils Wistoff --- corev_apu/tb/ariane_tb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corev_apu/tb/ariane_tb.cpp b/corev_apu/tb/ariane_tb.cpp index 0e4ff8fa775..5c03f1b7e2a 100644 --- a/corev_apu/tb/ariane_tb.cpp +++ b/corev_apu/tb/ariane_tb.cpp @@ -333,10 +333,10 @@ int main(int argc, char **argv) { // Preload memory. #if (VERILATOR_VERSION_INTEGER >= 5000000) // Verilator v5: Use rootp pointer and .data() accessor. -#define MEM top->rootp->ariane_testharness__DOT__i_sram__DOT__gen_cut__BRA__0__KET____DOT__i_tc_sram_wrapper__DOT__i_tc_sram__DOT__sram.m_storage +#define MEM top->rootp->ariane_testharness__DOT__i_sram__DOT__i_tc_sram__DOT__sram.m_storage #else // Verilator v4 -#define MEM top->ariane_testharness__DOT__i_sram__DOT__gen_cut__BRA__0__KET____DOT__i_tc_sram_wrapper__DOT__i_tc_sram__DOT__sram +#define MEM top->ariane_testharness__DOT__i_sram__DOT__i_tc_sram__DOT__sram #endif long long addr; long long len;