Component Declaration and Instantiation
Next-level of hierarchy design must have a Component Declaration for a lower-level design before it can be Instantiated
ARCHITECTURE tolleab_arch OF tolleab IS
PORT( clk : IN STD_LOGIC;
cross, nickel, dime, quarter : IN STD_LOGIC;
green, red : OUT STD_LOGIC;
state_in : IN STATE_TYPE);
u1 : tollv PORT MAP ( tclk, tcross, tnickel, tdime,