yy.vhd
来自「d 触发器 简单的d触发器」· VHDL 代码 · 共 44 行
VHD
44 行
---------------------------------------------------------------------------------------------------
--
-- Title : yy
-- Design : dchufa
-- Author : king
-- Company : king
--
---------------------------------------------------------------------------------------------------
--
-- File : yy.vhd
-- Generated : Tue Dec 11 19:26:34 2007
-- From : interface description file
-- By : Itf2Vhdl ver. 1.20
--
---------------------------------------------------------------------------------------------------
--
-- Description :
--
---------------------------------------------------------------------------------------------------
--{{ Section below this comment is automatically maintained
-- and may be overwritten
--{entity {yy} architecture {yy}}
library IEEE;
use IEEE.STD_LOGIC_1164.all;
entity yy is
port(
a : in STD_LOGIC
);
end yy;
--}} End of automatically maintained section
architecture yy of yy is
begin
-- enter your statements here --
end yy;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?