use copy of FHDLTestCase
[soc.git] / src / soc / decoder / isa / test_caller.py
index ea2bca9ed71752015787f3f3d81bdf19ac300dda..b4689dd635f6e0231b2a775b5642c806743c8da5 100644 (file)
@@ -1,6 +1,6 @@
 from nmigen import Module, Signal
 from nmigen.back.pysim import Simulator, Delay
-from nmigen.test.utils import FHDLTestCase
+from nmutil.formaltest import FHDLTestCase
 import unittest
 from soc.decoder.isa.caller import ISACaller
 from soc.decoder.power_decoder import (create_pdecode)