Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Verilog code for 12-bit random sequence generator

Status
Not open for further replies.

jilkdr

Newbie level 6
Joined
Jan 10, 2007
Messages
11
Helped
8
Reputation
16
Reaction score
8
Trophy points
1,283
Activity points
1,443
I need a verilog code for 12-bit random sequence generator.
Thanks in advance
 

Re: Random Bit Generator

**broken link removed**

Code:
4-1. Random-Bit Noise Generator…….………………………….…. 32
4-1-1. Uniform-Distributed Random-Bit Generator…….….. 33
4-1-2. Normal-Distributed Random-Bit Generator…………. 34
4-1-3. Pseudo-Random Random-Bit Generator……………… 35

Regards,
IanP
 

Re: Random Bit Generator

1. If you want to generate random code for simulation.
You can use $random to generate.

2. If you want to generate random code for synthesis.
You can use pseudo-noise code generator. This algorithm is very easy to
implement.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top