madalin1990
Full Member level 2
- Joined
- Apr 4, 2012
- Messages
- 124
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,298
- Activity points
- 2,090
Hi!
I want to write a testbench in VHDL to test writing/reading to/from a register!
I want to use some kind of user defined function to realise the "write to reg X the value Y" function and "read from reg Z the data stored" function.
The problem is I don't know what is best to userocess,function,procedures.Which of the VHDL features do you recommend for my testbench needs?
I want to write a testbench in VHDL to test writing/reading to/from a register!
I want to use some kind of user defined function to realise the "write to reg X the value Y" function and "read from reg Z the data stored" function.
The problem is I don't know what is best to userocess,function,procedures.Which of the VHDL features do you recommend for my testbench needs?