代码搜索:ROM优化

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

代码结果 10,000
www.eeworm.com/read/256461/11998789

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/256461/11998928

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/153830/12003862

rom usbhidio.rom

80 99 80 10 80 15 81 24 80 8C 80 99 80 85 80 10 2D 1A 20 1E 20 2D 2A 21 1A 37 16 00 A0 20 27 37 29 13 10 01 16 00 A0 34 29 13 10 FE 2A 13 19 00 31 35 80 57 23 35 1A 35 16 03 B0 57 19 00 31 35
www.eeworm.com/read/256353/12004853

rom main.rom

000000:C15F 000001:CFFE 000002:CFFD 000003:CFFC 000004:C1B2 000005:CFFA 000006:CFF9 000007:CFF8 000008:CFF7 000009:C192 00000A:CFF5 00000B:CFF4 00000C:CFF3 00000D:CFF2 00000E:CFF1 00000
www.eeworm.com/read/153733/12010260

hh rom.hh

#ifndef rom_hh_included #define rom_hh_included #include #include #include #include #include #include #include #i
www.eeworm.com/read/342373/12025410

rom main.rom

000000:940C 000001:0141 000002:940C 000003:06DA 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/153338/12040929

tdf rom.tdf

-- megafunction wizard: %LPM_ROM% -- GENERATION: STANDARD -- VERSION: WM1.0 -- MODULE: lpm_rom -- ============================================================ -- File Name: rom.tdf -- Megafun
www.eeworm.com/read/153338/12040933

acf rom.acf

-- -- 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
www.eeworm.com/read/153338/12040941

mmf rom.mmf

www.eeworm.com/read/153338/12040952

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