put set_msr and set_cia back in for now
[soc.git] / src / soc / fu / test / common.py
index dac8c170bea0a578825b7d71fe0f68088a17cbab..a4b9f0e8e7099360079fed7b6997a032cd91634d 100644 (file)
@@ -145,10 +145,12 @@ class ALUHelpers:
             yield alu.p.data_i.xer_so.eq(so)
 
     def set_msr(alu, dec2, inp):
+        print ("TODO: deprecate set_msr")
         if 'msr' in inp:
             yield alu.p.data_i.msr.eq(inp['msr'])
 
     def set_cia(alu, dec2, inp):
+        print ("TODO: deprecate set_cia")
         if 'cia' in inp:
             yield alu.p.data_i.cia.eq(inp['cia'])