back.pysim: implement most operators and add tests.

This commit is contained in:
whitequark 2018-12-14 14:21:22 +00:00
parent d9aaf0114b
commit 474d46ced8
4 changed files with 131 additions and 15 deletions

View file

@ -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",