We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8bd23 commit cef487bCopy full SHA for cef487b
1 file changed
data/top.rdl
@@ -10,6 +10,9 @@
10
`include "../rtl/system/autogen/rv_plic/data/rv_plic.rdl"
11
12
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;
16
gpio GPIO @ 0x80000000;
17
gpio GPIO_RPI @ 0x80000040;
18
gpio GPIO_ARDUINO @ 0x80000080;
@@ -26,5 +29,6 @@ addrmap top_sonata {
26
29
spi SPI[3] @ 0x80302000 += 0x1000;
27
30
usbdev USBDEV @ 0x80400000;
28
31
rv_plic RV_PLIC @ 0x88000000;
32
+ external mem dgb_dev { memwidth = 0x1000; } DBG_DEV @ 0xB0000000;
33
};
34
0 commit comments