Курсовая работа: Цифровой измеритель разности двух напряжений
port (gen_out: out std_logic);
end component;
component dif_oy
port (In1: in integer range - 5 to 5;
In2: in integer range - 5 to 5;
Out1: out integer range - 10 to 10);
end component;
component counter
port (reset: in std_logic;
up: in std_logic;
C_out: out unsigned (3 downto 0));
end component;
component And_op
port (a: in std_logic;
b: in std_logic;
z: out std_logic);
end component;
component Or_op
port (a: in std_logic;
b: in std_logic;
c: in std_logic;
z: out std_logic);
end component;
component not_op
port (a: in std_logic;
z: out std_logic);
end component;
signal Ua_b: integer range - 10 to 10;
signal GLN: integer range 0 to 10;