Activity
-
Tom became a registered member 4 years, 10 months ago
-
Josef became a registered member 4 years, 10 months ago
-
Richard Head replied to the topic OSVVM 2020.08 New user experience in the forum OSVVM 4 years, 10 months ago
If you wanted to prohibit the testbench from running further after it stops, use std.env.finish instead. It also allows an integer parameter, so you can call it as:
std.env.finish(GetAlertCount) ;Given @Chengshan mentioned Aldec, I thought I would mention that ActiveHDL in batch mode doesnt currently return the value from finish() or stop() or…[Read more]
-
Richard Head started the topic What do you use for test suite orchestration? in the forum OSVVM 4 years, 10 months ago
Hello
Here, I have all testbenches set up running OSVVM all good. But where Im at a little bit of a crossroads is getting opinions on what people use for test orchestration.
Let me give an example. We use ActiveHDL, which I run in batch mode because these tests run as part of CI on gitlab. I have a project with a FIFO that has 3 possible input…[Read more]
-
James became a registered member 4 years, 10 months ago
-
Brian became a registered member 4 years, 10 months ago
-
vijay became a registered member 4 years, 10 months ago
-
Jim Lewis replied to the topic Synopsys VCS-MX in the forum OSVVM 4 years, 10 months ago
Your Script has a couple of things out of order. Specifically
VendorCovApiPkg.vhd must be compiled before CoveragePkg.vhd,
OsvvmContext.vhd must be compiled last (or almost last),
RandomPkg.vhd must be compiled before CoveragePkg.vhd,
ScoreboardGenericPkg.vhd must be compiled before ScoreboardPkg_int.vhd and ScoreboardPkg_slv.vhd.Our compile…[Read more]
-
Jim Lewis replied to the topic Synopsys VCS-MX in the forum OSVVM 4 years, 10 months ago
Hi Tim,
Sorry I missed your additional discussion.This warning is ok. The code is legal VHDL code. It would be more obvious if they would print the message as:
Warning: NULL_RANGE_TYPE has a null range, Range 0 downto 1
Null ranges are legal. Often people end with them unintentionally, so the vendors decided to issue a warning.…[Read more]
-
Denis became a registered member 4 years, 10 months ago
-
Ian became a registered member 4 years, 10 months ago
-
Chris became a registered member 4 years, 10 months ago
-
Tim replied to the topic Synopsys VCS-MX in the forum OSVVM 4 years, 10 months ago
Meant to say one warning in the previous message.
-
Tim replied to the topic Synopsys VCS-MX in the forum OSVVM 4 years, 10 months ago
I got it to compile now with one error.
Warning-[AGGRNULLRANGE] Null range
../osvvm/RandomPkg.vhd, 109
RANDOMPKGsubtype NULL_RANGE_TYPE is integer range 0 downto 1 ;
^
Range 0 downto 1 is a null range.Modified my build script
[Read more]
mkdir -p worklib
vhdlan -full64 -vhdl08 -verbose… -
Tim replied to the topic Synopsys VCS-MX in the forum OSVVM 4 years, 10 months ago
I get the following syntax error when using VCS 2020.03-SP1:
Error-[IEEEVHDLSYNTAXERR] Syntax error
../osvvm/ScoreboardPkg_int.vhd, 53
analysis-PreParsinggeneric map (
^
Syntax error detected during VHDL parsing.I have a script with the following:
[Read more]
mkdir -p worklib
vhdlan -full64 -vhdl08 -verbose -nc… -
Jim Lewis replied to the topic Synopsys VCS-MX in the forum OSVVM 4 years, 10 months ago
Hi Tim,
> Is OSVVM supported by the latest Synopsys VCS-MX?
It is my understanding that it is, however, I have not done any testing with it – yet. Hopefully toward the end of the year, that will be changing.> I didn’t notice any scripts in the OsvvmLibaries/Scripts repository.
It is on my todo list. Does VCS-MX have a tcl interface or do y…[Read more] -
Tim started the topic Synopsys VCS-MX in the forum OSVVM 4 years, 10 months ago
Is OSVVM supported by the latest Synopsys VCS-MX?
I didn’t notice any scripts in the OsvvmLibaries/Scripts repository.
-
Mahmoud became a registered member 4 years, 10 months ago
-
Roland became a registered member 4 years, 10 months ago
-
Tim became a registered member 4 years, 10 months ago
- Load More