Skip to content

Make data registers Message Registers.#728

Merged
timsifive merged 3 commits intomasterfrom
data_mr
May 16, 2022
Merged

Make data registers Message Registers.#728
timsifive merged 3 commits intomasterfrom
data_mr

Conversation

@timsifive
Copy link
Contributor

@timsifive timsifive commented May 12, 2022

Message Registers allow data to be sent to the other side, but not to be
read back by the side that wrote the data.

This allows smaller FPGA implementations by duplicating the storage and
removing muxes in the design, addressing part of #717.

It is incompatible with old debuggers, if they use these registers in
surprising ways.

Message Registers allow data to be sent to the other side, but not to be
read back by the side that wrote the data.

This allows smaller FPGA implementations by duplicating the storage and
removing muxes in the design.

It is incompatible with old debuggers, if they use these registers in
surprising ways.
timsifive and others added 2 commits May 12, 2022 12:40
Co-authored-by: Paul Donahue <48959409+pdonahue-ventana@users.noreply.github.com>
Bits is more general, assuming less about the implementation.
@timsifive timsifive merged commit 42224a6 into master May 16, 2022
@timsifive timsifive deleted the data_mr branch May 16, 2022 16:08
timsifive added a commit that referenced this pull request Sep 18, 2023
These were first introduced in #728.

Hopefully I got everything.
timsifive added a commit that referenced this pull request Sep 18, 2023
These were first introduced in #728.

Hopefully I got everything.
timsifive added a commit that referenced this pull request Sep 28, 2023
These were first introduced in #728.

Hopefully I got everything.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants