amaranth/nmigen/test/test_compat.py
2019-06-04 11:11:31 +00:00

10 lines
209 B
Python

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)