back.pysim: implement most operators and add tests.
This commit is contained in:
parent
d9aaf0114b
commit
474d46ced8
4 changed files with 131 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ from ..tools import *
|
|||
|
||||
|
||||
__all__ = [
|
||||
"Value", "Const", "Operator", "Mux", "Part", "Slice", "Cat", "Repl",
|
||||
"Value", "Const", "C", "Operator", "Mux", "Part", "Slice", "Cat", "Repl",
|
||||
"Signal", "ClockSignal", "ResetSignal",
|
||||
"Statement", "Assign", "Switch", "Delay", "Tick", "Passive",
|
||||
"ValueKey", "ValueDict", "ValueSet",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue