mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
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:
parent
43677af151
commit
a551e59f47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue