代码搜索:QDR SRAM
找到约 7,112 项符合「QDR SRAM」的源代码
代码结果 7,112
www.eeworm.com/read/457661/7321268
dbp sram.dbp
www.eeworm.com/read/457661/7321297
pss sram.pss
|
8b74217f40fbff9649317a815144
altsyncram:altsyncram_component
56e814d9f431d4c82859865aa9372
altsyncram:altsyncram_component|altsyncram_pfn1:auto_generated
5c21466ce77cf8fbd67fd0354306bd4
altsyn
www.eeworm.com/read/457661/7321317
hif sram.hif
Version 7.2 Build 151 09/26/2007 SJ Full Version
11
944
OFF
OFF
OFF
OFF
ON
ON
ON
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths
www.eeworm.com/read/457493/7324937
cmd sram.cmd
MEMORY
{
PAGE 0 :
PRAMH0 : origin = 0x3f8000, length = 0x001000
PAGE 1 :
/* SARAM */
RAMM0 : origin = 0x000000, length = 0x000400
www.eeworm.com/read/457446/7325395
xst sram.xst
set -tmpdir .
set -overwrite YES
set -xsthdpdir ./xst
run
-ifmt VHDL
-ent sram
-p xcv50-pq240-6
-ifn sram.prj
-opt_mode Area
-opt_level 1
-check_attribute_syntax YES
-keep_hierarchy No
-gl
www.eeworm.com/read/457446/7325474
vhd sram.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use std.textio.all;
entity sram is
Generic (
mem_words : integer := 524288;