Skip to content

Commit

Permalink
Update from SweRV to VeeR (chipsalliance#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbieganski authored Sep 1, 2023
2 parents 7646baf + 7fc76a1 commit 46e877d
Show file tree
Hide file tree
Showing 8 changed files with 280 additions and 277 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/large-designs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ jobs:
path: |
**/plot_*.svg
swerv_synth:
name: Swerv (synthesis)
veer_synth:
name: VeeR-EH1 (synthesis)
runs-on: [self-hosted, Linux, X64]
container: ubuntu:jammy
env:
Expand Down Expand Up @@ -554,7 +554,7 @@ jobs:
run: |
git submodule update --depth 1 --init --recursive \
UHDM-integration-tests \
third_party/swerv \
third_party/veer \
;
- name: Download binaries
Expand All @@ -571,13 +571,13 @@ jobs:
pip install virtualenv
./UHDM-integration-tests/.github/ci.sh
env:
TARGET: uhdm/yosys/swerv
TEST_CASE: tests/swerv
TARGET: uhdm/yosys/veer
TEST_CASE: tests/veer

- uses: actions/upload-artifact@v2
with:
name: chipsalliance.org_cores_SweRV_EH1_1.8.edif
path: UHDM-integration-tests/build/chipsalliance.org_cores_SweRV_EH1_1.8/synth-vivado/chipsalliance.org_cores_SweRV_EH1_1.8.edif
name: chipsalliance.org_cores_VeeR_EH1_1.9.edif
path: UHDM-integration-tests/build/chipsalliance.org_cores_VeeR_EH1_1.9/synth-vivado/chipsalliance.org_cores_VeeR_EH1_1.9.edif

- name: Upload load graphs
if: ${{ always() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parsing-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
GHA_CUSTOM_LINE_PREFIX: ""
TESTS_TO_SKIP: ibex swerv synthesis opentitan serv serv-minimal hello-uvm assignment-pattern Forever BitsCallOnType OneClass
TESTS_TO_SKIP: ibex veer synthesis opentitan serv serv-minimal hello-uvm assignment-pattern Forever BitsCallOnType OneClass
Continue AnonymousUnion ParameterUnpackedArray VoidFunction2Returns PatternStruct ImportedFunctionCallInModuleAndSubmodule
VoidFunctionWithoutReturn cmake PutC OneThis CastInFunctionInGenBlock PatternType FunctionOutputArgument GetC ForkJoinTypes
EnumFirstInInitial ImportFunction DpiChandle Disable EnumFirst TypedefOnFileLevel UnsizedConstantsParameterParsing Fork
Expand Down
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
path = third_party/opentitan_9d82960888
url = https://github.com/lowRISC/opentitan.git
[submodule "uhdm-tests/swerv/Cores-SweRV"]
path = third_party/swerv
path = third_party/veer
url = https://github.com/chipsalliance/Cores-SweRV.git
[submodule "uhdm-tests/opentitan/opentitan"]
path = third_party/opentitan
Expand All @@ -40,3 +40,6 @@
[submodule "uhdm-tests/bsg_micro_designs/bsg_micro_designs"]
path = third_party/bsg_micro_designs
url = https://github.com/bsg-idea/bsg_micro_designs.git
[submodule "third_party/veer"]
path = third_party/veer
url = https://github.com/chipsalliance/Cores-VeeR-EH1
1 change: 0 additions & 1 deletion third_party/swerv
Submodule swerv deleted from ba4019
1 change: 1 addition & 0 deletions third_party/veer
Submodule veer added at 915fb3
Loading

0 comments on commit 46e877d

Please sign in to comment.