test/test_bandwidth: review, cleanup, fix typo.
This commit is contained in:
parent
907ef73971
commit
de55a8e170
|
@ -166,7 +166,7 @@ class TestBandwidth(unittest.TestCase):
|
|||
self.assertEqual(results["nreads"], cmd_driver.cmd_counts["read"])
|
||||
|
||||
def test_correct_period_length(self):
|
||||
# Verify that period length is correct by measuring time betwee CSR changes.
|
||||
# Verify that period length is correct by measuring time between CSR changes.
|
||||
period_bits = 5
|
||||
period = 2**period_bits
|
||||
|
||||
|
|
Loading…
Reference in New Issue