Skip to content
Snippets Groups Projects
Commit 99a15a9d authored by Wesley W. Terpstra's avatar Wesley W. Terpstra Committed by Tomasz Wlostowski
Browse files

lm32_testsys: The stack was overflowing the size of the wired dp ram.


Signed-off-by: default avatarTomasz Wlostowski <tomasz.wlostowski@cern.ch>
parent 2627fe4e
Branches
Tags
No related merge requests found
......@@ -77,7 +77,7 @@ begin -- rtl
U_DPRAM : xwb_dpram
generic map (
g_size => 8192,
g_size => 16384, -- must agree with sw/target/lm32/ram.ld:LENGTH / 4
g_init_file => "sw/main.ram",
g_must_have_init_file => true,
g_slave1_interface_mode => PIPELINED,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment