From f39bc44f3ffc6e58ed67aaa400680ee1b9091d2f Mon Sep 17 00:00:00 2001 From: Joseph Faye <31924862+jwfaye@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:04:39 +0100 Subject: [PATCH] Create mmap_config_exple.json --- litex/tools/mmap_config_exple.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 litex/tools/mmap_config_exple.json diff --git a/litex/tools/mmap_config_exple.json b/litex/tools/mmap_config_exple.json new file mode 100644 index 000000000..758084150 --- /dev/null +++ b/litex/tools/mmap_config_exple.json @@ -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"} + ] +}