Activity
-
Jim Lewis replied to the topic Ordre of stimulus in the forum OSVVM 3 years, 1 month ago
Omaima
In the future, please start a new question for a new question.AddCross adds items to the coverage model, so you need to do this before generating values. If you do additional AddCross, that simply adds to the coverage model – even in this case when they are redundant.
Also, I no longer recommend the while loop for this…[Read more]
-
Jim Lewis replied to the topic GENERATION OF RANDOM BYTES USING RANDOM PACKAGE ONLY in the forum OSVVM 3 years, 1 month ago
Hi Nagella,
I typically use an active low reset (ie: 0 when active). Did I guess wrong in your case?
Let me be a little more abstract. Lets assume the constant ACTIVE has the value that
reset has when it is active.process
[Read more]
variable RV:RandomPType;
variable b:std_logic_vector( 7 downto 0);
begin
RV.Initseed(RV’instance_name);
-- i… -
david became a registered member 3 years, 1 month ago
-
Sandor's profile was updated 3 years, 1 month ago
-
Jules became a registered member 3 years, 1 month ago
-
Jim Lewis wrote a new post 3 years, 1 month ago
Abstract
OSVVM has grown tremendously over the last couple of years. This period saw simulator independent scripting, test reporting, model independent transactions, virtual transaction interfaces, and […] -
Eric became a registered member 3 years, 1 month ago
-
Christian became a registered member 3 years, 1 month ago
-
Paul became a registered member 3 years, 1 month ago
-
JONATHAN became a registered member 3 years, 1 month ago
-
Brian became a registered member 3 years, 1 month ago
-
Philipp became a registered member 3 years, 1 month ago
-
Nikos became a registered member 3 years, 2 months ago
-
Denis became a registered member 3 years, 2 months ago
-
Bruce became a registered member 3 years, 2 months ago
-
Jim Lewis wrote a new post 3 years, 2 months ago
Abstract
According to the 2020 Wilson Verification Survey FPGA verification engineers spend 46% of their time debugging. As a result, we need good scripting to simplify running tests and good reports to […] -
omaima replied to the topic Ordre of stimulus in the forum OSVVM 3 years, 2 months ago
hello , thanks for your reply .
I have another question . I have 2 inputs the first one have 1 value and the others can take a valu from 0 to 3 .
I used the GenBin function inside the AddCross procedure.
I want to get the for combinasion between the 2 inputs to get 100% coverage
while not IsCovred (ID) loop
AddCross(ID,4, GenBin(1),…[Read more] -
Gerhard became a registered member 3 years, 2 months ago
-
Jim Lewis wrote a new post 3 years, 2 months ago
I just posted 2022.05a release.
2022.05 added html transcripts capability to a larger set of tools. Unfortunately this capability requires a new version of TCL that is not supported by older tools, such as […]
-
Nagella replied to the topic GENERATION OF RANDOM BYTES USING RANDOM PACKAGE ONLY in the forum OSVVM 3 years, 2 months ago
Hi Lewis,
the above provided code with loop statement gives simulator busy message in console box.
- Load More