Skip to content
Snippets Groups Projects
Commit 3ba1af59 authored by Martin Högstedt's avatar Martin Högstedt
Browse files

added slots to the simple cpu

parent 7163cfbf
No related branches found
No related tags found
1 merge request!23Added slots to non-gui modules
Pipeline #132007 failed
...@@ -15,6 +15,8 @@ class SIMPLE_CPU(Processor): ...@@ -15,6 +15,8 @@ class SIMPLE_CPU(Processor):
This cpu is made to test core modules and module graphics items for these modules. This cpu is made to test core modules and module graphics items for these modules.
""" """
__slots__ = ()
def __init__(self) -> None: def __init__(self) -> None:
super().__init__() super().__init__()
# Creating all signals # Creating all signals
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment