use full-path imports (so we know where they come from)
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 8 Dec 2021 12:17:10 +0000 (12:17 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 8 Dec 2021 12:17:10 +0000 (12:17 +0000)
src/openpower/decoder/test/test_power_decoder.py

index 39b82cc5508f7558c7576af53079db9005e81d2e..0d5878690f62a9c9d645200940deb15251cbe55d 100644 (file)
@@ -3,7 +3,8 @@ from nmigen import Module, Signal
 # NOTE: to use cxxsim, export NMIGEN_SIM_MODE=cxxsim from the shell
 # Also, check out the cxxsim nmigen branch, and latest yosys from git
 from nmutil.sim_tmp_alternative import Simulator, Delay, Settle
-from pysim import PySimEngine
+# to be renamed for a c-based module.
+from openpower.decoder.test.pysim import PySimEngine
 
 from nmutil.formaltest import FHDLTestCase
 from nmigen.cli import rtlil