Skip to content

Commit

Permalink
TEST: just use one TX clock
Browse files Browse the repository at this point in the history
  • Loading branch information
leonschoorl committed Sep 5, 2024
1 parent 1be068e commit 3e01f86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bittide-instances/src/Bittide/Instances/Hitl/FullMeshSwCc.hs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ fullMeshHwTest refClk sysClk IlaControl{syncRst = rst, ..} rxNs rxPs miso =
-- Transceiver setup
gthAllReset = unsafeFromActiveLow spiDone

transceivers =
transceivers0 =
transceiverPrbsN
@GthTx
@GthRx
Expand All @@ -225,6 +225,7 @@ fullMeshHwTest refClk sysClk IlaControl{syncRst = rst, ..} rxNs rxPs miso =
, txReadys = txAllStables
, rxReadys = repeat (pure True)
}
transceivers = transceivers0 {Transceiver.txClocks = repeat (head transceivers0.txClocks)}
txAllStables = zipWith (xpmCdcSingle sysClk) transceivers.txClocks (repeat allStable1)
allStable1 = sticky sysClk syncRst allStable0
txResets2 =
Expand Down

0 comments on commit 3e01f86

Please sign in to comment.