代码搜索:LFSR

找到约 590 项符合「LFSR」的源代码

代码结果 590
www.eeworm.com/read/201251/15412032

v ddr_cntl_a_lfsr32_0.v

////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2005 Xilinx, Inc. // This design is confidential and proprietary of Xilinx, All Rights Reserved. ////
www.eeworm.com/read/201251/15412145

v ddr_cntl_a_lfsr32_0.v

////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2005 Xilinx, Inc. // This design is confidential and proprietary of Xilinx, All Rights Reserved. ///////
www.eeworm.com/read/387959/8645135

exe lfsr.exe

www.eeworm.com/read/387959/8645137

c lfsr.c

/* lfsr: help design an lfsr counter and decoder to divide by n. * * Copyright (C) 1999, 2000, Gray Research LLC. All rights reserved. * The contents of this file are subject to the XSOC Licens
www.eeworm.com/read/185211/9050331

vhd lfsr_a.vhd

library ieee; use ieee.std_logic_1164.all; entity lfsr is port( clk,load,shift : in std_logic; din: in std_logic_vector(0 to 3); dout: out std_logic_vector(0 to 3)); END LFSR ; A
www.eeworm.com/read/184956/9063368

vhd lfsr.vhd

LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE ieee.std_logic_arith.ALL; ENTITY lfsr IS ------> Interface PORT ( clk : IN STD_LOGIC; y : OUT STD_LOGIC_VECTOR(
www.eeworm.com/read/184956/9063384

acf lfsr.acf

-- -- Copyright (C) 1988-2002 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/184956/9063585

scf lfsr.scf

www.eeworm.com/read/377687/9264628

acf lfsr.acf

-- -- Copyright (C) 1988-1999 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/377687/9264700

v lfsr.v

//********************************************************* // IEEE STD 1364-1995 Verilog file: lfsr.v // Author-EMAIL: Uwe.Meyer-Baese@ieee.org //**************************************************