copy_of_d3_8e.vhd

来自「xilinx xc9572 cpld 实现的伺服电机控制器」· VHDL 代码 · 共 53 行

VHD
53
字号
--------------------------------------------------------------------------------
-- Copyright (c) 1995-2003 Xilinx, Inc.
-- All Right Reserved.
--------------------------------------------------------------------------------
--   ____  ____ 
--  /   /\/   / 
-- /___/  \  /    Vendor: Xilinx 
-- \   \   \/     Version : 6.3i
--  \   \         Application : 
--  /   /         Filename : xil_1076_6
-- /___/   /\     Timestamp : 04/03/2006 09:18:31
-- \   \  /  \ 
--  \___\/\___\ 
--
--Command: 
--Design Name: copy_of_d3_8e
--

library ieee;
use ieee.std_logic_1164.ALL;
use ieee.numeric_std.ALL;
-- synopsys translate_off
library UNISIM;
use UNISIM.Vcomponents.ALL;
-- synopsys translate_on

entity copy_of_d3_8e is
   port ( A0 : in    std_logic; 
          A1 : in    std_logic; 
          A2 : in    std_logic; 
          E  : in    std_logic; 
          D0 : out   std_logic; 
          D1 : out   std_logic; 
          D2 : out   std_logic; 
          D3 : out   std_logic; 
          D4 : out   std_logic; 
          D5 : out   std_logic; 
          D6 : out   std_logic; 
          D7 : out   std_logic);
end copy_of_d3_8e;

architecture BEHAVIORAL of copy_of_d3_8e is
begin
end BEHAVIORAL;

-- synopsys translate_off
configuration CFG_copy_of_d3_8e of  copy_of_d3_8e is
   for BEHAVIORAL
   end for;
end CFG_copy_of_d3_8e;
-- synopsys translate_on

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?