Forum Discussion
Altera_Forum
Honored Contributor
15 years agoObject mode buffer VHDL
How do you use the buffer in VHDL, I get errors saying that I need to change object mode to buffer. Here is a piece of the code where it is telling me to use it. This is not the whole code: ...
Altera_Forum
Honored Contributor
15 years agoYou should not put A~G in sensitivity list. Because you cannot read outputs.
buffer is hardly needed. It means your port is an output "driven by your module" but can be read if required.