Skip to content

Commit

Permalink
hw: Fix signal name for VGA bus error interrupts (#70)
Browse files Browse the repository at this point in the history
* hw: Fix wrong name for vga interrupt

* .github: Increase github action timeout to 3 hours
  • Loading branch information
alex96295 authored Sep 6, 2023
1 parent 6308a81 commit 3caeb21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion hw/cheshire_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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

//////////////////
Expand Down

0 comments on commit 3caeb21

Please sign in to comment.