From: Joel Stanley Date: Wed, 15 Apr 2020 06:36:54 +0000 (+0930) Subject: Set default RAM to be 16K in microwatt.core X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a3d2d95dff1ad911b60f1ddfb3b31bb811e9cef;p=microwatt.git 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 --- 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