summaryrefslogtreecommitdiff
path: root/scripts/py/gen_fpga_mem_map.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/py/gen_fpga_mem_map.py')
-rw-r--r--scripts/py/gen_fpga_mem_map.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/py/gen_fpga_mem_map.py b/scripts/py/gen_fpga_mem_map.py
index 6a2d1d2..5703a8d 100644
--- a/scripts/py/gen_fpga_mem_map.py
+++ b/scripts/py/gen_fpga_mem_map.py
@@ -50,20 +50,6 @@ class TargetSubsystem:
"""
# Dict with mem map and binary names we expect
self.subsystems = {
- "sse-200": {
- "mmap_mcc" : {
- # FPGA addr | MCC addr |
- "0x00000000": "0x00000000", # ITCM (NS)
- "0x10000000": "0x01000000", # ITCM (S)
- "0x20000000": "0x02000000", # DTCM (NS)
- "0x30000000": "0x03000000", # DTCM (S)
- "0x60000000": "0x08000000" # DDR (NS)
- },
- "bin_names": {
- 0: "itcm.bin",
- 1: "dram.bin"
- }
- },
"sse-300": {
"mmap_mcc" : {
# FPGA addr | MCC addr |