| Author |
Message |
Edward_2288
Joined: 07 Mar 2004 Posts: 72
|
05 Aug 2004 4:36 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
|
|
| Back to top |
|
 |
zhangpengyu
Joined: 28 Jun 2004 Posts: 177 Helped: 2
|
05 Aug 2004 5:02 Verilog HDL |
|
|
|
|
Hi
There's a book <verilog hardware design language>
will help you!
zhpy
|
|
| Back to top |
|
 |
Edward_2288
Joined: 07 Mar 2004 Posts: 72
|
05 Aug 2004 7:21 Verilog HDL |
|
|
|
|
| what is the book?
|
|
| Back to top |
|
 |
gaonkc
Joined: 16 Jul 2004 Posts: 107
|
05 Aug 2004 8:12 Verilog HDL |
|
|
|
|
you can start with <<hdl chip design>>
good book
|
|
| Back to top |
|
 |
mitaka
Joined: 18 Feb 2003 Posts: 57 Helped: 1 Location: Bulgaria, Canada
|
05 Aug 2004 8:39 Re: Verilog HDL |
|
|
|
|
i recommend you Verilog HDL Synthesis A Practical Primer
if you can't find it p.m
|
|
| Back to top |
|
 |
realtek
Joined: 16 Mar 2004 Posts: 101
|
10 Aug 2004 13:24 Re: Verilog HDL |
|
|
|
|
Verilog HDL--Guide to Digital Design & Synthesis (2nd)
you can find it in EDA BOOK UPLOAD !!
|
|
| Back to top |
|
 |
Edward_2288
Joined: 07 Mar 2004 Posts: 72
|
11 Aug 2004 4:08 Re: Verilog HDL |
|
|
|
|
Hi.,..I cannot find it..
would you mind to specify in which section it is?
thx
|
|
| Back to top |
|
 |
davorin
Joined: 07 Jun 2003 Posts: 1396 Helped: 8
|
11 Aug 2004 4:20 Re: Verilog HDL |
|
|
|
|
| http://www.edaboard.com/viewtopic.php?t=59507&highlight=guide+digital+design
|
|
| Back to top |
|
 |
cawan
Joined: 28 Dec 2002 Posts: 165 Helped: 7
|
11 Aug 2004 8:04 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.
|
|
| Back to top |
|
 |
Google AdSense

|
11 Aug 2004 8:04 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
Arthurzss
Joined: 20 Jul 2004 Posts: 30
|
11 Aug 2004 8:34 Re: Verilog HDL |
|
|
|
|
| cawan wrote: |
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.
|
|
| Back to top |
|
 |
masai_mara
Joined: 13 Aug 2004 Posts: 118 Helped: 6
|
13 Aug 2004 5:35 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.
|
|
| Back to top |
|
 |
AndyJing
Joined: 06 Aug 2004 Posts: 32
|
15 Aug 2004 3:47 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
|
|
| Back to top |
|
 |
mhamed
Joined: 28 Jul 2004 Posts: 117 Helped: 8
|
15 Aug 2004 10:21 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!
|
|
| Back to top |
|
 |
reddy
Joined: 22 Jun 2004 Posts: 19 Location: Bangalore, India
|
18 Aug 2004 10:06 Verilog HDL |
|
|
|
|
Hello,
Check out these two links, it will be definitely usefule for you.
http://www.bawankule.com/verilogcenter/index.html
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.
|
|
| Back to top |
|
 |
gold_kiss
Joined: 11 Sep 2002 Posts: 251 Helped: 2
|
18 Aug 2004 12:23 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
|
|
| Back to top |
|
 |