代码搜索:LFSR
找到约 590 项符合「LFSR」的源代码
代码结果 590
www.eeworm.com/read/377687/9264776
v lfsr.v
//*********************************************************
// IEEE STD 1364-1995 Verilog file: lfsr.v
// Author-EMAIL: Uwe.Meyer-Baese@ieee.org
//**************************************************
www.eeworm.com/read/377687/9264822
v lfsr.v
//*********************************************************
// IEEE STD 1364-1995 Verilog file: lfsr.v
// Author-EMAIL: Uwe.Meyer-Baese@ieee.org
//**************************************************
www.eeworm.com/read/377687/9264839
scf lfsr.scf
www.eeworm.com/read/377687/9264940
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/377687/9264952
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/9265157
scf lfsr.scf
www.eeworm.com/read/374702/9388310
v lfsr.v
//-----------------------------------------------------
// Design Name : lfsr
// File Name : lfsr.v
// Function : Linear feedback shift register
// Coder : Deepak Kumar Tala
//-------------
www.eeworm.com/read/178499/9394375
inc lfsr.inc
// LFSR-SG Polynom declaration
/*
any combination of follow polynomials can be used. Select one of table S and another of table A.
1000 random generated irreducible polynomials of degree 32 f
www.eeworm.com/read/178499/9394377
h lfsr.h
/*
Copyright: Hagen Reddmann mailto HaReddmann at T-Online dot de
Author: Hagen Reddmann
Remarks: this Copyright must be included
known Problems: none
Version: 19
www.eeworm.com/read/178499/9394378
s lfsr.s
#define Polynom_S 0xC7D5621F
#define Polynom_A 0x5703CF4C
#define rS0 r2 // register S
#define rS1 r3
#define rS2 r4
#define rS3 r5
#define rA0 r6 // register A
#de