Skip to content

Commit

Permalink
swCcTopologyTest dont reset CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbollen committed Jan 28, 2025
1 parent 332546e commit e6b168b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,14 @@ driverFunc testName targets = do
tryWithTimeout "Waiting for program load to finish" 120_000_000
$ expectLine gdb.stdoutHandle gdbWaitForLoad

openHardwareTarget hwT
updateVio "vioHitlt" [("probe_prog_en", "0")]

startBinary :: (HwTarget, DeviceInfo) -> ProcessStdIoHandles -> VivadoM ()
startBinary (hwT, d) gdb = do
liftIO $ putStrLn $ "Starting binary on target " <> show d.deviceId

openHardwareTarget hwT
updateVio
"vioHitlt"
[ ("probe_prog_en", "0")
, ("probe_test_start", "1")
[ ("probe_test_start", "1")
]

liftIO $ runGdbCommands gdb.stdinHandle ["continue"]
Expand Down

0 comments on commit e6b168b

Please sign in to comment.