Skip to content

Commit

Permalink
RFC #16: remove obsolete mention of register_map in Bridge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfng committed Feb 6, 2024
1 parent dec9ba0 commit 2341387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0016-soc-csr-regs.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ The `csr.reg.Bridge` class describes a `wiring.Component` that mediates access b
}
```

- 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.
- 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.

## Drawbacks
[drawbacks]: #drawbacks
Expand Down

0 comments on commit 2341387

Please sign in to comment.