blach100
Junior Member level 3
- Joined
- Jul 15, 2011
- Messages
- 30
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,483
hello,
I'm trying to creaet a test bench for my program which I wrote in VHDL
all my inputs are stored in an array, so I don't have any input declared in the entity
that makes me wonder how I can change the value in my test bensh, note that in my module I have a FOR LOOP, and some IF condition,
how can I integrate it in the test bench??
thank you very much
I'm trying to creaet a test bench for my program which I wrote in VHDL
all my inputs are stored in an array, so I don't have any input declared in the entity
that makes me wonder how I can change the value in my test bensh, note that in my module I have a FOR LOOP, and some IF condition,
how can I integrate it in the test bench??
thank you very much