代码搜索:ROM优化

找到约 10,000 项符合「ROM优化」的源代码

代码结果 10,000
www.eeworm.com/read/350134/10762996

c rom.c

/* * rom.c -- Support for ROMed page retrieval. * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license r
www.eeworm.com/read/420728/10778578

rom main.rom

000000:940C 000001:0043 000002:940C 000003:0000 000004:940C 000005:0000 000006:940C 000007:0000 000008:940C 000009:0000 00000A:940C 00000B:0000 00000C:940C 00000D:0000 00000E:940C 00000
www.eeworm.com/read/420725/10778885

rom main.rom

000000:940C 000001:003D 000002:940C 000003:0000 000004:940C 000005:0000 000006:940C 000007:0000 000008:940C 000009:0000 00000A:940C 00000B:0000 00000C:940C 00000D:0000 00000E:940C 00000
www.eeworm.com/read/275526/10812823

v rom.v

////////////////////////////////////////////////////////////////////// //// //// //// 8051 program rom
www.eeworm.com/read/274824/10850482

v rom.v

module rom(DATA,ADDR,READ,ENA); output[7:0] DATA; input [12:0] ADDR; input READ,ENA; reg[7:0] memory[13'h1fff:0]; wire [7:0] DATA; assign DATA=(READ&&ENA)?memory[ADDR]:8'bzzzzz
www.eeworm.com/read/349103/10851628

vhd rom.vhd

package ROMS is -- declare a 5x8 ROM called ROM constant ROM_WIDTH: INTEGER := 5; subtype ROM_WORD is BIT_VECTOR (1 to ROM_WIDTH); subtype ROM_RANGE is INTEGER range 0 to 7; type ROM_TABLE i
www.eeworm.com/read/349103/10851632

scr rom.scr

/************************************************************************/ /* Read-only Memory */ /************************************************************************/ /* This example sh
www.eeworm.com/read/274751/10855220

mif rom.mif

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and
www.eeworm.com/read/419152/10883473

rom shift.rom

www.eeworm.com/read/419152/10883490

rom sub.rom