代码搜索:ROM优化

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

代码结果 10,000
www.eeworm.com/read/320032/13434095

rom1

www.eeworm.com/read/320032/13434149

rom1

www.eeworm.com/read/318986/13464700

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/318986/13464777

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/318850/13471115

vhd rom.vhd

-- Package File Template -- -- Purpose: This package defines supplemental types, subtypes, -- constants, and functions library IEEE; use IEEE.STD_LOGIC_1164.all; package rom is
www.eeworm.com/read/318340/13481083

vhd rom.vhd

LIBRARY ieee; USE ieee.std_logic_1164.ALL; PACKAGE rom IS CONSTANT rom_width: NATURAL :=8; CONSTANT rom_length: NATURAL :=256; SUBTYPE rom_word IS STD_LOGIC_VECTOR(rom_width-1 DOWNTO
www.eeworm.com/read/317860/13495002

rom at303.rom

000000:C020 000001:CFFE 000002:CFFD 000003:CFFC 000004:CFFB 000005:CFFA 000006:CFF9 000007:CFF8 000008:CFF7 000009:CFF6 00000A:CFF5 00000B:C044 00000C:CFF3 00000D:C067 00000E:CFF1 00000
www.eeworm.com/read/317517/13503523

rom encode.rom

000000:C00A 000001:CFFE 000002:CFFD 000003:CFFC 000004:CFFB 000005:CFFA 000006:CFF9 000007:CFF8 000008:CFF7 000009:CFF6 00000A:0000 00000B:94F8 00000C:27EE 00000D:BBEC 00000E:BFE5 00000
www.eeworm.com/read/317113/13510218

bsf rom.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/317113/13510232

hex rom.hex

:0400000000000101fa :0400010000000001fa :0400020000000009f1 :0400030000000201f6 :0400040000000002f6 :04000500000000a156 :0400060000000001f5 :0400070000000009ec :0400080000001401df :0400090000