代码搜索:ROM优化
找到约 10,000 项符合「ROM优化」的源代码
代码结果 10,000
www.eeworm.com/read/352853/7089506
mmf rom.mmf
www.eeworm.com/read/352853/7089510
inc rom.inc
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any othe
www.eeworm.com/read/352853/7089517
cnf rom.cnf
www.eeworm.com/read/352853/7089525
cmp rom.cmp
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any othe
www.eeworm.com/read/352853/7089535
vhd rom.vhd
-- megafunction wizard: %LPM_ROM%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: lpm_rom
-- ============================================================
-- File Name: rom.vhd
-- Megafun
www.eeworm.com/read/352853/7089539
sym rom.sym
www.eeworm.com/read/352853/7089545
hif rom.hif
HIF003
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/400482/7103289
v rom.v
module rom(addr,data);
input[3:0] addr;
output[7:0] data;
function[7:0] romout;
input[3:0] addr;
case(addr)
0 : romout = 0;
1 : romout = 1;
2 : romout = 4;
3 : romout = 9;
4 : romout = 16;
www.eeworm.com/read/400482/7103366
v rom.v
module ROM(addr,data,oe);
output[7:0] data;
input[14:0] addr;
input oe;
reg[7:0] mem[0:255];
parameter DELAY = 100;
assign #DELAY data=(oe==0) ? mem[addr] : 8'hzz;
initial $readmemh("rom.he
www.eeworm.com/read/358573/7111479
v rom.v
//////////////////////////////////////////////////////////////////////
//// ////
//// 8051 program rom