Latest Activity
Latest Activity
-
Matthias Alles started the topic XSIM 2025.2 issue with CovPType in procedure in the forum OSVVM 1 week, 2 days ago
Hi,
I’m having an issue with OSVVM in XSIM. I have a procedure that uses a CovPType as inout parameter, similar to the CompareBins procedure in CoveragePkg. XSIM gives me this error for my procedure as well as for the CompareBins procedure of the CoveragePkg:FATAL_ERROR: Vivado Simulator kernel has discovered an exceptional condition from which…
-
Jim Lewis replied to the topic Is there a built-in way in OSVVM to detect build failure without parsing logs? in the forum OSVVM 2 weeks, 5 days ago
Using a test reporter is the intended method to get this information in CI
-
Amine, Adel replied to the topic Is there a built-in way in OSVVM to detect build failure without parsing logs? in the forum OSVVM 2 weeks, 5 days ago
Hi Jim,
Thanks for the information!
I’ve actually switched to using the built-in JUnit GitHub Action for test reporting. In this setup, I simply specify the location of the XML report files, and the action handles the rest.
Here is the current method I’m using:
[Read more]
# Setup OSVVM and launch simulation
- name: Run Simulation
run: |
cd $GI… -
Jim Lewis replied to the topic Is there a built-in way in OSVVM to detect build failure without parsing logs? in the forum OSVVM 3 weeks ago
Hi Amine,
If you are still in Tcl, there are a number of variables you can check with the build status. Currently these are not documented, but they should be. Lets start here:* ::osvvm::ReportBuildName – Name of Build
* ::osvvm::BuildStatus – PASSED / FAILED
* ::osvvm::TestCasesPassed
* ::osvvm::TestCasesFailed
*…[Read more] -
Mario became a registered member 3 weeks ago
- Load More
[/member] [nonmember]You have to login to access the latest activity!
Use the login button or ‘Sign Up’ to create account.
[/nonmember]