代码搜索:Dram

找到约 8,593 项符合「Dram」的源代码

代码结果 8,593
www.eeworm.com/read/332032/12784658

dram

www.eeworm.com/read/178074/9419127

v dram.v

// picdram stands for PIC "Data" RAM. // // // Synchronous Data RAM, 8 bits wide, N words deep. // // ** Must support SYNCHRONOUS WRITEs and ASYNCHRONOUS READs ** // This is so that we can do a Rea
www.eeworm.com/read/372855/9489518

v dram.v

// picdram stands for PIC "Data" RAM. // // // Synchronous Data RAM, 8 bits wide, N words deep. // // ** Must support SYNCHRONOUS WRITEs and ASYNCHRONOUS READs ** // This is so that we can do a Rea
www.eeworm.com/read/169185/9876511

dram_1

www.eeworm.com/read/364791/9894874

h dram.h

/* * Copyright (c) 2002 The Board of Trustees of the University of Illinois and * William Marsh Rice University * Copyright (c) 2002 The University of Utah * Copyright (c) 2002
www.eeworm.com/read/161056/10458346

v dram.v

// picdram stands for PIC "Data" RAM. // // // Synchronous Data RAM, 8 bits wide, N words deep. // // ** Must support SYNCHRONOUS WRITEs and ASYNCHRONOUS READs ** // This is so that we can do a Rea
www.eeworm.com/read/352553/10539815

vhd dram.vhd

-- megafunction wizard: %LPM_RAM_DP% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altsyncram -- ============================================================ -- File Name: dram.vhd --
www.eeworm.com/read/419658/10846729

v dram.v

module dram ( clk, address, we, din, dout ); input clk; input [6:0] address; input we; input [7:0] din; output [7:0] dout; parameter word_depth = 70; reg [7:0] mem
www.eeworm.com/read/267307/6933113

cmp dram.cmp

--Copyright (C) 1991-2004 Altera Corporation --Any megafunction design, and related netlist (encrypted or decrypted), --support information, device programming or simulation file, and any oth
www.eeworm.com/read/267307/6933117

vhd dram.vhd

-- megafunction wizard: %ALTSYNCRAM% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: altsyncram -- ============================================================ -- File Name: dram.vhd --