代码搜索:buffer

找到约 10,000 项符合「buffer」的源代码

代码结果 10,000
www.eeworm.com/read/17906/766473

inc data_buffer.inc

--Copyright (C) 1991-2002 Altera Corporation --Any megafunction design, and related netlist (encrypted or decrypted), --support information, device programming or simulation file, and any oth
www.eeworm.com/read/17906/766475

pin data_buffer.pin

-- Copyright (C) 1991-2004 Altera Corporation -- Any megafunction design, and related netlist (encrypted or decrypted), -- support information, device programming or simulation file, and a
www.eeworm.com/read/17906/766477

sof data_buffer.sof

www.eeworm.com/read/17906/766478

qpf data_buffer.qpf

# Copyright (C) 1991-2004 Altera Corporation # Any megafunction design, and related netlist (encrypted or decrypted), # support information, device programming or simulation file, and any oth
www.eeworm.com/read/17906/766479

fld data_buffer.fld

D:/prj_D/LogicLock/LogicLock/data_buffer/db/data_buffer.quartus_db data_buffer Administrator V1
www.eeworm.com/read/17906/766486

icc data_buffer.icc

www.eeworm.com/read/17906/766489

hif data_buffer.hif

Version 4.0 Build 190 1/28/2004 SJ Full Version 32 OFF OFF OFF OFF OFF # entity data_buffer # logic_option { AUTO_RAM_RECOGNITION ON } # case_sensitive # source_file data_buffer.v 1037
www.eeworm.com/read/17906/766543

qws data_buffer.qws

[ProjectWorkspace] ptn_Child1=Frames ptn_Child2=Workmode ptn_Child3=ActionPoints [ProjectWorkspace.Frames] ptn_Child1=ChildFrames [ProjectWorkspace.Frames.ChildFrames] ptn_Child1=Document-0 pt
www.eeworm.com/read/17906/766545

v data_buffer.v

// megafunction wizard: %FIFO% // GENERATION: STANDARD // VERSION: WM1.0 // MODULE: scfifo // ============================================================ // File Name: data_buffer.v // Megaf
www.eeworm.com/read/32279/882857

vhd tri_buffer.vhd

library ieee; use ieee.std_logic_1164.all; entity tri_buffer is port(din:in std_logic_vector(7 downto 0); en:in std_logic; dout:out std_logic_vector(7 downto 0)); end; architecture on