Activity
-
Stamatis became a registered member 4 years, 6 months ago
-
Sashmit became a registered member 4 years, 6 months ago
-
Venkatesh became a registered member 4 years, 6 months ago
-
Ben became a registered member 4 years, 6 months ago
-
Priyank became a registered member 4 years, 6 months ago
-
Alexander became a registered member 4 years, 6 months ago
-
Richard became a registered member 4 years, 6 months ago
-
Pedro became a registered member 4 years, 6 months ago
-
Tom became a registered member 4 years, 6 months ago
-
Josef became a registered member 4 years, 6 months ago
-
Richard Head replied to the topic OSVVM 2020.08 New user experience in the forum OSVVM 4 years, 6 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, 6 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, 7 months ago
-
Brian became a registered member 4 years, 7 months ago
-
vijay became a registered member 4 years, 7 months ago
-
Jim Lewis replied to the topic Synopsys VCS-MX in the forum OSVVM 4 years, 7 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, 7 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, 7 months ago
-
Ian became a registered member 4 years, 7 months ago
-
Chris became a registered member 4 years, 7 months ago
- Load More