diff --git a/docs/_docs/A11-interfaces.md b/docs/_docs/A11-interfaces.md index 2072078..4e58370 100644 --- a/docs/_docs/A11-interfaces.md +++ b/docs/_docs/A11-interfaces.md @@ -88,7 +88,7 @@ class SimpleInterface extends PairInterface { SimpleInterface() : super( portsFromConsumer: [Port('rsp')], - portsFromProducer: [Port('req')], + portsFromProvider: [Port('req')], sharedInputPorts: [Port('clk')], ); diff --git a/rohd b/rohd index 9910774..8782f43 160000 --- a/rohd +++ b/rohd @@ -1 +1 @@ -Subproject commit 9910774655c5cfa9b0abb7b4db7ea426abd1f36b +Subproject commit 8782f43da95aa0da556b1e1f966fe382828b41f1