-
We have a basic L2Cache unit for addition to Olympia that correctly runs with our traces. We intend to develop a unit test for it. Also, Olympia style guidelines require a regression test of the added feature(s). Is there an good example of a unit test and/or a regression test to guide our test development? Regardless of any example(s), please give guidance on test development for new Olympia units. |
Beta Was this translation helpful? Give feedback.
Answered by
arupc
Oct 14, 2023
Replies: 1 comment 1 reply
-
An example of unit test is available in PR#92 (unit tests for LSU). @klingaard any thing else you would recommend? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This may be helpful as well: #4 (comment)