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

📄 serial_generatedinstance.vhd

📁 this is a file about vhdl source code realtinf 8051 through 8051
💻 VHD
字号:
---------------------------------------------------- Model        :   8051 Behavioral Model,--                  VHDL Entity mc8051.serial.generatedInstance---- Author       :   Michael Mayer (mrmayer@computer.org),--                  Dr. Hardy J. Pottinger,--                  Department of Electrical Engineering--                  University of Missouri - Rolla---- Created at   :   09/22/98 19:33:01--LIBRARY ieee ;USE ieee.std_logic_1164.all;USE ieee.numeric_std.all;LIBRARY mc8051 ;USE mc8051.synth_pack.all;ENTITY serial IS   PORT(       addr_gb : IN     std_logic_vector( 7 DOWNTO 0 )  ;      indirect_sel : IN     std_logic ;      int_clk : IN     std_logic ;      int_rst : IN     std_logic ;      rd_gb : IN     std_logic ;      rxd : IN     std_logic ;      wr_gb : IN     std_logic ;      acknow : OUT    std_logic ;      rxd_ctrl : OUT    std_logic ;      txd : OUT    std_logic ;      txd_ctrl : OUT    std_logic ;      data_gb : INOUT  std_logic_vector( 7 DOWNTO 0 )    );END serial ;-- -- Auto generated dummy architecture for leaf level instance.-- ARCHITECTURE generatedInstance OF serial IS BEGINEND generatedInstance ;

⌨️ 快捷键说明

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