ariane_tb.cpp: fix memory loading size (#749)

Signed-off-by: André Sintzoff <andre.sintzoff@thalesgroup.com>

Co-authored-by: Jean-Roch Coulon <jean-roch.coulon@thalesgroup.com>
This commit is contained in:
André Sintzoff 2021-10-05 19:43:40 +02:00 committed by GitHub
parent 43677af151
commit a551e59f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -319,7 +319,7 @@ done_processing:
top->rst_ni = 1;
// Preload memory.
size_t mem_size = 0x100000;
size_t mem_size = 0xFFFFFF;
memif.read(0x80000000, mem_size, (void *)top->ariane_testharness__DOT__i_sram__DOT__gen_cut__BRA__0__KET____DOT__gen_mem__DOT__i_ram__DOT__Mem_DP);
#ifndef DROMAJO