Skip to content

Commit

Permalink
builder cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielnrn committed Aug 20, 2024
1 parent f4fc022 commit 9b14742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calyx-py/calyx/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def input(
def output(
self, name: str, size: int, attribute_literals: List[RawPortAttr] = []
) -> ExprBuilder:
"""Declare an output port on the component.
"""Declare an output port on the component, with optional attributes.
Returns an expression builder for the port.
"""
Expand Down

0 comments on commit 9b14742

Please sign in to comment.