Altera_Forum
Honored Contributor
15 years agoNeed some helping testing some VHDL Code
I have a project comming up, and I have some VHDL code that I really want to test.
Basically what I have so far... Is that I created a symbol file from quartus, and this gets created with no warnings or errors or anything. Then I create a block diagram. The dragram has 5 inputs: CLOCK RESETN X[2..0] (on a bussed line of course) and One output: Z Basically I want to simulate the results with the simulator tool, but I dont really understand how to created the input vectors to test this with. Im kinda confused on how to set clock, and resetn too. But I basically want to test my VHDL code with inputs 001, 010, 011 for several cycles. (My VHDL is basically a statemachine, with 8 states, that loop, and does something different depending on the inputs) Any help would be greatly appreciated, thanks!