From: Luke Kenneth Casson Leighton Date: Mon, 13 Dec 2021 12:43:15 +0000 (+0000) Subject: still have to import MSRSpec X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=211003ad0219b5f5b2c85844fc494d960c4c79bd;p=soc.git still have to import MSRSpec --- diff --git a/src/soc/experiment/pimem.py b/src/soc/experiment/pimem.py index b9c05df5..0c5ac8d8 100644 --- a/src/soc/experiment/pimem.py +++ b/src/soc/experiment/pimem.py @@ -25,6 +25,7 @@ from nmigen.utils import log2_int from nmutil.latch import SRLatch, latchregister from nmutil.util import rising_edge from openpower.decoder.power_decoder2 import Data +from openpower.decoder.power_enums import MSRSpec from soc.scoreboard.addr_match import LenExpand from soc.experiment.mem_types import LDSTException