Merge branch 'master' of github.com:lnis-uofu/OpenFPGA into xt_fabric_tile
This commit is contained in:
commit
c8a840f5ad
|
@ -13,7 +13,7 @@ jobs:
|
||||||
# Test the RTL compilation compatibility
|
# Test the RTL compilation compatibility
|
||||||
verilog:
|
verilog:
|
||||||
name: RTL compilation and tests
|
name: RTL compilation and tests
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Cancel previous
|
- name: Cancel previous
|
||||||
uses: styfle/cancel-workflow-action@0.9.1
|
uses: styfle/cancel-workflow-action@0.9.1
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo bash .github/workflows/install_dependencies_run.sh
|
sudo bash .github/workflows/install_dependencies_run_ubuntu22p04.sh
|
||||||
|
|
||||||
- name: Dump tool versions
|
- name: Dump tool versions
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Update as required by some packages
|
||||||
|
apt-get update
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
libdatetime-perl libc6 libffi-dev libgcc1 libreadline8 libstdc++6 \
|
libdatetime-perl libc6 libffi-dev libgcc1 libreadline8 libstdc++6 \
|
||||||
libtcl8.6 tcl python3.8 python3-pip zlib1g libbz2-1.0 \
|
libtcl8.6 tcl python3.8 python3-pip zlib1g libbz2-1.0 \
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Update as required by some packages
|
||||||
|
apt-get update
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
libdatetime-perl libc6 libffi-dev libgcc1 libreadline8 libstdc++6 \
|
libdatetime-perl libc6 libffi-dev libgcc1 libreadline8 libstdc++6 \
|
||||||
libtcl8.6 tcl python3-pip zlib1g libbz2-1.0 \
|
libtcl8.6 tcl python3-pip zlib1g libbz2-1.0 \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.2.1173
|
1.2.1200
|
||||||
|
|
Loading…
Reference in New Issue