代码搜索:ROM优化

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

代码结果 10,000
www.eeworm.com/read/240787/13197503

pl rom.pl

sub new { my $this = shift; my $self = $this->SUPER::new(@_); $self->addvar('wb_clk_i', 'wire', 'in'); $self->addvar('wb_rst_i', 'wire', 'in'); $self->addvar('wb_adr_i', 'wire', 'in'); $s
www.eeworm.com/read/240695/13203751

dat rom.dat

6 12 1F 2B 36 41 4C 55 5E 66 6D 73 78 7C 7E 7F
www.eeworm.com/read/138873/13206693

rom image.rom

www.eeworm.com/read/138711/13221441

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/138611/13228117

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/138611/13228243

mif rom.mif

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

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/324591/13257143

dat rom.dat

6 12 1F 2B 36 41 4C 55 5E 66 6D 73 78 7C 7E 7F
www.eeworm.com/read/324536/13259210

rom 1.rom

000000:940C 000001:0060 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/324473/13261495

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;