Concept Flow - Port modes (in, out, inout, buffer)
Declare port with mode
Signal direction set
Inside entity: port used
In mode: input only
Out mode: output only
Inout mode: bidirectional
Buffer mode: output with readback
Simulation and synthesis behavior
This flow shows how VHDL port modes define signal direction and usage inside an entity.