From: Cole Poirier Date: Fri, 21 Aug 2020 18:06:52 +0000 (-0700) Subject: wb_types fix typo X-Git-Tag: semi_working_ecp5~276 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=88dd323bd6a302f9d5a195aee2e7e0ae6f6ec44d;p=soc.git wb_types fix typo --- diff --git a/src/soc/experiment/wb_types.py b/src/soc/experiment/wb_types.py index 018a8daa..8abd8ead 100644 --- a/src/soc/experiment/wb_types.py +++ b/src/soc/experiment/wb_types.py @@ -70,7 +70,7 @@ def WBMasterOutInit(): # ack : std_ulogic; # stall : std_ulogic; # end record; -def class WBSlaveOut(RecordObject): +class WBSlaveOut(RecordObject): def __init__(self): super().__init__() self.dat = WBDataType()