Conversation
d8be3c6 to
a766d30
Compare
Firstly, the RMA token fuse was mistankenly omitted and is reintroduced in this commit. Furthermore, the unnecessary TEST_UNLOCKED0 token fuse is removed and several tests are adjusted. Secondly, the RMA token and test unlocked token broadcast have been fixed. Signed-off-by: Andrea Caforio <andrea.caforio@lowrisc.org>
eedee25 to
c29d166
Compare
324277c to
3cadd4e
Compare
Signed-off-by: Andrea Caforio <andrea.caforio@lowrisc.org>
3cadd4e to
60bf593
Compare
ekarabu
previously approved these changes
Apr 21, 2025
…stamp and hash after successful run
ekarabu
approved these changes
Apr 21, 2025
nasahlpa
added a commit
that referenced
this pull request
Apr 22, 2025
Update the unlock tokens after #302. Signed-off-by: Pascal Nasahl <nasahlpa@lowrisc.org>
nasahlpa
added a commit
that referenced
this pull request
Apr 22, 2025
Update the unlock tokens after #302. Signed-off-by: Pascal Nasahl <nasahlpa@lowrisc.org>
ekarabu
added a commit
that referenced
this pull request
Apr 22, 2025
* [lcc, test] Extend caliptra_ss_jtag_lcc_st_trans This commit extends the caliptra_ss_jtag_lcc_st_trans test. - The test starts at a random LC state & counter - Then, based on the transition matrix, it does several state transitions until SCRAP is reached. Signed-off-by: Pascal Nasahl <nasahlpa@lowrisc.org> * [lcc,test] Update smoke_test_jtag_lcc_registers Update the unlock tokens after #302. Signed-off-by: Pascal Nasahl <nasahlpa@lowrisc.org> * removed a redundant line * manually added stamp * manually added stamp --------- Signed-off-by: Pascal Nasahl <nasahlpa@lowrisc.org> Co-authored-by: Emre Karabulut <emre.karabulut.dde@gmail.com>
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.
This PR introduces the RMA token and removes the unnecessary TEST_UNLOCKED0 token from the MMAP. It further randomizes the
caliptra_ss_lcc_st_transtests through a transition matrix to cover all valid life-cycle state transitions.