Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Platform-independent core collection
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Platform-independent core collection
Commits
99a15a9d
Commit
99a15a9d
authored
13 years ago
by
Wesley W. Terpstra
Committed by
Tomasz Wlostowski
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
lm32_testsys: The stack was overflowing the size of the wired dp ram.
Signed-off-by:
Tomasz Wlostowski
<
tomasz.wlostowski@cern.ch
>
parent
2627fe4e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testbench/wishbone/lm32_testsys/lm32_test_system.vhd
+1
-1
1 addition, 1 deletion
testbench/wishbone/lm32_testsys/lm32_test_system.vhd
with
1 addition
and
1 deletion
testbench/wishbone/lm32_testsys/lm32_test_system.vhd
+
1
−
1
View file @
99a15a9d
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment