decode fast spr for OP_BCREG CTR, TAR and LR
[soc.git] / src / soc / fu / branch / test / test_pipe_caller.py
index aa544c6616e9b71d7044b6dacbee6795a76a4324..c14ed97479701a160421506eebbd816a4e0aa7aa 100644 (file)
@@ -16,7 +16,7 @@ from soc.fu.branch.pipeline import BranchBasePipe
 from soc.fu.branch.pipe_data import BranchPipeSpec
 import random
 
-from soc.compunits.test.test_branch_compunit import fast_reg_to_spr # HACK!
+from soc.regfile.util import fast_reg_to_spr # HACK!
 
 class TestCase:
     def __init__(self, program, regs, sprs, cr, name):