代码搜索:ROM优化

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

代码结果 10,000
www.eeworm.com/read/297990/7982440

sym rom.sym

www.eeworm.com/read/297990/7982462

snf rom.snf

www.eeworm.com/read/297990/7982465

pof rom.pof

www.eeworm.com/read/297990/7982530

pin rom.pin

-- Copyright (C) 1988-2002 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any other
www.eeworm.com/read/297990/7982548

rpt rom.rpt

Project Information d:\project\cpu\rom.rpt MAX+plus II Compiler Report File Version 10.2 07/10/2002 Compiled: 03/20/2008 01:30:57 Copyright (C) 1988-2002 Al
www.eeworm.com/read/297990/7982550

cnf rom(4).cnf

www.eeworm.com/read/297990/7982558

hif rom.hif

HIF003 -- -- Copyright (C) 1988-2002 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, an
www.eeworm.com/read/297990/7982582

mif rom.mif

-- MAX+plus II - generated Memory Initialization File -- Copyright (C) 1988-2002 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support informati
www.eeworm.com/read/297916/7985519

rom boot.rom

www.eeworm.com/read/297875/7990802

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;