Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make data registers Message Registers. #728

Merged
merged 3 commits into from
May 16, 2022
Merged

Make data registers Message Registers. #728

merged 3 commits into from
May 16, 2022

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.
debug_module.tex Show resolved Hide resolved
debug_module.tex Outdated Show resolved Hide resolved
xml/dm_registers.xml Outdated Show resolved Hide resolved
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.

None yet

2 participants