Skip to content

Commit

Permalink
Allow in some samples before the ILA trigger goes high.
Browse files Browse the repository at this point in the history
  • Loading branch information
rslawson committed Mar 4, 2025
1 parent 4bddc87 commit f77b338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittide-shake/src/Clash/Shake/Vivado.hs
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ runHitlTestCase v testCase@HitlTestCase{name, parameters} driverFunc probesFileP
execCmd_ v "set_property" ["capture_compare_value", "eq1'b1", captureProbe]

-- Set the trigger position
execCmd_ v "set_property" ["control.trigger_position", "0", "[current_hw_ila]"]
execCmd_ v "set_property" ["control.trigger_position", "256", "[current_hw_ila]"]

run_hw_ila v ["[current_hw_ila]"]

Expand Down

0 comments on commit f77b338

Please sign in to comment.