COMPONENT and2 IS GENERIC (tplh, tphl : TIME); PORT ( input1, input2 : IN BIT; output : OUT BIT); END COMPONENT;