Skip to content

Commit

Permalink
parameter fix in the documentation for synthesize method (merge_io_ve…
Browse files Browse the repository at this point in the history
…ctors) (#453)
  • Loading branch information
VarunRao21 committed Jul 2, 2024
1 parent f6fee07 commit 09c58c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrtl/passes.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def synthesize(update_working_block=True, merge_io_vectors=True, block=None):
:param bool update_working_block: Boolean specifying if working block
should be set to the newly synthesized block.
:param bool merge_io_wirevectors: if False, turn all N-bit IO wirevectors
:param bool merge_io_vectors: if False, turn all N-bit IO wirevectors
into N 1-bit IO wirevectors (i.e. don't maintain interface).
:param Block block: The block you want to synthesize.
:return: The newly synthesized block (of type :py:class:`.PostSynthBlock`).
Expand Down

0 comments on commit 09c58c2

Please sign in to comment.