Skip to content

Commit 99f789c

Browse files
tagunilkartben
authored andcommitted
boards: snps: nsim: align HS platforms
As these boards are completely simulated and do not represent any real hardware configurations anymore, provide them with 1M of both ICCM and DCCM to avoid any out-of-memory test failures. Signed-off-by: Ilya Tagunov <[email protected]>
1 parent 1ecdc66 commit 99f789c

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

boards/snps/nsim/arc_classic/support/mdb_hs.args

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
-dcache_mem_cycles=2
3535
-icache=65536,64,4,a
3636
-icache_feature=2
37-
-dccm_size=0x40000
37+
-dccm_size=0x100000
3838
-dccm_base=0x80000000
3939
-dccm_mem_cycles=2
40-
-iccm0_size=0x40000
41-
-iccm0_base=0x70000000
40+
-iccm0_size=0x100000
41+
-iccm0_base=0x00000000
4242
-mpuv3
4343
-mpu_regions=16
4444
-prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24

boards/snps/nsim/arc_classic/support/mdb_hs_hostlink.args

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
-dcache_mem_cycles=2
3535
-icache=65536,64,4,a
3636
-icache_feature=2
37-
-dccm_size=0x40000
37+
-dccm_size=0x100000
3838
-dccm_base=0x80000000
3939
-dccm_mem_cycles=2
40-
-iccm0_size=0x40000
41-
-iccm0_base=0x70000000
40+
-iccm0_size=0x100000
41+
-iccm0_base=0x00000000
4242
-mpuv3
4343
-mpu_regions=16
4444
-noprofile

boards/snps/nsim/arc_classic/support/mdb_hs_mpuv6.args

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
-dccm_size=0x100000
4040
-dccm_base=0x80000000
4141
-dccm_mem_cycles=2
42-
-iccm0_size=0x40000
43-
-iccm0_base=0x70000000
42+
-iccm0_size=0x100000
43+
-iccm0_base=0x00000000
4444
-prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24
4545
-noprofile

boards/snps/nsim/arc_classic/support/nsim_hs.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
dccm_size=0x100000
4242
dccm_base=0x80000000
4343
nsim_isa_dccm_mem_cycles=2
44-
iccm0_size=0x40000
45-
iccm0_base=0x70000000
44+
iccm0_size=0x100000
45+
iccm0_base=0x00000000
4646
mpu_regions=16
4747
mpu_version=3
4848
nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24

boards/snps/nsim/arc_classic/support/nsim_hs_hostlink.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
dccm_size=0x100000
4242
dccm_base=0x80000000
4343
nsim_isa_dccm_mem_cycles=2
44-
iccm0_size=0x40000
45-
iccm0_base=0x70000000
44+
iccm0_size=0x100000
45+
iccm0_base=0x00000000
4646
mpu_regions=16
4747
mpu_version=3

boards/snps/nsim/arc_classic/support/nsim_hs_mpuv6.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
dccm_size=0x100000
4444
dccm_base=0x80000000
4545
nsim_isa_dccm_mem_cycles=2
46-
iccm0_size=0x40000
47-
iccm0_base=0x70000000
46+
iccm0_size=0x100000
47+
iccm0_base=0x00000000
4848
nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24

0 commit comments

Comments
 (0)