lhnjk0226

    1. FPGA怎样读外部RAM 12/4780 嵌入式系统 2010-01-26
      一个简单的VHDL实现,可以对地址0x0709译码,并写入一个字节 library ieee; use ieee.std_logic_1164.all; entity test is     port (         addr: in std_logic_vector(15 downto 0);         data: in integer range 0 to 255;         nwr:  in std_logic;         nrd:  in std_logic;         ncs:  in std_logic); end entity test; architecture a1 of test is     signal work_reg:    integer range 0 to 255;     signal n_reg_write: std_logic; begin     n_reg_write

最近访客

< 1/1 >

统计信息

已有38人来访过

  • 芯积分:--
  • 好友:--
  • 主题:--
  • 回复:1

留言

你需要登录后才可以留言 登录 | 注册


现在还没有留言