counter8.vhi
来自「xilinx xc9572 cpld 实现的伺服电机控制器」· VHI 代码 · 共 32 行
VHI
32 行
-- VHDL Instantiation Created from source file counter8.vhd -- 15:18:03 04/05/2006
--
-- Notes:
-- 1) This instantiation template has been automatically generated using types
-- std_logic and std_logic_vector for the ports of the instantiated module
-- 2) To use this template to instantiate this entity, cut-and-paste and then edit
COMPONENT counter8
PORT(
Din : IN std_logic_vector(7 downto 0);
CE : IN std_logic;
CLR : IN std_logic;
UP : IN std_logic;
L : IN std_logic;
CCLK : IN std_logic;
Qout : OUT std_logic_vector(7 downto 0)
);
END COMPONENT;
Inst_counter8: counter8 PORT MAP(
Din => ,
CE => ,
CLR => ,
UP => ,
L => ,
CCLK => ,
Qout =>
);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?