代码搜索:QDR SRAM
找到约 7,112 项符合「QDR SRAM」的源代码
代码结果 7,112
www.eeworm.com/read/18434/788784
do gold_sim.do
# Copyright Model Technology, a Mentor Graphics
# Corporation company 2003, - All rights reserved.
vlib work
vmap work work
vlog test_sm.v sm_seq.v sm.v beh_sram.v
vsim -wlf gold.wlf test_sm
add wave
www.eeworm.com/read/18528/793088
do gold_sim.do
# Copyright Model Technology, a Mentor Graphics
# Corporation company 2003, - All rights reserved.
vlib work
vmap work work
vlog test_sm.v sm_seq.v sm.v beh_sram.v
vsim -wlf gold.wlf test_sm
add wave
www.eeworm.com/read/32072/878100
svn-base e28589c8a507f09a5089fbd6cdf3f97539660229.svn-base
Version 4
SymbolType BLOCK
TEXT 32 32 LEFT 4 sram
RECTANGLE Normal 32 32 544 672
LINE Wide 0 80 32 80
PIN 0 80 LEFT 36
PINATTR PinName addra[10:0]
PINATTR Polarity IN
LINE Wide 0 112 32 112
PIN 0 112
www.eeworm.com/read/38741/1116927
svn-base e28589c8a507f09a5089fbd6cdf3f97539660229.svn-base
Version 4
SymbolType BLOCK
TEXT 32 32 LEFT 4 sram
RECTANGLE Normal 32 32 544 672
LINE Wide 0 80 32 80
PIN 0 80 LEFT 36
PINATTR PinName addra[10:0]
PINATTR Polarity IN
LINE Wide 0 112 32 112
PIN 0 112
www.eeworm.com/read/196036/5104779
ld ads_ram.ld
MEMORY
{
sram : ORIGIN = 0x00000000, LENGTH = 0x40000
flash : ORIGIN = 0x00200000, LENGTH = 0x200000
dram : ORIGIN = 0x00400000, LENGTH = 0x200000
eram : ORIGIN = 0x00600000, LENGTH = 1
www.eeworm.com/read/196036/5104780
ld ads_flash.ld
MEMORY
{
sram : ORIGIN = 0x00000000, LENGTH = 0x40000
flash : ORIGIN = 0x00200000, LENGTH = 0x200000
dram : ORIGIN = 0x00400000, LENGTH = 0x200000
eram : ORIGIN = 0x00600000, LENGTH = 1
www.eeworm.com/read/312645/3664799
ldi mlt_arm_lpc2xxx_phycore229x_rom.ldi
#include
#include
MEMORY
{
rom : ORIGIN = 0x00000000, LENGTH = 0x40000
sram : ORIGIN = 0x40000000, LENGTH = 0x4000
www.eeworm.com/read/383754/2613655
do gold_sim.do
# Copyright Model Technology, a Mentor Graphics
# Corporation company 2003, - All rights reserved.
vlib work
vmap work work
vlog test_sm.v sm_seq.v sm.v beh_sram.v
vsim -wlf gold.wlf test_sm
add wave
www.eeworm.com/read/360007/2970728
bootmode loader.lds.bootmode
ENTRY(_start_ram)
MEMORY
{
SRAM : ORIGIN = 0x10000000, LENGTH = 38400
DRAM1 : ORIGIN = 0xc0000000, LENGTH = 8M
DRAM2 : ORIGIN = 0xc1000000, LENGTH = 8M
}
SECTIONS
{
/* same as the Linux kernel s
www.eeworm.com/read/360007/2970769
kernel loader.lds.kernel
ENTRY(_start_ram)
MEMORY
{
SRAM : ORIGIN = 0x00000000, LENGTH = 0x00010000
DRAM1 : ORIGIN = 0x00010000, LENGTH = 0x03ff0000
}
SECTIONS
{
. = 0x00028000;
.text BLOCK(32):
{
__text_start = ABSO