Skip to content

Commit

Permalink
Update submodule content (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: mkorbel1 <mkorbel1@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mkorbel1 authored Oct 14, 2024
1 parent 8221a66 commit 9deff85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_docs/A11-interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class SimpleInterface extends PairInterface {
SimpleInterface()
: super(
portsFromConsumer: [Port('rsp')],
portsFromProducer: [Port('req')],
portsFromProvider: [Port('req')],
sharedInputPorts: [Port('clk')],
);
Expand Down

0 comments on commit 9deff85

Please sign in to comment.