Skip to content

Commit

Permalink
FincFdec test: change the extra clock to use out1 instead of out0
Browse files Browse the repository at this point in the history
We want to use this extra clock for other things in other tests.
Namely as a better reference clock in the HwCcTopologies test.
But out0 and out0a share their divider and that won't work there.
(out0a is used as GTH reference clock)
  • Loading branch information
leonschoorl committed Sep 11, 2024
1 parent 27ed428 commit bec1b07
Show file tree
Hide file tree
Showing 4 changed files with 620 additions and 599 deletions.
2 changes: 1 addition & 1 deletion bittide-instances/src/Bittide/Instances/Hitl/FincFdec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ goFincFdecTests clk rst clkControlled testSelect miso =
(_, spiBusy, spiState@(fmap (== Finished) -> siClkLocked), spiOut) =
withClockResetEnable clk rst enableGen
$ si539xSpi
Si5395J.testConfig6_200_on_0a_10ppb_and_0
Si5395J.testConfig6_200_on_0a_10ppb_and_1
(SNat @(Microseconds 1))
(pure Nothing)
miso
Expand Down
Loading

0 comments on commit bec1b07

Please sign in to comment.