⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mux_type_package.vhd

📁 avr core porocesssor vhdl source code
💻 VHD
字号:
--************************************************************************************************
--  Types definitions for AVR core
--	Version 2.0
--  Designed by Ruslan Lepetenok 05.11.2001
--************************************************************************************************
library IEEE;
use IEEE.std_logic_1164.all;
package	 mux_type_package is
constant ext_mux_in_num : integer := 63;
type ext_mux_din_type is array(0 to ext_mux_in_num) of std_logic_vector(7 downto 0);
subtype ext_mux_en_type  is std_logic_vector(0 to ext_mux_in_num);
end package mux_type_package;

⌨️ 快捷键说明

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