Skip to content

Commit

Permalink
Switch demo processing element test was missing includeIlaWb field.
Browse files Browse the repository at this point in the history
  • Loading branch information
rslawson committed Feb 25, 2025
1 parent 2d52f0b commit 1522b14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ dut localCounter dnaA dnaB = circuit $ do
, initD = Reloadable (Vec dMem)
, iBusTimeout = d0 -- No timeouts on the instruction bus
, dBusTimeout = d0 -- No timeouts on the data bus
, includeIlaWb = False
}

type DMemWords = DivRU (32 * 1024) 4
Expand Down

0 comments on commit 1522b14

Please sign in to comment.