Skip to content

Commit

Permalink
Run a test
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeOpenHWGroup authored Oct 10, 2023
1 parent 92362a3 commit 6dc6070
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ phases:
- vcs -id
# - wget https://buildbot.embecosm.com/job/corev-gcc-centos7/19/artifact/corev-openhw-gcc-centos7-20230905.tar.gz
- curl -O https://buildbot.embecosm.com/job/corev-gcc-centos7/19/artifact/corev-openhw-gcc-centos7-20230905.tar.gz
- tar xvf corev-openhw-gcc-centos7-20230905.tar.gz
- tar xf corev-openhw-gcc-centos7-20230905.tar.gz
- export CV_SW_TOOLCHAIN=corev-openhw-gcc-centos7-20230905
- export CV_SW_PREFIX=riscv32-corev-elf-
- export CV_SW_MARCH=rv32imc_zicsr_zifencei
- corev-openhw-gcc-centos7-20230905/bin/riscv32-corev-elf-gcc --version

- cd cv32e40p/sim/uvmt
- make test USE_ISS=0 SIMULATOR=vcs TEST=hello-world

0 comments on commit 6dc6070

Please sign in to comment.