Activity
-
Jim Lewis started the topic RandCovPoint(0.0) and potential changes in the forum OSVVM 13 years, 4 months ago
Hi,This post is to discuss a planned change to RandCovPoint. Its current declaration is:impure function RandCovPoint ( PercentCov : real := 100.0 ) return integer_vector ;Currently PercentCov is used to enable two separate concepts. If PercentCov is greater the current minimum coverage, then PercentCov represents a coverage goal. Anything…[Read more]
-
kuri started the topic About cyclic randomlike the randc of SystemVerilog in the forum OSVVM 13 years, 4 months ago
Hi,Can the cyclic random like the randc of SystemVerilog be described in OS-VVM?I think that I describe it by using the function coverage and RandCovPoint method.Is this idea correct?best regards,kuri
-
Ian Gibbins started the topic How to handle protected types in the forum VHDL 13 years, 4 months ago
I see that OS-VVM is using protected types internally at the quite advanced level. I have done my share of coding in VHDL but am not very familiar with this type of construct. Any suggestions how to improve my understanding?