Skip to content

Commit

Permalink
fixup! (DROPME) Fix up debugging ILA
Browse files Browse the repository at this point in the history
  • Loading branch information
rslawson committed Feb 21, 2025
1 parent 947b199 commit 496175d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bittide-instances/src/Bittide/Instances/Hitl/Demo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ dut refClk refRst skyClk rxNs rxPs allProgrammed miso jtagIn =
{ depth = D32768
}
refClk
(unsafeToActiveLow refRst)
allProgrammed
captureFlag
spiDone
spiErr
Expand All @@ -233,7 +233,7 @@ dut refClk refRst skyClk rxNs rxPs allProgrammed miso jtagIn =
refClk
spiRst
enableGen
(SNat @(PeriodToCycles Basic125 (Milliseconds 1)))
(SNat @(PeriodToCycles Basic125 (Milliseconds 2)))

nFincs :: Signal Basic125 (Unsigned 32)
nFincs =
Expand Down Expand Up @@ -650,7 +650,7 @@ demoTest boardClkDiff refClkDiff rxns rxps miso jtagIn =
{ depth = D32768
}
refClk
testStart
allProgrammed
captureFlag
handshakesDone
allProgrammed
Expand All @@ -669,7 +669,7 @@ demoTest boardClkDiff refClkDiff rxns rxps miso jtagIn =
refClk
testReset
enableGen
(SNat @(PeriodToCycles Basic125 (Milliseconds 1)))
(SNat @(PeriodToCycles Basic125 (Milliseconds 2)))
{-# OPAQUE demoTest #-}
makeTopEntity 'demoTest

Expand Down

0 comments on commit 496175d

Please sign in to comment.