Skip to content

Commit

Permalink
Try something lol
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbollen committed Feb 20, 2025
1 parent 7b089e3 commit c10dedb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ driverFunc testName targets = do
liftIO $ mapM_ ((errorToException =<<) . Gdb.loadBinary) gdbs

-- TODO: Replace `prog_en` vio with `enable_sync_gen` vio
mapM_
(\(hwT, _) -> openHardwareTarget hwT >> updateVio "vioHitlt" [("probe_prog_en", "0")])
targets
-- mapM_
-- (\(hwT, _) -> openHardwareTarget hwT >> updateVio "vioHitlt" [("probe_prog_en", "0")])
-- targets
-- liftIO $ mapM_ ((errorToException =<<) . Gdb.compareSections) gdbs
liftIO $ mapM_ Gdb.continue gdbs
mapM_ startTest targets
Expand Down

0 comments on commit c10dedb

Please sign in to comment.