mass-rename of modules to soc.fu.*
[soc.git] / src / soc / fu / alu / test / test_pipe_caller.py
index f42112e1805498a08b800aa50e8024dffdc5eb73..138ad3e1687b1e2450e49794b97d94016ffe131e 100644 (file)
@@ -12,9 +12,9 @@ from soc.simulator.program import Program
 from soc.decoder.isa.all import ISA
 
 
-from soc.alu.pipeline import ALUBasePipe
-from soc.alu.alu_input_record import CompALUOpSubset
-from soc.alu.pipe_data import ALUPipeSpec
+from soc.fu.alu.pipeline import ALUBasePipe
+from soc.fu.alu.alu_input_record import CompALUOpSubset
+from soc.fu.alu.pipe_data import ALUPipeSpec
 import random
 
 class TestCase: