Tubii_Tk2/Parts/parts/resistors/pot/entity/vhdl.vhd
2015-02-27 19:09:38 -05:00

15 lines
360 B
VHDL

-- generated by newgenasym Mon Oct 20 17:01:19 2014
library ieee;
use ieee.std_logic_1164.all;
use work.all;
entity pot is
generic (
size:positive:= 1
);
port (
A: INOUT STD_LOGIC_VECTOR (size-1 DOWNTO 0);
B: INOUT STD_LOGIC_VECTOR (size-1 DOWNTO 0);
C: INOUT STD_LOGIC);
end pot;