[ROM] Double ROM size to 16KB
- Current software development is running out of space, so the ROM is doubled
to accommodate the increase
- Note, at the moment bram_load.mmi and placement.xdc need to be manually updated. It seems simple enough to re-create this file as long as a tcl hook can be provided as part of the build flow. Need to check to see if this is possible.
Signed-off-by: Timothy Chen <timothytim@google.com>
diff --git a/hw/top_earlgrey/data/top_earlgrey.hjson b/hw/top_earlgrey/data/top_earlgrey.hjson
index 1e3fa9d..b99152c 100644
--- a/hw/top_earlgrey/data/top_earlgrey.hjson
+++ b/hw/top_earlgrey/data/top_earlgrey.hjson
@@ -138,7 +138,7 @@
reset_connections: {rst_ni: "sys"},
type: "rom",
base_addr: "0x00008000",
- size: "0x2000"
+ size: "0x4000"
},
{ name: "ram_main",
clock_connections: {clk_i: "main"},