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

📄 mc8051_datamux_.vhd

📁 8051 MCU在nois平台上的实现代码(VHDL)
💻 VHD
字号:
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all;   -----------------------------ENTITY DECLARATION--------------------------------entity mc8051_datamux is  port (clk         :  in std_logic;        rom_data_i  :  in  std_logic_vector(7 downto 0);               pram_data_i :  in  std_logic_vector(7 downto 0);	select_i    :  in  std_logic;        prog_data_o :  out std_logic_vector(7 downto 0));end mc8051_datamux;

⌨️ 快捷键说明

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