代码搜索:RAM
找到约 10,000 项符合「RAM」的源代码
代码结果 10,000
www.eeworm.com/read/144743/12774400
vhd ram.vhd
-- Behavioral description of dual-port SRAM with :
-- Active High write enable (WE)
-- Active High read enable (RE)
-- Rising clock edge (Clock)
library ieee;
use ieee.std_logic_1164.all;
use IE
www.eeworm.com/read/245183/12812372
v ram.v
//////////////////////////////////////////////////////////////////////
//// ////
//// 8051 data ram
www.eeworm.com/read/245117/12818275
st ram.st
#include
#include
VAR_EXTERNAL
pEndMem : ^void;
pNextMem : ^void;
END_VAR
// This function serves as an interface to the RAM-class
// It has to be co
www.eeworm.com/read/245117/12818319
lob ram.lob
www.eeworm.com/read/245025/12826153
vhd ram.vhd
-- Behavioral description of dual-port SRAM with :
-- Active High write enable (WE)
-- Active High read enable (RE)
-- Rising clock edge (Clock)
library ieee;
use ieee.std_logic_1164.all;
use IE
www.eeworm.com/read/331109/12849130
gif ram.gif
www.eeworm.com/read/330873/12862801
v ram.v
module ram( data, addr, ena, read, write );
inout [7:0] data;
input [9:0] addr;
input ena;
input read, write;
reg [7:0] ram [10'h3ff:0];
assign data = ( read && ena )? ram[addr] : 8'hzz;
always @(p
www.eeworm.com/read/330796/12868741
bsf ram.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/330796/12868746
inc ram.inc
--Copyright (C) 1991-2006 Altera Corporation
--Your use of Altera Corporation's design tools, logic functions
--and other software and tools, and its AMPP partner logic
--functions, and any outpu
www.eeworm.com/read/330796/12868795
tdf ram.tdf
-- megafunction wizard: %LPM_RAM_DP%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: altsyncram
-- ============================================================
-- File Name: ram.tdf
-- M