A VHDL Template for Combinational Logic
list of inputs and outputs );
architecture arch_name of model_name is
... concurrent statement N;
All of the text not in italics are VHDL keywords. VHDL is NOT case sensitive. (ENTITY is same as entity is same as EnTiTy).