Skip to content

Commit 5e1cd12

Browse files
arc: nsim: vpx5: fix SoC config issue which leads to cmake error
After recent nsim SoCs & boards reorganization the SOC_SERIES_* config is missing for vpx5 SoC which leads to cmake errors when building against nsim/nsim_vpx5 configuration. Fix that and align soc series name in soc.yml Signed-off-by: Evgeniy Paltsev <[email protected]> Signed-off-by: Eugeniy Paltsev <[email protected]>
1 parent 50c03e9 commit 5e1cd12

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

soc/snps/nsim/arc_classic/soc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ family:
1515
- name: nsim_hs5x_smp
1616
- name: nsim_hs6x
1717
- name: nsim_hs6x_smp
18-
- name: nsim_vpx
18+
- name: nsim_vpx5
1919
socs:
2020
- name: nsim_vpx5
2121
- name: nsim_sem
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Copyright (c) 2024 Synopsys, Inc.
22
# SPDX-License-Identifier: Apache-2.0
3+
4+
config SOC_SERIES_NSIM_VPX5
5+
select ARC

0 commit comments

Comments
 (0)