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

@ -1,5 +1,7 @@
[run]
branch = True
include =
nmigen/*
omit =
nmigen/test/*
*/__init__.py