代码搜索:RAM配置

找到约 10,000 项符合「RAM配置」的源代码

代码结果 10,000
www.eeworm.com/read/200207/15438198

mac lpc2148_ram.mac

execUserPreload() { __writeMemory32(0x00000002, 0xE01FC040, "Memory"); // MEMMAP = 2; }
www.eeworm.com/read/200207/15438199

xcl lpc2148_ram.xcl

//************************************************************************* // XLINK command file template for EWARM/ICCARM // // Usage: xlink -f lnkarm //
www.eeworm.com/read/200206/15438228

xcl lpc2148_ram.xcl

//************************************************************************* // XLINK command file template for EWARM/ICCARM // // Usage: xlink -f lnkarm //
www.eeworm.com/read/200206/15438243

mac lpc2148_ram.mac

execUserPreload() { __writeMemory32(0x00000002, 0xE01FC040, "Memory"); // MEMMAP = 2; __writeMemory32(0x00000000, 0xE01FC080, "Memory"); // PLLCON = 0; __writeMemory32(0x000000AA, 0xE0
www.eeworm.com/read/112818/15475938

srec sys_ram_contents.srec

# This file generated by nios-convert # source file: , lane 0 of range 0..0 # 2004.01.23 11:37:49 # 0x00000400-0x00000500 S1180400000000000000000000000000000000000000000000E3 S11804150000000000000000
www.eeworm.com/read/112818/15476113

srec ext_ram_contents.srec

# This file generated by nios-convert # source file: , lane 0 of range 0..0 # 2004.01.23 11:36:23 # 0x00100000-0x0010ffff S219100000000000000000000000000000000000000000000000D6 S219100015000000000000
www.eeworm.com/read/110716/15527250

vhd i8051_ram.vhd

-- -- Copyright (c) 2001 Koay Kah Hoe. Permission to copy is granted -- provided that this header remains intact. This code is provided -- with no warranties. -- -- Version : 1.0 -- ---------------
www.eeworm.com/read/110716/15527256

vhd ram16xns.vhd

-- -- Copyright (c) 2001 Koay Kah Hoe. Permission to copy is granted -- provided that this header remains intact. This code is provided -- with no warranties. -- -- Version : 1.0 -- ---------------
www.eeworm.com/read/109800/15548059

v map_lpm_ram.v

module map_lpm_ram(dataout,datain,addr,we,inclk,outclk); input[15:0] datain; input[7:0] addr; input we,inclk,outclk; output[15:0] dataout; lpm_ram_dq ram(.data(datain),.address(addr),.we(we),.i
www.eeworm.com/read/109799/15548211

v map_lpm_ram.v

module map_lpm_ram(dataout,datain,addr,we,inclk,outclk); input[15:0] datain; input[7:0] addr; input we,inclk,outclk; output[15:0] dataout; lpm_ram_dq ram(.data(datain),.address(addr),.we(we),.i