2019-06-04 05:10:46 -06:00
|
|
|
from ..hdl.ir import Fragment
|
|
|
|
from ..compat import *
|
2019-10-13 12:53:38 -06:00
|
|
|
from .utils import *
|
2019-06-04 05:10:46 -06:00
|
|
|
|
|
|
|
|
|
|
|
class CompatTestCase(FHDLTestCase):
|
|
|
|
def test_fragment_get(self):
|
|
|
|
m = Module()
|
|
|
|
f = Fragment.get(m, platform=None)
|