mul13.vhd

来自「在gf(2^13)中」· VHDL 代码 · 共 39 行

VHD
39
字号
--------------------------------------------------------------------------------
-- Company: 
-- Engineer:
--
-- Create Date:    10:06:35 04/09/08
-- Design Name:    
-- Module Name:    mul13 - Behavioral
-- Project Name:   
-- Target Device:  
-- Tool versions:  
-- Description:
--
-- Dependencies:
-- 
-- Revision:
-- Revision 0.01 - File Created
-- Additional Comments:
-- 
--------------------------------------------------------------------------------
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;

---- Uncomment the following library declaration if instantiating
---- any Xilinx primitives in this code.
--library UNISIM;
--use UNISIM.VComponents.all;

entity mul13 is
end mul13;

architecture Behavioral of mul13 is

begin


end Behavioral;

⌨️ 快捷键说明

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