Skip to content

Commit

Permalink
fixup! Move HITL test control logic from Tcl to Haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnbastiaan committed Sep 6, 2024
1 parent b0b73d8 commit ddafe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittide-instances/src/Bittide/Instances/Hitl/VexRiscv.hs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ test :: HitlTest
test =
HitlTest
{ topEntity = 'vexRiscvTest
, extraXdcFiles = ["jtag.xdc"]
, extraXdcFiles = ["jtag_config.xdc", "jtag_pmod1.xdc"]
, externalHdl = []
, testIters =
[ HitlTestIter
Expand Down

0 comments on commit ddafe88

Please sign in to comment.