mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Create mmap_config_exple.json
This commit is contained in:
parent
150960f5eb
commit
f39bc44f3f
1 changed files with 10 additions and 0 deletions
10
litex/tools/mmap_config_exple.json
Normal file
10
litex/tools/mmap_config_exple.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"masters": [
|
||||||
|
{"name": "mmap_m1", "base": "0xa0000000", "size": "0x10000000"},
|
||||||
|
{"name": "mmap_m2", "base": "0xb0000000", "size": "0x10000000"}
|
||||||
|
],
|
||||||
|
"slaves": [
|
||||||
|
{"name": "mmap_s1", "base": "0xc0000000", "size": "0x10000000"},
|
||||||
|
{"name": "mmap_s2", "base": "0xd0000000", "size": "0x10000000"}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue