Skip to content

Commit

Permalink
Debug 6 bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
calonso88 committed Apr 13, 2024
1 parent c7f3d3a commit cdc2586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ async def test_spi(dut):


# Number of bits in implementation
bits = 5
bits = 6
max_value = (2 ** bits) - 1
min_prime = 3
max_upper_boundary = max_value // min_prime
Expand Down

0 comments on commit cdc2586

Please sign in to comment.