projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04b7840
)
Set default RAM to be 16K in microwatt.core
author
Joel Stanley
<joel@jms.id.au>
Wed, 15 Apr 2020 06:36:54 +0000
(16:06 +0930)
committer
Joel Stanley
<joel@jms.id.au>
Wed, 15 Apr 2020 06:36:54 +0000
(16:06 +0930)
This allows it to run hello world out of the box.
Signed-off-by: Joel Stanley <joel@jms.id.au>
microwatt.core
patch
|
blob
|
history
diff --git
a/microwatt.core
b/microwatt.core
index ee48376d52bd4dc056d433c266a4f4a472604f7f..a2d6ab5071c14a0550360e9ee8ee99a3c2c420f5 100644
(file)
--- a/
microwatt.core
+++ b/
microwatt.core
@@
-164,6
+164,7
@@
parameters:
datatype : int
description : On-chip memory size (bytes)
paramtype : generic
+ default : 16384
ram_init_file:
datatype : file