Skip to content

Commit

Permalink
fixup! Previous tests not producing any debug info, reverting ready r…
Browse files Browse the repository at this point in the history
…eporting.
  • Loading branch information
rslawson committed Oct 30, 2024
1 parent 0c2fc0d commit 28c07d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ topologyTest refClk sysClk sysRst IlaControl{syncRst = rst, ..} rxNs rxPs miso c
, rxPs
, txDatas = txCounters
-- , txDatas = repeat $ pure 0
, txReadys = repeat (pure False)
, txReadys = transceivers.txReadys
, rxReadys = repeat (pure True)
}

Expand Down

0 comments on commit 28c07d4

Please sign in to comment.