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.

random number generator

Status
Not open for further replies.

ruwanika

Newbie level 5
Joined
May 6, 2008
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,386
i want to generate random number from 0,1,2,3.but all this numbers are in binary.that is ,00,01,10,11.i want the vhdl code for this task.pleae help on this.
 

just design an LFSR, and use 2 bits of it. Of course it depends on that how random your result should be. If you need more unpredictable design, then you should find some better generator.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top