Tubii_Tk2/worklib/ecal_control/entity/vhdl.vhd
2015-02-28 19:01:09 -05:00

13 lines
312 B
VHDL

-- generated by newgenasym Sat Feb 28 19:00:43 2015
library ieee;
use ieee.std_logic_1164.all;
use work.all;
entity ecal_control is
port (
ECAL_ACTIVE: IN STD_LOGIC;
EXT_PED_IN: IN STD_LOGIC;
EXT_PED_OUT: OUT STD_LOGIC;
GT: IN STD_LOGIC);
end ecal_control;