From 17006d58a5c0ce5dcb23a3f010f1d494f16eece5 Mon Sep 17 00:00:00 2001 From: aottaviano Date: Wed, 6 Sep 2023 16:49:59 +0200 Subject: [PATCH 1/2] hw: Fix wrong name for vga interrupt --- hw/cheshire_soc.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/cheshire_soc.sv b/hw/cheshire_soc.sv index ad85f9bc..49afe44a 100644 --- a/hw/cheshire_soc.sv +++ b/hw/cheshire_soc.sv @@ -1686,7 +1686,7 @@ module cheshire_soc import cheshire_pkg::*; #( end if (!(Cfg.Vga && Cfg.BusErr)) begin : gen_vga_bus_err_tie - assign intr.intn.bus_err.dma = '0; + assign intr.intn.bus_err.vga = '0; end ////////////////// From 2a2062f0b5766b979c0565cbec87db4d54674e7c Mon Sep 17 00:00:00 2001 From: aottaviano Date: Wed, 6 Sep 2023 17:52:56 +0200 Subject: [PATCH 2/2] .github: Increase github action timeout to 3 hours --- .github/workflows/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gitlab-ci.yml b/.github/workflows/gitlab-ci.yml index 5328ef19..af7acc7a 100644 --- a/.github/workflows/gitlab-ci.yml +++ b/.github/workflows/gitlab-ci.yml @@ -25,3 +25,4 @@ jobs: domain: iis-git.ee.ethz.ch repo: github-mirror/cheshire token: ${{ secrets.GITLAB_TOKEN }} + poll-count: 10800 # (10800/60=180min=3hours)