Skip to content

Commit

Permalink
py frontend uses promotable
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmkim committed Feb 1, 2024
1 parent 3692bba commit db60b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calyx-py/calyx/py_ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class Group(Structure):

def doc(self) -> str:
static_delay_attr = (
"" if self.static_delay is None else f'<"static"={self.static_delay}>'
"" if self.static_delay is None else f'<"promotable"={self.static_delay}>'
)
return block(
f"group {self.id.doc()}{static_delay_attr}",
Expand Down

0 comments on commit db60b08

Please sign in to comment.