Amine, Adel
-
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 1 month, 3 weeks 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… -
Amine, Adel changed their profile picture 2 months, 3 weeks ago
-
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 months, 4 weeks ago
Hi Jim,
Thanks for the detailed explanation and references to the OSVVM settings.
I’ve built a CI framework using GitHub Actions, running ModelSim on an Ubuntu runner. I’ll publish the template once the framework is complete. In my setup:
Initialize OSVVM and build the library via build.pro (example included in the template):
library osv…[Read more] -
Amine, Adel started the topic Is there a built-in way in OSVVM to detect build failure without parsing logs? in the forum OSVVM 2 months, 4 weeks ago
Hi everyone,
I’m trying to determine whether a build/simulation has failed in OSVVM, without having to manually inspect or parse the log files.
At the moment, my approach is to parse the generated logs to infer whether the build failed or not, but this feels a bit brittle. I was wondering if OSVVM already provides an integrated mechanism, API, o…[Read more]
-
Amine, Adel became a registered member 4 months ago