Activity
-
jon started the topic Problem simulating with genrics in the forum OSVVM 4 days, 6 hours ago
I am trying to change a generic in my testbench when I start the simulation (using Questasim base). I am using the following script :-
TestName tb_test1
analyze tb_test1.vhd +acc
simulate tb_test1 [generic USE_ADV_MODE 1]
I get the following output from the simulator
vopt {*}-work dma_mm2s -L dma_mm2s tb_test1 common.glbl -o tb_test1_opt…[Read more] -
jon replied to the topic Problem with the AXI stream receiver in the forum OSVVM 5 days, 2 hours ago
I found the issue. The problem was that the reset was undefined right at the start which was causing some issues.
-
jon started the topic Problem with the AXI stream receiver in the forum OSVVM 5 days, 3 hours ago
I am using the AXI stream receiver to receive data from a DMA controller. I am using Get to read values from it. The problem I am seeing is that I am reading two words of all zeros before I get any activity on the AXI stream receiver. Once I get data then I can read that fine. But I dont understand why I am getting these two values. I do call Get…[Read more]
-
David replied to the topic Combining Results from Multiple Runs into One HTML Report in the forum OSVVM 1 week ago
Hello Mikkie, sorry for not seeing your question.
To merge results:
vcover merge merged.ucdb run1.ucdb run2.ucdb run3.ucdbThen the normal “report” to view the combined report:
vcover report merged.ucdbNote, the VHDL has to be identical otherwise you’re trying to merge results that are not aligned, I think Questa gives an error.
-
Jerome started the topic Issue with xMiiMacTransmitter.vhd in the forum OSVVM 1 week, 5 days ago
Hello,
I’m new to using the OSVVM libraries,
and I’m trying to use the VC Ethernet model (xMiiMacTransmitter.vhd).
It seems to me there’s an error in the clock generation process (ClkProc).
The tperiod_xClk signal takes a period value calculated according to the configuration (I agree with that),
but the RefGtxClk signal changes state after this…[Read more] -
Jim Lewis wrote a new post 1 week, 6 days ago
OSVVM 2026.01
The OSVVM 2026.01 release adds one big feature, PCIe CoSim Verification Component, and numerous smaller updates. PCIe CoSim Verification […]
-
Jerome became a registered member 1 week, 6 days ago
-
Matthias Alles replied to the topic XSIM 2025.2 issue with CovPType in procedure in the forum OSVVM 2 weeks, 1 day ago
OK, I just checked, this seems to be a regression in XSIM. It works in 2024.2.2 as well as 2025.1.
-
Matthias Alles started the topic XSIM 2025.2 issue with CovPType in procedure in the forum OSVVM 2 weeks, 1 day 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 3 weeks, 3 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 3 weeks, 4 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, 6 days 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, 6 days ago
-
Patrick 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 ago
There is also pyEDAA.OSVVM for reading OSVVM’s YAML files (or XML files). You get a data model where you can access fields and aggregated files as well as status properties.
-
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 1 month, 1 week ago
Hi Amine,
CI will be running modelsim from the bash command line. And you can use:
vsim -c -do "exit -code [catch {source $OsvvmLibraries/Scripts/StartUp.tcl ; LinkLibraryDirectory ; build RunTest.pro}]The “exit -code” is required to get the return status. What I return error on depends on what reporter I am using.
If I am using a JUnit…[Read more]
-
Maximilian became a registered member 1 month, 2 weeks ago
-
Dawson became a registered member 1 month, 2 weeks ago
-
Andy's profile was updated 1 month, 2 weeks ago
-
Luca became a registered member 1 month, 3 weeks ago
-
Michal became a registered member 1 month, 3 weeks ago
- Load More