move over to from openpower imports
[soc.git] / src / soc / regfile / util.py
index e5f095dc9bff939896e5330cf6cbe02ea9dd7023..7f4e8778e9fc60373f8983c27b5cab5989a0df4b 100644 (file)
@@ -1,5 +1,5 @@
 from soc.regfile.regfiles import FastRegs
-from soc.decoder.power_enums import SPRfull as SPR, spr_dict
+from openpower.decoder.power_enums import SPRfull as SPR, spr_dict
 
 # note that we can get away with using SPRfull here because the values
 # (numerical values) are what is used for lookup.