Rename fhdl→hdl, genlib→lib.
This commit is contained in:
parent
b5a1efa0c8
commit
790eb05a92
26 changed files with 50 additions and 50 deletions
|
|
@ -5,8 +5,8 @@ from vcd import VCDWriter
|
|||
from vcd.gtkw import GTKWSave
|
||||
|
||||
from ..tools import flatten
|
||||
from ..fhdl.ast import *
|
||||
from ..fhdl.xfrm import ValueTransformer, StatementTransformer
|
||||
from ..hdl.ast import *
|
||||
from ..hdl.xfrm import ValueTransformer, StatementTransformer
|
||||
|
||||
|
||||
__all__ = ["Simulator", "Delay", "Tick", "Passive", "DeadlineError"]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import textwrap
|
|||
from collections import defaultdict, OrderedDict
|
||||
from contextlib import contextmanager
|
||||
|
||||
from ..fhdl import ast, ir, xfrm
|
||||
from ..hdl import ast, ir, xfrm
|
||||
|
||||
|
||||
class _Namer:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue