lib.fifo: add basic formal specification.
This commit is contained in:
parent
fa8e876356
commit
5a831ce31c
4 changed files with 177 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
"""First-in first-out queues."""
|
||||
|
||||
from .. import *
|
||||
from ..formal import *
|
||||
|
||||
|
||||
__all__ = ["FIFOInterface", "SyncFIFO", "SyncFIFOBuffered"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue