[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [oc] pseudo random generator verilog code source
Here:
reg [31:0] poly;
always @(posedge clk or posedge reset_poly)
if (reset_poly) poly <= #1 32'hdeaddead;
else poly <= #1 {poly[30:0], poly[17] ^ poly[4]};
On Thursday 19 September 2002 09:54, Dharmeshbhai PATEL wrote:
> Hi list,
>
> Does any one has an idea where i can get the verilog code source
> for a pseudo random generator (number or signal) ?
>
> Please let me know.
>
> Thanks in advance.
> D.PATEL
>
>
> _____________________________________________________________
> Exclusif: 75 euros remboursés sur le pack eXtense Haut Débit de Wanadoo !
> Vivez l'Internet sans contrainte en bénéficiant d'un prix "tout compris",
> d'un forfait haut débit illimité, d'un accès ADSL et d'un Modem ADSL simple
> à installer ! Cliquez ici : http://www.ifrance.com/_reloc/mail.exclusif
--
To unsubscribe from cores mailing list please visit http://www.opencores.org/mailinglists.shtml