Skip to content

Commit cef487b

Browse files
committed
[SystemRDL] Add memories to sonata top description
Signed-off-by: Douglas Reis <doreis@lowrisc.org>
1 parent 6c8bd23 commit cef487b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/top.rdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
`include "../rtl/system/autogen/rv_plic/data/rv_plic.rdl"
1111

1212
addrmap top_sonata {
13+
external mem sram { memwidth = 0x20000; } SRAM @ 0x00100000;
14+
external mem hyperram { memwidth = 0x100000; } HYPERRAM @ 0x40000000;
15+
external mem rev_tag { memwidth = 0x800; } REV_TAG @ 0x30000000;
1316
gpio GPIO @ 0x80000000;
1417
gpio GPIO_RPI @ 0x80000040;
1518
gpio GPIO_ARDUINO @ 0x80000080;
@@ -26,5 +29,6 @@ addrmap top_sonata {
2629
spi SPI[3] @ 0x80302000 += 0x1000;
2730
usbdev USBDEV @ 0x80400000;
2831
rv_plic RV_PLIC @ 0x88000000;
32+
external mem dgb_dev { memwidth = 0x1000; } DBG_DEV @ 0xB0000000;
2933
};
3034

0 commit comments

Comments
 (0)