代码搜索:RAM

找到约 10,000 项符合「RAM」的源代码

代码结果 10,000
www.eeworm.com/read/446179/7584392

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/445670/7592113

ini ram.ini

/***********************************************************************/ /* This file is part of the ARM Compiler package */ /* Copyright KEIL ELEKTRONIK GmbH 1992-2004
www.eeworm.com/read/444576/7611574

ini ram.ini

/******************************************************************************/ /* RAM.INI: RAM Initialization File */ /***********************************
www.eeworm.com/read/443552/7630781

txt ram.txt

---------------------------------ram------------------------------ library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity ram16by4 is
www.eeworm.com/read/441290/7672115

vhd ram.vhd

LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; use ieee.numeric_std.all; -- use altera_mf library for RAM block --LIBRARY altera_mf; --USE altera_mf.ALL; -- use package USE work.procmem_definitions.ALL; E
www.eeworm.com/read/441060/7676637

vhd ram.vhd

library ieee; use ieee.std_logic_1164.all; --use ieee.std_logic_arith; use ieee.std_logic_signed.all; use ieee.numeric_std.all; entity ram is port(address:in std_logic_vector(15 downt
www.eeworm.com/read/438526/7730156

inc ram.inc

;=============================================================================================== ; ram.inc :RS232-USB的变量及常量的定义。 ;=====================================================================
www.eeworm.com/read/436797/7762510

c ram.c

#include // Function Prototypes with attribute definitions void My_IRQ_Function(void) __attribute__ ((interrupt ("IRQ"))) __attribute__ ((section (".ram_func"))); /**************
www.eeworm.com/read/436797/7762560

c ram.c

// Include Files #include #include // Program Counter Defintion. Allows us to access R15. register unsigned int R15 asm ("pc"); // Function Prototype with required
www.eeworm.com/read/436720/7764612

obj ram.obj