From: Andrey Miroshnikov Date: Tue, 5 Jul 2022 21:10:07 +0000 (+0000) Subject: Updated the nmigen.sim import X-Git-Tag: sv_maxu_works-initial~290 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f108511033e59f54393f20f4ed1bc80a1a2dbe4d;p=openpower-isa.git Updated the nmigen.sim import --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_fp.py b/src/openpower/decoder/isa/test_caller_svp64_fp.py index 7dda55a4..610fb59f 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_fp.py +++ b/src/openpower/decoder/isa/test_caller_svp64_fp.py @@ -1,5 +1,5 @@ from nmigen import Module, Signal -from nmigen.back.pysim import Simulator, Delay, Settle +from nmigen.sim import Simulator, Delay, Settle from nmutil.formaltest import FHDLTestCase import unittest from openpower.decoder.isa.caller import ISACaller