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.

How and where to start learning Verilog HDL

Status
Not open for further replies.

Edward_2288

Member level 4
Member level 4
Joined
Mar 7, 2004
Messages
71
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Activity points
725
Verilog HDL

Hi all,

i would like to learn Verilog hdl.

so can you give me some suggestion how and where to start? and what is the best and most effective way to master it?

Thanks
 

Verilog HDL

Hi

There's a book <verilog hardware design language>
will help you!
zhpy
 

Verilog HDL

you can start with <<hdl chip design>>
good book
 

Re: Verilog HDL

i recommend you Verilog HDL Synthesis A Practical Primer
if you can't find it p.m
 

Re: Verilog HDL

Verilog HDL--Guide to Digital Design & Synthesis (2nd)
you can find it in EDA BOOK UPLOAD !!
 

Re: Verilog HDL

Hi.,..I cannot find it..

would you mind to specify in which section it is?
thx
 

Verilog HDL

Start it step-by-step:
1. Learn HDL coding but always imagine the code in real circuit.
2. Program some simple design and have good experience with EDA software.
3. Study the details of FSM design.
4. You can guide yourself in this stage.
 

Re: Verilog HDL

cawan said:
Start it step-by-step:
1. Learn HDL coding but always imagine the code in real circuit.
2. Program some simple design and have good experience with EDA software.
3. Study the details of FSM design.
4. You can guide yourself in this stage.
Yes, you said it.
And if you do more practice, you will master it more rapidly.
 

Re: Verilog HDL

The verilog HDL book by Samir Palnitkar is really good to know the innards of verilog. The primer is also a good one to start but there is no problem if you start with the one above. It has some good examples and is quite in depth. As verilog is similar to c in coding styles its easier to learn but the thing to keep in mind is that you are designing a piece of hardware which makes it different from actual c-coding.
 

Re: Verilog HDL

I think you should find a project source code to learn verilog.
you must keep verilog is used to descript hardware in your mind
 

Verilog HDL

I only recommend you to not learn verylog programming itself...instead programming and synthesis both of them.for verylog programming you should think HARDWARE not only software!
 

Verilog HDL

Hello,

Check out these two links, it will be definitely usefule for you.
**broken link removed**
http://www.deeps.org/hdl_models/index.html

If you want to buy some books,...,
for the biginner,
VerilogPrimer - J.Bhaskar
VerilogSynthesis - J.Bhaskar
These two are good ones for learning.
 

Re: Verilog HDL

Hi,

Here were lot of suggestion. let me give few cents of mine.
1) Take up a HDL book on verilog
2) solve all example that you can and you feel intresting.
3) Choose some small design (UART, ALU, GAME DESIGN, etc)
Try to make a proper document (microarchitecture doc), and then start
coding. Put efforts on developing a testbech also ..coz that will tell you how best have you designed.
4) If you are more enthu place the design on a FPGA and check for real world problems.

all the best,
Cheers,
Gold_kiss
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top