mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
Change STEP1 target with the embedded target (#1519)
This commit is contained in:
parent
130bc2fb31
commit
5eac75842d
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue