J
JSreeniv
Guest
Hi all,
I am writing a VHDL Testbench for my simulation...and i got some
complexity to describe the writing data for 25 times.
Where my WRITE Access is
write
(x"02181",x"0000_0001",dsp_ardy,dsp_oe_n,dsp_re_n,dsp_we_n,dsp_ce_n,dsp_d,dsp_a,dsp_clk,por_n,test_fpga_oe,test_en);
Here x"02181" is hexadecimal and x"0000_0001" is data and i need to
write data with increment of address by 1 everytime and also data for
25 times.
Writing each time whole this process can be complex..so i am looking
for any simple idea...
Please suggest me..
Thanks
I am writing a VHDL Testbench for my simulation...and i got some
complexity to describe the writing data for 25 times.
Where my WRITE Access is
write
(x"02181",x"0000_0001",dsp_ardy,dsp_oe_n,dsp_re_n,dsp_we_n,dsp_ce_n,dsp_d,dsp_a,dsp_clk,por_n,test_fpga_oe,test_en);
Here x"02181" is hexadecimal and x"0000_0001" is data and i need to
write data with increment of address by 1 everytime and also data for
25 times.
Writing each time whole this process can be complex..so i am looking
for any simple idea...
Please suggest me..
Thanks