Prathyusha G Posted August 20, 2022 Report Share Posted August 20, 2022 Hi everyone, Problem statement: For example, there are five IDs and I need to verify all these IDs are working properly or not. If one ID fails, then I can't check verify the next ID in the same simulation run. In order to test that next ID, I need to run test again. I have to run the test five times, to check/ verify all five IDs. Can anyone provide method to test all IDs in single simulation run (test should not terminated even though any of the IDs fails). I have used "UVM_MAX_QUIT_COUNT" command line option, but it didn't work. Regards, Prathyusha Quote Link to comment Share on other sites More sharing options...
Ivan Larkou Posted October 14, 2023 Report Share Posted October 14, 2023 Hi Prathyusha, You can create a custom uvm_report_catcher and change a severity of your messages from the UVM_ERROR to the UVM_INFO. https://verificationacademy.com/verification-methodology-reference/uvm/docs_1.1d/html/files/base/uvm_report_catcher-svh.html Kind regards, Ivan Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.