Skip to content

Commit 411455f

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
2 parents 40a8122 + c986144 commit 411455f

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030
jobs:
3131
initialize:
3232
runs-on:
33-
- ubuntu-22.04
33+
- ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
3434

3535
outputs:
3636
RELEASE: ${{ steps.setuppush.outputs.RELEASE || steps.setupmanual.outputs.RELEASE }}
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
os:
68-
- ubuntu-22.04 # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md
68+
- ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
6969

7070
runs-on: ${{ matrix.os }}
7171

@@ -122,10 +122,10 @@ jobs:
122122
make surelog/install
123123
make surelog/debian
124124
125-
- name: Build - simview
126-
run: |
127-
make simview/install
128-
make simview/debian
125+
# - name: Build - simview
126+
# run: |
127+
# make simview/install
128+
# make simview/debian
129129

130130
- name: Build - yosys
131131
run: |
@@ -157,7 +157,7 @@ jobs:
157157
strategy:
158158
matrix:
159159
os:
160-
- ubuntu-22.04 # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md
160+
- ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
161161

162162
runs-on: ${{ matrix.os }}
163163

@@ -277,15 +277,15 @@ jobs:
277277
if: ${{ needs.initialize.outputs.RELEASE == 'true' }}
278278

279279
steps:
280-
- uses: actions/download-artifact@v4
280+
- uses: actions/download-artifact@v5
281281
with:
282282
name: artifact-deb
283283

284-
- uses: actions/download-artifact@v4
284+
- uses: actions/download-artifact@v5
285285
with:
286286
name: artifact-deb-verible
287287

288-
- uses: actions/download-artifact@v4
288+
- uses: actions/download-artifact@v5
289289
with:
290290
name: artifact-deb-surfer
291291

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ OPENFPGALOADER_VERSION := 0.13.1
8686
SIMVIEW_VERSION := 0.0.1
8787
SURFER_VERSION := 0.0.1
8888

89+
# TODO
90+
VERIBLE_TAG := v0.0-3960-g1f2b094d
91+
8992
#####################################################################################################################################################################################################################################################################################
9093
RELEASE_VERSION := 0.0.1
9194

@@ -96,7 +99,7 @@ download: ## Download all releases
9699
wget https://github.com/dau-dev/tools/releases/download/v$(RELEASE_VERSION)/json_$(JSON_VERSION)_amd64.deb
97100
wget https://github.com/dau-dev/tools/releases/download/v$(RELEASE_VERSION)/uhdm_$(UHDM_VERSION)_amd64.deb
98101
wget https://github.com/dau-dev/tools/releases/download/v$(RELEASE_VERSION)/surelog_$(SURELOG_VERSION)_amd64.deb
99-
wget https://github.com/dau-dev/tools/releases/download/v$(RELEASE_VERSION)/simview_$(SIMVIEW_VERSION)_amd64.deb
102+
# wget https://github.com/dau-dev/tools/releases/download/v$(RELEASE_VERSION)/simview_$(SIMVIEW_VERSION)_amd64.deb
100103
wget https://github.com/dau-dev/tools/releases/download/v$(RELEASE_VERSION)/yosys_$(YOSYS_VERSION)_amd64.deb
101104
wget https://github.com/dau-dev/tools/releases/download/v$(RELEASE_VERSION)/synlig_$(SYNLIG_VERSION)_amd64.deb
102105
wget https://github.com/dau-dev/tools/releases/download/v$(RELEASE_VERSION)/verilator_$(VERILATOR_VERSION)_amd64.deb
@@ -368,8 +371,7 @@ surelog/debian: ## build debian package for surelog
368371
#
369372
.PHONY: verible/libs verible verible/install verible/debian
370373
verible/.git:
371-
# git clone --depth 1 --branch v$(VERIBLE_VERSION) https://github.com/chipsalliance/verible.git
372-
git clone --depth 1 --branch master https://github.com/chipsalliance/verible.git
374+
git clone --depth 1 --branch $(VERIBLE_TAG) https://github.com/chipsalliance/verible.git
373375

374376
verible/libs: verible/.git
375377
cd verible && bazel build -c opt //...

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ Software Tools
1010
| capnproto | [capnproto/capnproto](https://github.com/capnproto/capnproto) | 1.0.0 | amd64 | deb |
1111
| JSON | [nlohmann/json](https://github.com/nlohmann/json) | 3.11.2 | amd64 | deb |
1212
| openFPGALoader | [trabucayre/openFPGALoader](https://github.com/trabucayre/openFPGALoader) | 0.13.1 | amd64 | deb |
13-
| simview | [pieter3d/simview](https://github.com/pieter3d/simview) | N/A | amd64 | deb |
1413
| Surelog | [chipsalliance/surelog](https://github.com/chipsalliance/surelog) | 1.80 | amd64 | deb |
1514
| surfer | [surfer-project/surfer](https://gitlab.com/surfer-project/surfer) | N/A | amd64 | deb |
1615
| UHDM | [chipsalliance/uhdm](https://github.com/chipsalliance/uhdm) | 1.80 | amd64 | deb |
1716
| Verible | [chipsalliance/verible](https://github.com/chipsalliance/verible) | 0.0-3430-g060bde0f | amd64 | deb |
1817
| verilator | [verilator/verilator](https://github.com/verilator/verilator) | 5.034 | | |
1918
| yosys | [YosysHQ/yosys](https://github.com/YosysHQ/yosys) | 0.51 | amd64 | deb |
19+
20+
21+
<!-- | simview | [pieter3d/simview](https://github.com/pieter3d/simview) | N/A | amd64 | deb | -->

0 commit comments

Comments
 (0)