convert from public static functions/properties for regspecs
[soc.git] / src / soc / fu / trap / pipe_data.py
index 93a135b81c3056292338bcd65f263897a5e468dc..b9c829bccc1811a1e7e334aba22fc3b09e7a907d 100644 (file)
@@ -36,5 +36,5 @@ class TrapOutputData(FUBaseData):
 
 
 class TrapPipeSpec(CommonPipeSpec):
-    regspec = (TrapInputData.regspec, TrapOutputData.regspec)
+    regspecklses = (TrapInputData, TrapOutputData)
     opsubsetkls = CompTrapOpSubset