test.compat: import tests from Migen as appropriate.
authorwhitequark <cz@m-labs.hk>
Tue, 18 Dec 2018 18:05:37 +0000 (18:05 +0000)
committerwhitequark <cz@m-labs.hk>
Sat, 26 Jan 2019 01:01:03 +0000 (01:01 +0000)
commiteb5a65b43aca316083e2dd6886577392052ca7b8
treea401670a3efd3f9bb44073631f7f3ab001b54163
parent4e5bbed8f35411fcd854616a886ab2459677dbd9
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]