Francois
-
Francois replied to the topic Using WaitForTransaction/RequestTransaction in a testbench in the forum OSVVM 2 months, 2 weeks ago
Thanks Jim, that solved my problem.
Regards,
Francois
-
Francois replied to the topic Using WaitForTransaction/RequestTransaction in a testbench in the forum OSVVM 2 months, 3 weeks ago
Hi Jim,
I did create my own record:
type test_command_type is (AssertResetCmd, DeassertResetCmd, AssertEnableCmd, DeassertEnableCmd, RunCounterCmd, StopCounterCmd, ReadCounterCmd, DoneCmd);type CounterRecType is
record
rdy : RdyType;
ack : AckType;
cmd : test_command_type;
counter : STD_LOGIC_VECTOR(7 downto…[Read more] -
Francois started the topic Using WaitForTransaction/RequestTransaction in a testbench in the forum OSVVM 2 months, 3 weeks ago
I have implemented testbenches using OSVVM for a while now, but only on very simple components. I am now investigating using the full OSVVM framework to manage more complicated DUTs. I created a test environment to train myself on using VCs and implementing a test sequencer, but ran into a problem where I get the error:
** Error:…[Read more]
-
Francois became a registered member 7 months, 3 weeks ago