mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 00:48:40 -08:00
Use verilator 5.032 for CI
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
7
.github/workflows/regression-tests.yml
vendored
7
.github/workflows/regression-tests.yml
vendored
@@ -13,10 +13,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- uses: v0xnihili/install-verilator-action@main
|
||||||
- name: Install Ubuntu packages
|
with:
|
||||||
run: |
|
version: v5.032
|
||||||
sudo apt install -y --no-install-recommends iverilog verilator
|
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user