Skip to content

Commit

Permalink
ci.yml: Install GHDL as done in LiteX.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jan 7, 2025
1 parent 7cc1e0f commit a1da8cb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
- name: Setup CCache
uses: hendrikmuhs/[email protected]

- uses: ghdl/setup-ghdl-ci@master
with:
backend: llvm

# Install Tools
- name: Install Tools
run: |
Expand Down Expand Up @@ -46,6 +42,16 @@ jobs:
run: |
sudo python3 litex_setup.py --gcc=riscv
# Build / Install GHDL
- name: Build GHDL
run: |
sudo apt-get install gnat llvm
git clone https://github.com/ghdl/ghdl.git
cd ghdl
./configure --with-llvm-config
make
sudo make install
# Build / Install Verilator
- name: Build Verilator
run: |
Expand Down

0 comments on commit a1da8cb

Please sign in to comment.