Skip to content

Commit 6ab99f3

Browse files
committed
Bump clash-cores
For new `gig_ethernet_pcs_pma` without version restriction
1 parent 802bb8e commit 6ab99f3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/systemd/vivado-hw-server.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Before=actions.runner.bittide-bittide-hardware.hoeve-1.service
55

66
[Service]
77
Type=simple
8-
ExecStart=/bin/bash -c "source /opt/tools/Xilinx/VivadoEnterprise/Vivado/2022.1/settings64.sh && hw_server"
8+
ExecStart=/bin/bash -c "source /opt/tools/Xilinx/VivadoEnterprise/Vivado/2025.2/settings64.sh && hw_server"
99
Restart=always
1010
User=graaf
1111
# XXX: We actually want to run the hw_server as another user. However, it seems

cabal.project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ source-repository-package
5353
source-repository-package
5454
type: git
5555
location: https://github.com/clash-lang/clash-cores.git
56-
tag: 59118b1369ebdb3df424931c500e1a92567fdaac
56+
tag: 8290f373bb45997ed18c968cd59f4595deb516b6
5757

5858
source-repository-package
5959
type: git
@@ -84,6 +84,8 @@ source-repository-package
8484
allow-newer:
8585
clash-protocols:tasty,
8686
clash-vexriscv:base,
87+
-- clash-cores:doctests-parallel,
88+
-- doctest-parallel:Cabal,
8789

8890
-- These should be removed after bumping clash
8991
-----------------------------------------------

0 commit comments

Comments
 (0)