Activity
-
inan ulas replied to the topic All AffirmIf Pass, but OSVVM HTML Report Returns NOCHECKS in the forum OSVVM 1 month, 4 weeks ago
Hi Jim,
Thanks a lot for taking the time to help out. Your advice fixed the issue — really appreciate your attention and effort. -
Jim Lewis replied to the topic All AffirmIf Pass, but OSVVM HTML Report Returns NOCHECKS in the forum OSVVM 1 month, 4 weeks ago
Thanks for posting your whole testbench as it makes the issue clear.
You are calling EndOfTestReports concurrently. So it runs at time 0 ns. You do not want it to run until your test case has finished. Same goes for WriteAlertYaml and WriteAlertSummaryYaml. However, you do not need to call these or ReportAlerts as they are all called by…[Read more]
-
inan ulas started the topic All AffirmIf Pass, but OSVVM HTML Report Returns NOCHECKS in the forum OSVVM 2 months ago
Hello,
I want to state that I am a beginner in Osvvm therefore I could be missing some concepts. I am using OSVVM with GHDL v5.1.1 on Windows 11, with a 2-bit comparator design and trying to generate logs and HTML test report. I can see the PASSED result of AffirmIF’s on the logs and can see the functional coverage result as intended however, the…[Read more] -
Ewen became a registered member 2 months ago
-
antonio became a registered member 2 months ago
-
Abhishek became a registered member 2 months ago
-
Fiodelamerra became a registered member 2 months ago
-
Francesco became a registered member 2 months ago
-
Angel became a registered member 2 months ago
-
Clara became a registered member 2 months, 1 week ago
-
inan ulas became a registered member 2 months, 1 week ago
-
Inan Ulas became a registered member 2 months, 1 week ago
-
Ivan became a registered member 2 months, 2 weeks ago
-
Jim Lewis started the topic Using ActiveHDL's VSimSA release 15 with OSVVM Scripting … in the forum OSVVM 2 months, 3 weeks ago
Hi,
If you are using ActiveHDL’s VSimSA version 15 with OSVVM Scripting, please be sure to upgrade to version 16. You will be pleased. VSimSA in release 15 limited the stack space to Tcl and OSVVM’s scripts which process Yaml files ran slow. For shorter running simulations (like OSVVM regression tests), the time is significant. For your…[Read more] -
Charles became a registered member 2 months, 3 weeks ago
-
Yuliy became a registered member 2 months, 3 weeks ago
-
Ahmed became a registered member 2 months, 3 weeks ago
-
Ahmed became a registered member 2 months, 3 weeks ago
-
Jim Lewis replied to the topic Unique Requirement Pass Goals For Each Test Case in the forum OSVVM 2 months, 3 weeks ago
Hi Charlie,
What I suspect you are doing is that in the checker model you have created your requirements as follows:
Req1ID <= NewReqID("Req1", 1, ...) ;
Req2ID <= NewReqID("Req2", 1, ...) ;When the build finishes with one or more tests that use this checker module is that the requirements are merged into the final report. However, that…[Read more]
-
Charlie started the topic Unique Requirement Pass Goals For Each Test Case in the forum OSVVM 2 months, 4 weeks ago
I have two separate test cases in my testbench – randomised_tests.vhd and directed_tests.vhd. I then have a separate checker module incorporating scoreboards and requirements tracking. Each of the requirements and their passed goals are declared inside the checker module, therefore the pass goals are common to both test cases.
I’m wondering if…[Read more]
- Load More