Skip to content

Commit 2341387

Browse files
committed
RFC #16: remove obsolete mention of register_map in Bridge.
1 parent dec9ba0 commit 2341387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0016-soc-csr-regs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ The `csr.reg.Bridge` class describes a `wiring.Component` that mediates access b
598598
}
599599
```
600600

601-
- a `.elaborate(self, platform)` method, that instantiates a `csr.Multiplexer` submodule and connects its bus interface to `self.bus`. The registers of `self.register_map` are added as submodules.
601+
- a `.elaborate(self, platform)` method, that instantiates a `csr.Multiplexer` submodule and connects its bus interface to `self.bus`. The registers in `self.bus.memory_map` are added as submodules.
602602

603603
## Drawbacks
604604
[drawbacks]: #drawbacks

0 commit comments

Comments
 (0)