Reply To: Using GLBL with OSVVM
Why OSVVM™? › Forums › OSVVM › Using GLBL with OSVVM › Reply To: Using GLBL with OSVVM
January 2, 2026 at 09:36
#2848
Member
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 common_tb fifo_test_opt common_tb.glbl -suppress 8683 -suppress 8684 (DOESNT WORK)
vsim -c -t ps -lib common_tb fifo_test_opt -suppress 8683 -suppress 8684 (WORKS)