Activity
-
Sagar became a registered member 12 hours, 2 minutes ago
-
Sagar became a registered member 15 hours, 1 minute ago
-
jon replied to the topic Using GLBL with OSVVM in the forum OSVVM 4 days, 16 hours ago
Hi Jim
Thanks for fixing this.
Jon
-
Ahmet became a registered member 4 days, 16 hours ago
-
Jim Lewis replied to the topic Using GLBL with OSVVM in the forum OSVVM 4 days, 17 hours ago
Hi Jon,
Thanks for sticking with this one. Knowing which version of Questa you had made told me I needed to search harder in VendorScripts_Questa.tcl. I found the issue. It is fixed on Dev.If you do not want to update to the Dev branch, you can edit the line in VendorScripts_Questa.tcl that says:
set SimulateOptions [concat $::VsimArgs…[Read more] -
jon replied to the topic Using GLBL with OSVVM in the forum OSVVM 4 days, 22 hours ago
I am not sure what I am doing wrong. I am using the latest Questa base so I am using the VSIM/VOPT flow.
I compiled GLBL into my common_tb library where are the other design files are located. It just seems the issue is with the vsim command. Having coomon_tb.glbl makes it fail with the error shown in the previous post.vsim -c -t ps -lib…[Read more] -
Jim Lewis replied to the topic Using GLBL with OSVVM in the forum OSVVM 5 days, 8 hours ago
Which version of Questa are you using?
Historically Questa offered either a vsim or a vopt/vsim flow. Up until 2025, OSVVM only supported the vsim flow, but supports both vsim and vopt/vsim flow.
The startup VendorScripts_Siemens.tcl supports the vsim flow. VendorScripts_Questa.tcl supports the vopt/vsim flow.
To choose which one you…[Read more]
-
jon replied to the topic Using GLBL with OSVVM in the forum OSVVM 5 days, 16 hours ago
To summarize I dont think its necessary to have GLBL in a seperate library. It seems as though I need to have GLBL in the vopt step but not in the vsim step. The following works, the only difference is that GLBL isnt included for the vsim step. If I use the script then it is included and the simulation wont start because of the error below.
vopt…[Read more] -
jon replied to the topic Using GLBL with OSVVM in the forum OSVVM 5 days, 22 hours ago
Hi Jim
I compliled GLBL into its own librrary but that didnt help. It seems that I need GLBL included for the vopt step but not in the simulate step. I manually added -L xilinx_glbl to the vopt command and that seemed to work. But I am not sure how I make the script add the library to vopt.
Thanks
Jon
-
Jim Lewis replied to the topic Using GLBL with OSVVM in the forum OSVVM 6 days, 1 hour ago
If you make this call:
SetSecondSimulationTopLevel glblThen OSVVM would do:
vsim -c -t ps -lib common_tb TbStream_SendGetBurst1_opt glbl -suppress 8683 -suppress 8684That said, since a library is not specified for glbl, Questa will assume it to be in common_tb. So as a result, Questa may add the common_tb.glbl in their interpretation of…[Read more]
-
jon replied to the topic Using GLBL with OSVVM in the forum OSVVM 1 week ago
It seems that the issue is to do with the Questasim vsim command. The script is doing the following
vsim -c -t ps -lib common_tb TbStream_SendGetBurst1_opt common_tb.glbl -suppress 8683 -suppress 8684If I remove the common_tb.glbl in the above the it runs.
-
jon started the topic Using GLBL with OSVVM in the forum OSVVM 1 week, 1 day ago
I am trying to use the Xilinx XPM library in a simulation and it needs glbl.v. I compliled it using the Xilinx source into my work library. I also added the following to my script
SetSecondSimulationTopLevel glblBut I am getting the following warning
Warning: (vsim-3824) Optimized (MyTest_opt) and unoptimized (glbl) top-level design units…[Read more] -
Lindsey became a registered member 2 weeks, 1 day ago
-
Abraham became a registered member 2 weeks, 6 days ago
-
Amine, Adel became a registered member 3 weeks ago
-
Alejandro became a registered member 3 weeks, 2 days ago
-
Jean-yves became a registered member 3 weeks, 5 days ago
-
Koran became a registered member 3 weeks, 5 days ago
-
Ian became a registered member 1 month ago
-
Jim Lewis replied to the topic Osvvm LocalScriptsDefault.tcl location in the forum OSVVM 1 month ago
Hi Senthil,
This is now fixed on the dev branch of OsvvmLibraries on GitHub. You can get the dev branch by doing:git clone --recursive --branch dev https://github.com/osvvm/OsvvmLibrariesBest Regards,
Jim - Load More