This website requires JavaScript.
Explore
Help
Sign In
usb-tools
/
amaranth
Watch
1
Star
0
Fork
You've already forked amaranth
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
8c1b5a26b3
amaranth
/
nmigen
/
formal.py
2 lines
54 B
Python
Raw
Normal View
History
Unescape
Escape
formal: extract from toplevel module. The nMigen formal language is about to get *much* larger and will keep growing faster than the rest of nMigen language, so it makes good sense to extract it. Further, this makes it easier to qualify formal keywords like `formal.AnyConst()` without directly importing hdl.ast.
2019-01-16 18:43:07 -07:00
from
.
hdl
.
ast
import
AnyConst
,
AnySeq
,
Assert
,
Assume
Reference in a new issue
Copy permalink