We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc1e0f commit a1da8cbCopy full SHA for a1da8cb
.github/workflows/ci.yml
@@ -13,10 +13,6 @@ jobs:
13
- name: Setup CCache
14
uses: hendrikmuhs/ccache-action@v1.2
15
16
- - uses: ghdl/setup-ghdl-ci@master
17
- with:
18
- backend: llvm
19
-
20
# Install Tools
21
- name: Install Tools
22
run: |
@@ -46,6 +42,16 @@ jobs:
46
42
47
43
sudo python3 litex_setup.py --gcc=riscv
48
44
45
+ # Build / Install GHDL
+ - name: Build GHDL
+ run: |
+ sudo apt-get install gnat llvm
49
+ git clone https://github.com/ghdl/ghdl.git
50
+ cd ghdl
51
+ ./configure --with-llvm-config
52
+ make
53
+ sudo make install
54
+
55
# Build / Install Verilator
56
- name: Build Verilator
57
0 commit comments