Skip to content

Commit

Permalink
Change STEP1 target with the embedded target (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyoubJalali authored Oct 9, 2023
1 parent 130bc2f commit 5eac758
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion verif/regress/dv-generated-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source verif/regress/install-riscv-dv.sh
source verif/regress/install-spike.sh

if ! [ -n "$DV_TARGET" ]; then
DV_TARGET=cv32a60x
DV_TARGET=cv32a6_embedded
fi

if ! [ -n "$DV_SIMULATORS" ]; then
Expand Down
2 changes: 1 addition & 1 deletion verif/regress/dv-generated-xif-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source verif/regress/install-riscv-dv.sh
source verif/regress/install-spike.sh

if ! [ -n "$DV_TARGET" ]; then
DV_TARGET=cv32a60x
DV_TARGET=cv32a6_embedded
fi

if ! [ -n "$DV_SIMULATORS" ]; then
Expand Down
2 changes: 1 addition & 1 deletion verif/regress/smoke-gen_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source verif/regress/install-cva6.sh
source verif/regress/install-riscv-dv.sh

if ! [ -n "$DV_TARGET" ]; then
DV_TARGET=cv32a60x
DV_TARGET=cv32a6_embedded
fi

if ! [ -n "$DV_SIMULATORS" ]; then
Expand Down

0 comments on commit 5eac758

Please sign in to comment.