Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
Are you sure about your "bidirectional" design ? Have you wrote the 'z' for the case where your bidir is in inuput mode ? 'x' means forcing unkown : it is 0 or 1 but it often means that there is conflict. Your bidir is in ouput mode and your stimuli force this signal at the same time. (not verified myself, i may be wrong) in quartus, you have templates available in menu when you edit vhdl. In literature section on altera website, you will find example. You have to check both your design and your testbench. Keep in mind that VHDL is just a description langage (not a program). Could you post your design and testbench ?