summaryrefslogtreecommitdiff
path: root/scripts/py
diff options
context:
space:
mode:
authoralexander <alexander.efremov@arm.com>2021-05-04 21:24:22 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-06 14:08:55 +0100
commitd580eee180be219e118152cedabc9637da8574d6 (patch)
treefd99566c552996fe1f494a2224cc2f4a5194dabf /scripts/py
parent27b62d9dec86b76422c6c8be7615c1f712518570 (diff)
downloadml-embedded-evaluation-kit-d580eee180be219e118152cedabc9637da8574d6.tar.gz
MLECO-1898: removing support of legacy sse-200 platform
Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: Ie462e786af1d429bcb815f2c10656ed82862715a
Diffstat (limited to 'scripts/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 |