11 lines
224 B
Python
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)
|