Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add neorv32-setups through submodules #4

Merged
merged 4 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions .github/workflows/Implementation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -37,6 +40,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -57,6 +63,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -77,6 +86,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -97,6 +109,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -117,6 +132,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -137,6 +155,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -157,6 +178,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -177,6 +201,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -197,6 +224,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -217,6 +247,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -237,6 +270,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -257,6 +293,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -277,6 +316,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -297,6 +339,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -317,6 +362,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -337,6 +385,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand All @@ -357,6 +408,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: docker://ghcr.io/unike267/containers/impl-arty:latest
with:
Expand Down
30 changes: 30 additions & 0 deletions .github/workflows/Simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: 'Run slink Complex Latency test'
uses: docker://docker.io/ghdl/vunit:mcode-master
Expand All @@ -63,6 +66,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: 'Run slink Complex Throughput test'
uses: docker://docker.io/ghdl/vunit:mcode-master
Expand Down Expand Up @@ -98,6 +104,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: 'Run wishbone Complex Latency test'
uses: docker://docker.io/ghdl/vunit:mcode-master
Expand All @@ -120,6 +129,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: 'Run wishbone Complex Throughput test'
uses: docker://docker.io/ghdl/vunit:mcode-master
Expand All @@ -143,6 +155,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: 'Run CFU Complex Latency test for mult_wfifos'
uses: docker://docker.io/ghdl/vunit:mcode-master
Expand All @@ -164,6 +179,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: 'Run CFU Complex Latency test for multp_wfifos'
uses: docker://docker.io/ghdl/vunit:mcode-master
Expand All @@ -185,6 +203,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: 'Run CFU Complex Latency test for multp'
uses: docker://docker.io/ghdl/vunit:mcode-master
Expand All @@ -206,6 +227,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: 'Run CFS Complex Latency test for buffering multipliers'
uses: docker://docker.io/ghdl/vunit:mcode-master
Expand All @@ -229,6 +253,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: 'Run CFS Complex Latency test for not buffering multipliers'
uses: docker://docker.io/ghdl/vunit:mcode-master
Expand All @@ -248,6 +275,9 @@ jobs:

- name: '🧰 Checkout'
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: 'Run CFS Complex Throughput test for buffering multipliers'
uses: docker://docker.io/ghdl/vunit:mcode-master
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "neorv32-setups"]
path = neorv32-setups
url = git@github.com:stnolting/neorv32-setups
6 changes: 0 additions & 6 deletions impl/nextpnr/impl_mult_wfifos_cfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ else
fi
echo "Selected board is" $Arty

apt update -qq

apt install -y git

cd ../..

git clone --recursive https://github.com/stnolting/neorv32-setups

mv rtl/mult/CFS/neorv32_application_image.vhd neorv32-setups/neorv32/rtl/core
mv rtl/mult/CFS/neorv32_cfs.vhd neorv32-setups/neorv32/rtl/core

Expand Down
6 changes: 0 additions & 6 deletions impl/nextpnr/impl_mult_wfifos_slink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ else
fi
echo "Selected board is" $Arty

apt update -qq

apt install -y git

cd ../..

git clone --recursive https://github.com/stnolting/neorv32-setups

mv rtl/mult/slink/neorv32_application_image.vhd neorv32-setups/neorv32/rtl/core

mkdir -p build
Expand Down
6 changes: 0 additions & 6 deletions impl/nextpnr/impl_mult_wfifos_wishbone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ else
fi
echo "Selected board is" $Arty

apt update -qq

apt install -y git

cd ../..

git clone --recursive https://github.com/stnolting/neorv32-setups

mv rtl/mult/EMEM/neorv32_application_image.vhd neorv32-setups/neorv32/rtl/core

mkdir -p build
Expand Down
6 changes: 0 additions & 6 deletions impl/nextpnr/impl_multp_cfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ else
fi
echo "Selected board is" $Arty

apt update -qq

apt install -y git

cd ../..

git clone --recursive https://github.com/stnolting/neorv32-setups

mv rtl/multp/CFS/neorv32_application_image.vhd neorv32-setups/neorv32/rtl/core
mv rtl/multp/CFS/neorv32_cfs.vhd neorv32-setups/neorv32/rtl/core

Expand Down
6 changes: 0 additions & 6 deletions impl/nextpnr/impl_multp_slink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ else
fi
echo "Selected board is" $Arty

apt update -qq

apt install -y git

cd ../..

git clone --recursive https://github.com/stnolting/neorv32-setups

mv rtl/mult/slink/neorv32_application_image.vhd neorv32-setups/neorv32/rtl/core

mkdir -p build
Expand Down
6 changes: 0 additions & 6 deletions impl/nextpnr/impl_multp_wfifos_cfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ else
fi
echo "Selected board is" $Arty

apt update -qq

apt install -y git

cd ../..

git clone --recursive https://github.com/stnolting/neorv32-setups

mv rtl/mult/CFS/neorv32_application_image.vhd neorv32-setups/neorv32/rtl/core
mv rtl/mult/CFS/neorv32_cfs.vhd neorv32-setups/neorv32/rtl/core

Expand Down
6 changes: 0 additions & 6 deletions impl/nextpnr/impl_multp_wfifos_slink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ else
fi
echo "Selected board is" $Arty

apt update -qq

apt install -y git

cd ../..

git clone --recursive https://github.com/stnolting/neorv32-setups

mv rtl/mult/slink/neorv32_application_image.vhd neorv32-setups/neorv32/rtl/core

mkdir -p build
Expand Down
Loading
Loading