test.test_lib_fifo: fix typo.
This commit is contained in:
parent
7f6b3f93f5
commit
276e9c2fad
|
@ -32,7 +32,7 @@ class FIFOSmokeTestCase(FHDLTestCase):
|
|||
self.assertSyncFIFOWorks(SyncFIFO(width=8, depth=4, fwft=False))
|
||||
|
||||
def test_sync_buffered(self):
|
||||
self.assertSyncFIFOWorks(SyncFIFO(width=8, depth=4, fwft=True))
|
||||
self.assertSyncFIFOWorks(SyncFIFOBuffered(width=8, depth=4))
|
||||
|
||||
def test_async(self):
|
||||
self.assertAsyncFIFOWorks(AsyncFIFO(width=8, depth=4))
|
||||
|
|
Loading…
Reference in a new issue