1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-02-26 16:53:16 +00:00

Set default RAM to be 16K in microwatt.core

This allows it to run hello world out of the box.

Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Joel Stanley
2020-04-15 16:06:54 +09:30
parent 04b784011a
commit 6a3d2d95df

View File

@@ -164,6 +164,7 @@ parameters:
datatype : int
description : On-chip memory size (bytes)
paramtype : generic
default : 16384
ram_init_file:
datatype : file