swap_lr.vhd
来自「simple thermometr in vhdl」· VHDL 代码 · 共 40 行
VHD
40 行
----------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 16:02:27 11/22/2007
-- Design Name:
-- Module Name: swap_lr - Behavioral
-- Project Name:
-- Target Devices:
-- 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 swap_lr is
end swap_lr;
architecture Behavioral of swap_lr is
begin
end Behavioral;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?