Skip to content

Commit

Permalink
power_gated_at must be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner-andrulis committed Apr 1, 2024
1 parent 7714e3f commit 67fc068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timeloopfe/v4/arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ class Attributes(DictNode):
def declare_attrs(cls, *args, **kwargs):
super().declare_attrs(*args, **kwargs)
super().add_attr("has_power_gating", (str, bool), False)
super().add_attr("power_gated_at", str, None)
super().add_attr("", part_name_match=True, no_change_key=True)

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 67fc068

Please sign in to comment.