Open
Conversation
9350525 to
7641570
Compare
Contributor
Author
|
I am checking a potential issue with the lockable rr arbiter. |
Contributor
Author
|
The issue with the Lockable RR-Arbiter turned out to be because of an incorrect parameterization when instantiating it. I added an assertio to cover this case. |
bf9dcbf to
77372c0
Compare
added 16 commits
July 15, 2024 12:22
- time-based TMR module and TB. - time-based DMR module and TB. - time-based Retry module and tb and combined DMR/Retry TB. - Lockable RR-Arbiter and combined TMR/Lock-RR TB and DMR/Retry/Lock-RR TB.
- TBs test throughput - TB have an additional governing initial statement - Shared TB functionality moved to header file
time-based TMR can now send data early if correct (2 cycles if good 3 if bad) or be smaller / have better critical path (3 cycles always).
- Added module headers explaining how to use them and who to contact for questions. - Named all generate blocks.
…st redundant operation error.
- Made all redundant signals end on _v or _ov for don't touch in synthesis - Made all default signals end on _b
…top fault injection when violated.
77372c0 to
d1bc374
Compare
added 4 commits
July 26, 2024 12:19
…ical sizes can be accommodated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on Voter Macros (#25)
Various modules to make any (pipelined) combinatorial processes redundant in a time-based fashion e.g. sending the same operation for multiple cycles and comparing results. Redundancy can be switched off at runtime.
Testing
The integrated testbenches include: