Skip to content

Commit

Permalink
uart: remove flaky nexys4ddr baudrate mismatch test case
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermoseley committed Oct 6, 2024
1 parent 783f29d commit 7eb5612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_uart_baud_mismatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def test_baudrate_mismatch_xilinx_passes(baudrate, percent_slowdown, stall_inter


nexys4ddr_fail_cases = [
(3e6, 1, 1024), # Light clock mismatch, no mitigation
(3e6, 2, 1024), # Heavy clock mismatch, no mitigation
(3e6, 2, 16), # Heavy clock mismatch, light mitigation
]
Expand Down

0 comments on commit 7eb5612

Please sign in to comment.