formal→asserts

Closes #171.
This commit is contained in:
whitequark 2019-08-19 20:23:24 +00:00
parent 2770db6de8
commit 32bfbb11cb
5 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
from .tools import *
from ..hdl import *
from ..formal import *
from ..asserts import *
from ..back.pysim import *
from ..lib.coding import *

View file

@ -1,6 +1,6 @@
from .tools import *
from ..hdl import *
from ..formal import *
from ..asserts import *
from ..back.pysim import *
from ..lib.fifo import *