代码搜索:ROM优化

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

代码结果 10,000
www.eeworm.com/read/284411/8934402

bin rom.bin

www.eeworm.com/read/284411/8934836

h rom.h

#define ROM_SIZE 40
www.eeworm.com/read/427369/8949609

rom main.rom

:100000000C94AA000C94F3000C94C5000C94C50049 :100010000C94C5000C94C5000C94C5000C94C5004C :100020000C94C5000C94C5000C94C5000C94C5003C :100030000C9458020C94C5000C94C5000C94C50097 :100040000C94C5000D0
www.eeworm.com/read/284173/8957251

vhd rom.vhd

-- ROM TO STORE SINE AND COSINE VALUES library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity rom is po
www.eeworm.com/read/383287/8957507

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'bzzzz
www.eeworm.com/read/382928/8990128

vhd rom.vhd

-- ROM TO STORE SINE AND COSINE VALUES library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity rom is po
www.eeworm.com/read/382851/8994705

rom led.rom

// Version : eCOG ROM Generator - V1.3a (1 Aug 2005) // Title : IROM // Date : Fri Aug 26 15:17:10 2005 // // ROM START ADDRESS 000000 // WORDSIZE 16 // BASE HEX : HEX @00
www.eeworm.com/read/382851/8994765

rom led.rom

// Version : eCOG ROM Generator - V1.3a (1 Aug 2005) // Title : IROM // Date : Fri Aug 26 15:17:10 2005 // // ROM START ADDRESS 000000 // WORDSIZE 16 // BASE HEX : HEX @00
www.eeworm.com/read/283587/9004667

h if_rom.h

/* *=================================================================== * 3GPP AMR Wideband Floating-point Speech Codec *=================================================================== */
www.eeworm.com/read/283587/9004754

c if_rom.c

/* *=================================================================== * 3GPP AMR Wideband Floating-point Speech Codec *=================================================================== */