From 6a3d2d95dff1ad911b60f1ddfb3b31bb811e9cef Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 15 Apr 2020 16:06:54 +0930 Subject: [PATCH] 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 --- microwatt.core | 1 + 1 file changed, 1 insertion(+) diff --git a/microwatt.core b/microwatt.core index ee48376..a2d6ab5 100644 --- 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