mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-27 15:04:36 +00:00
8 lines
310 B
Bash
8 lines
310 B
Bash
|
#!/bin/bash
|
||
|
source /cad/riscv/OVP/Imperas.20200630/bin/setup.sh
|
||
|
setupImperas /cad/riscv/OVP/Imperas.20200630 -m32
|
||
|
source /cad/riscv/OVP/Imperas.20200630/bin/switchRuntime.sh 2>/dev/null
|
||
|
echo 1 | switchRuntimeImperas
|
||
|
source /cad/riscv/OVP/Imperas.20200630/bin/switchISS.sh 2>/dev/null
|
||
|
echo 1 | switchISSImperas
|