test.compat: import tests from Migen as appropriate.
authorwhitequark <whitequark@whitequark.org>
Tue, 18 Dec 2018 18:05:37 +0000 (18:05 +0000)
committerwhitequark <whitequark@whitequark.org>
Sat, 26 Jan 2019 01:01:03 +0000 (01:01 +0000)
commit4922a73c5d2773eec1b55ac262dcde80e840d994
treea401670a3efd3f9bb44073631f7f3ab001b54163
parentf71e0fffbbe7e2a5269e4944316ac7246ea4a986
test.compat: import tests from Migen as appropriate.

test_signed and test_coding are adjusted slightly to account for
differences in comb propagation between the simulators; we might want
to revert that eventually.
doc/COMPAT_SUMMARY.md
nmigen/compat/sim/__init__.py
nmigen/test/compat/__init__.py [new file with mode: 0644]
nmigen/test/compat/support.py [new file with mode: 0644]
nmigen/test/compat/test_coding.py [new file with mode: 0644]
nmigen/test/compat/test_constant.py [new file with mode: 0644]
nmigen/test/compat/test_fifo.py [new file with mode: 0644]
nmigen/test/compat/test_fsm.py [new file with mode: 0644]
nmigen/test/compat/test_passive.py [new file with mode: 0644]
nmigen/test/compat/test_signed.py [new file with mode: 0644]
nmigen/test/compat/test_size.py [new file with mode: 0644]