Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pytimeloop/timeloopfe/v4/arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ class StorageAttributes(Attributes):
@classmethod
def declare_attrs(cls, *args, **kwargs):
super().declare_attrs(*args, **kwargs)
super().add_attr("name", (str, int), None)
super().add_attr("datawidth", (str, int))
super().add_attr("technology", (str, int), None)
super().add_attr("n_banks", (str, int), 2)
Expand Down