mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
test: rename test_timing_controllers to test_timing
This commit is contained in:
parent
8cf561d620
commit
93488009c9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ def c2bool(c):
|
|||
return {"-": 1, "_": 0}[c]
|
||||
|
||||
|
||||
class TestTimingControllers(unittest.TestCase):
|
||||
class TestTiming(unittest.TestCase):
|
||||
def txxd_controller_test(self, txxd, valids, readys):
|
||||
def generator(dut):
|
||||
dut.errors = 0
|
Loading…
Reference in a new issue