mc8051_chipsel_.vhd
来自「8051 MCU在nois平台上的实现代码(VHDL)」· VHDL 代码 · 共 17 行
VHD
17 行
library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; -----------------------------ENTITY DECLARATION--------------------------------entity mc8051_chipsel is port (ramx_adr_i : in std_logic_vector(15 downto 0); rom_adr_i : in std_logic_vector(15 downto 0); rom_en_o : out std_logic; pram_en_o : out std_logic; ramx_en_o : out std_logic);end mc8051_chipsel;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?