Hi,
I am new to OSVVM. What I did to get started, according to the OSVVM overview document, is:
– set the environment variable for the StartUp.tcl file (I am running ModelSim ME Pro 2020.3 (custom Microsemi Version) from a LiberoSoc 12.6 installation)
– created a “sim” directory in OsvvmLibraries main folder
– compiled the OSVVM libraries (via build ../OsvvmLibraries/OsvvmLibraries.pro) from the sim directory – everything seems fine, no errors, no warnings, the OsvvmLibraries.html is created in the sim folder and it reports everything is O.K.
– then I did build ../OsvvmLibraries/RunDemoTests.pro, it will start running but ModelSim exits itself after the first test. From the OsvvmLibraries_RunDemoTests.log file I can see it starts running the Axi4Full TestSuite (compiling OsvvmTestCommon_pkg.vhd, TestCtrl_e.vhd, TbAxi4.vhd, etc.) and doing the TbAxi4_MemoryReadWriteDemo1 (first test), also creating the log file and html report for it. Then it compiles TbAxi4_AxiXResp3_slv.vhd, probably for the next test but after compilation the log file ends.
So it seems like only the first test runs, but then it suddenly stops, thus not creating the final report OsvvmLibraries_RunDemoTests.html file.
I tried setting the compiler to VHDL 2008 in a local modelsim.ini file, but that did not do the trick.
Regards,
Phil