S
Sreenivas J
Guest
Hi all,
I am working on self checking automated test bench. Here i have
testbench having each step implemented in VHDL which includes
processor READ and WRITE actions developed in package and calling into
testbench.
Example:
Step_no<=1;
por_n<='0';
wait for 100 ns;
por_n<='1';
wait for 100 ns;
Step_no<2;
WRITE(<Address>, <Data_val_32bit>; <related signals: clocks, ...etc);
Step_no<=3;
READ(<Address>
;
My intension is to create Automated testbench golden reference file
which can read all the step's expected results from the main testbench
and compare with the actual results with step number reference.
At some extent i tried to create a model using VHDL TEXT IO's but i am
getting difficulties at READ and WRITE actions.
Please suggest me some good process to follow,...that will be a gr8
help.
Thanks,
Nivas.
I am working on self checking automated test bench. Here i have
testbench having each step implemented in VHDL which includes
processor READ and WRITE actions developed in package and calling into
testbench.
Example:
Step_no<=1;
por_n<='0';
wait for 100 ns;
por_n<='1';
wait for 100 ns;
Step_no<2;
WRITE(<Address>, <Data_val_32bit>; <related signals: clocks, ...etc);
Step_no<=3;
READ(<Address>
My intension is to create Automated testbench golden reference file
which can read all the step's expected results from the main testbench
and compare with the actual results with step number reference.
At some extent i tried to create a model using VHDL TEXT IO's but i am
getting difficulties at READ and WRITE actions.
Please suggest me some good process to follow,...that will be a gr8
help.
Thanks,
Nivas.