Activity
-
Rishi replied to the topic building issue for modelsim pe 2022.4 in the forum OSVVM 1 year, 6 months ago
for the 10.5b — getting errors in the runDemoTests.pro
this is the first error I see in the OsvvmBuild.log:
# ** Fatal: (SIGSEGV) Bad handle or reference.
# Time: 0 ps Iteration: 0 Process: /tbaxi4memory/Manager_1/Initialize File: ../osvvm/ScoreboardGenericPkg.vhd
# Fatal error in Subprogram NewID at ../osvvm/ScoreboardGenericPkg.vhd line…[Read more] -
Rishi replied to the topic building issue for modelsim pe 2022.4 in the forum OSVVM 1 year, 6 months ago
build of the libraries seems to work in modelsim pe 10.5b
-
Rishi replied to the topic building issue for modelsim pe 2022.4 in the forum OSVVM 1 year, 6 months ago
I have the MODELSIM_TCL env variable set to StartUp.tcl
but when I also tried sourcing it in modelsim pe 2022.4 — when I do, I getsource ../scripts/StartUp.tcl
# OSVVM Script Version: 2023.09
# Simulator Version: ModelSim-2022.10not sure why it’s reporting ModelSim-2022.10 instead of 2022.4? and if that’s ok or not?
-
Rishi started the topic building issue for modelsim pe 2022.4 in the forum OSVVM 1 year, 6 months ago
I have been using a much older version of osvvm, and am now trying to update and try out the co-sim features.
But I’m having trouble in the initial steps.
When I try to run the build script using build ../OsvvmLibraries.pro from the sim_Modelsim2022.4 subdirectory of OsvvmLibraries, I get a bunch of error messages, with the first one being below.…[Read more] -
Alex became a registered member 1 year, 6 months ago
-
lionel became a registered member 1 year, 6 months ago
-
Jim became a registered member 1 year, 6 months ago
-
Stan became a registered member 1 year, 6 months ago
-
Nigel became a registered member 1 year, 6 months ago
-
Sebastian became a registered member 1 year, 6 months ago
-
Swati became a registered member 1 year, 7 months ago
-
Jim Lewis wrote a new post 1 year, 7 months ago
OSVVM 2023.09a Release
The 2023.09a release adds: Scripts: build/include now support Early detection of file or path not found and better error messages. […]
-
Marco became a registered member 1 year, 7 months ago
-
Luca became a registered member 1 year, 7 months ago
-
Terry became a registered member 1 year, 7 months ago
-
Brad Adam's profile was updated 1 year, 7 months ago
-
Jim Lewis replied to the topic Scripting dual-language testbench (VHDL / Verilog) in the forum OSVVM 1 year, 7 months ago
Hi Adam,
If C_PHY_GEN_TRUE is a top level generic, OSVVM will allow you to specify it for either simulate or RunTest. As long as your simulator supports that, it should work just fine. Generate is resolved at elaboration time – which is the first step of simulation.Have you tried something like this and it failed to work?
Jim
-
Brad Adam replied to the topic Scripting dual-language testbench (VHDL / Verilog) in the forum OSVVM 1 year, 7 months ago
Okay, this is very helpful information and from this I believe the answer to what I am trying to do is probably no.
Looking at TestStandAlone.vhd assume there is a generate statement that decides if xMiiPhy gets created or not.
phy_gen : if C_PHY_GEN_TRUE = 1 generatexMiiPhy_1 : xMiiPhy
generic map (
MII_INTERFACE =>…[Read more] -
Jim Lewis replied to the topic Scripting dual-language testbench (VHDL / Verilog) in the forum OSVVM 1 year, 7 months ago
In OsvvmLibraries/Ethernet/TestStandAlone/TestStandAlone.pro, I set the generics for the top level test by doing:
simulate Tb_xMii1 [generic MII_INTERFACE RGMII] [generic MII_BPS BPS_1G]
Here Tb_xMii1 is the name of the configuration for the testharness (named TbStandAlone).
So if you have not already, add top level generics to the…[Read more]
-
Brad Adam replied to the topic Scripting dual-language testbench (VHDL / Verilog) in the forum OSVVM 1 year, 7 months ago
Hey,
glbl is a verilog file referenced by an IP from a third party vendor.
Is it possible to set a generic for a file that is analyzed before simulation? Looking at the script users guide I would think that SetExtendedAnalyzeOptions is meant to accomplish this but I could be using the command incorrectly. Is it possible to use…[Read more]
- Load More