amaranth/tests/test_compat.py
2021-12-10 10:34:13 +00:00

11 lines
224 B
Python

from amaranth.hdl.ir import Fragment
from amaranth.compat import *
from .utils import *
class CompatTestCase(FHDLTestCase):
def test_fragment_get(self):
m = Module()
f = Fragment.get(m, platform=None)