代码搜索:RAM配置
找到约 10,000 项符合「RAM配置」的源代码
代码结果 10,000
www.eeworm.com/read/334237/12616274
ld ram_ice_extern.ld
SECTIONS
{
. = 0x02000000;
Image_RO_Base = .;
.text : { *(.text) }
Image_RO_Limit = .;
Image_RW_Base = .;
.data : { *(.data) }
.rodata : { *(.rodata) }
Image_RW_Limit = .;
Image_ZI_
www.eeworm.com/read/247669/12633793
ld lpc2148-ram.ld
/* ****************************************************************************************************** */
/* demo2148_blink_flash.cmd LINKER SCRIPT
www.eeworm.com/read/247659/12636759
mac lpc2148_ram.mac
execUserPreload()
{
__writeMemory32(0x00000002, 0xE01FC040, "Memory"); // MEMMAP = 2;
}
www.eeworm.com/read/247659/12636764
xcl lpc2148_ram.xcl
//*************************************************************************
// XLINK command file template for EWARM/ICCARM
//
// Usage: xlink -f lnkarm
//
www.eeworm.com/read/146449/12647600
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/146386/12652490
cmd ezdsp_ram_lnk.cmd
/*
//
// TMDX BETA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: EzDSP_RAM_lnk.cmd
www.eeworm.com/read/300713/13896910
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/135777/13900726
vhd 35_ram_controller.vhd
library ieee;
use ieee.std_logic_1164.all;
entity memory_control is
port (
clk,w_rb,ads_b,cs1 : in bit;
rdy_b,we_b,cs_b : out bit := '1');
end memory_control;
archit
www.eeworm.com/read/300312/13920176
cmd ezdsp_ram_lnk.cmd
/*
//
// TMDX BETA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: EzDSP_RAM_lnk.cmd
www.eeworm.com/read/135421/13934122