parent
4310254103
commit
39ca0e6fa6
2 changed files with 14 additions and 2 deletions
9
nmigen/test/test_compat.py
Normal file
9
nmigen/test/test_compat.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from ..hdl.ir import Fragment
|
||||
from ..compat import *
|
||||
from .tools import *
|
||||
|
||||
|
||||
class CompatTestCase(FHDLTestCase):
|
||||
def test_fragment_get(self):
|
||||
m = Module()
|
||||
f = Fragment.get(m, platform=None)
|
||||
Loading…
Add table
Add a link
Reference in a new issue