whoops changed name of ALUInputData to LogicalInputData
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 20 May 2020 01:01:19 +0000 (02:01 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 20 May 2020 01:01:19 +0000 (02:01 +0100)
src/soc/fu/logical/main_stage.py

index 17a5733526a85ac16ac871d8c41f5fb847195bd0..f4fb36411f1645a2d0b2d8acda5a4cde20cdcf86 100644 (file)
@@ -31,7 +31,7 @@ class LogicalMainStage(PipeModBase):
         self.fields.create_specs()
 
     def ispec(self):
-        return ALUInputData(self.pspec)
+        return LogicalInputData(self.pspec)
 
     def ospec(self):
         return ALUOutputData(self.pspec) # TODO: ALUIntermediateData