Skip to content

Commit

Permalink
Fixing terasic_sockit as recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-malakhov committed Nov 17, 2024
1 parent ff9182b commit 60b086d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/synthesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
- tool: quartus
imagerepo: ghcr.io/raetro/quartus
imagever: 21.1.1
# TODO: terasic_sockit
boards: rzrd_pmod_mic3 omdazz
boards: rzrd_pmod_mic3 terasic_sockit
labs: 12345
- tool: quartus
imagerepo: ghcr.io/raetro/quartus
imagever: 17.1
boards: de10_lite de2_115
boards: de10_lite de2_115 omdazz
labs: 12345
- tool: quartus
imagerepo: ghcr.io/raetro/quartus
Expand Down
2 changes: 1 addition & 1 deletion boards/terasic_sockit/board_specific_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module board_specific_top
.w_key ( w_key ),
.w_sw ( w_sw ),
.w_led ( w_led ),
.w_digit ( 1 /* w_digit */ ),
.w_digit ( 2 /* w_digit */ ),
.w_gpio ( 1 /* w_gpio */ ),

.screen_width ( screen_width ),
Expand Down

0 comments on commit 60b086d

Please sign in to comment.