FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-16-2006, 04:47 PM
CMOS
Guest
 
Posts: n/a
Default VHDL or verilog

hi,
ive completed a introductory book on vhdl, but not mature enough to do
a real world complex designs using vhdl. i've been serching for
tutorial guids to learn advanced vhdl, preferebly with case studies,
but found non. most of the books on vhdl are introductory level. Some
advanced vhdl books such as "The Designer's Guide to VHDL" does not
consider sysnthesis aspect much. beacause of this lack of resources, im
planning to shift from VHDL to verilog. The book "Advanced Digital
Design with the Verilog" seems to cover what im looking for and has a
good rating with amazon.

i need to know whther there are books such as this one for vhdl
language.
and a little comparison between vhdl and verilog based on the
popularity for developing advanced deigital systems and support given
by various software tools ( such as xilinx tools, modelSIM, etc)

and any comments on the verilog book im talking about.

thank you

Reply With Quote
  #2 (permalink)  
Old 02-16-2006, 04:59 PM
Dominik Froehlich
Guest
 
Posts: n/a
Default Re: VHDL or verilog

hi,

i find "Digital Systems Design with VHDL and Synthesis" by K.C. Cheng a very
worthwile and informing book. as suggested by the title it focuses on the
synthesis aspect.

dominik

CMOS wrote:
> hi,
> ive completed a introductory book on vhdl, but not mature enough to do
> a real world complex designs using vhdl. i've been serching for
> tutorial guids to learn advanced vhdl, preferebly with case studies,
> but found non. most of the books on vhdl are introductory level. Some
> advanced vhdl books such as "The Designer's Guide to VHDL" does not
> consider sysnthesis aspect much. beacause of this lack of resources, im
> planning to shift from VHDL to verilog. The book "Advanced Digital
> Design with the Verilog" seems to cover what im looking for and has a
> good rating with amazon.
>
> i need to know whther there are books such as this one for vhdl
> language.
> and a little comparison between vhdl and verilog based on the
> popularity for developing advanced deigital systems and support given
> by various software tools ( such as xilinx tools, modelSIM, etc)
>
> and any comments on the verilog book im talking about.
>
> thank you
>

Reply With Quote
  #3 (permalink)  
Old 02-16-2006, 05:08 PM
Joseph Samson
Guest
 
Posts: n/a
Default Re: VHDL or verilog

CMOS wrote:
> hi,
> ive completed a introductory book on vhdl, but not mature enough to do
> a real world complex designs using vhdl. i've been serching for
> tutorial guids to learn advanced vhdl, preferebly with case studies,
> but found non.


If you can find it, "HDL Chip Design" by Douglas J Smith (Doone
Publications ISBN 0-9651934-3-8) gives examples of synthesizable code in
Verilog and VHDL side by side. Unfortunately, the website www.doone.com
no longer exists. Maybe it is available at a used book source.


---
Joe Samson
Pixel Velocity
Reply With Quote
  #4 (permalink)  
Old 02-16-2006, 05:20 PM
Mike Harrison
Guest
 
Posts: n/a
Default Re: VHDL or verilog

On 16 Feb 2006 07:47:53 -0800, "CMOS" <[email protected]> wrote:

>hi,
>ive completed a introductory book on vhdl, but not mature enough to do
>a real world complex designs using vhdl. i've been serching for
>tutorial guids to learn advanced vhdl, preferebly with case studies,
>but found non. most of the books on vhdl are introductory level. Some
>advanced vhdl books such as "The Designer's Guide to VHDL" does not
>consider sysnthesis aspect much. beacause of this lack of resources, im
>planning to shift from VHDL to verilog. The book "Advanced Digital
>Design with the Verilog" seems to cover what im looking for and has a
>good rating with amazon.
>
>i need to know whther there are books such as this one for vhdl
>language.
>and a little comparison between vhdl and verilog based on the
>popularity for developing advanced deigital systems and support given
>by various software tools ( such as xilinx tools, modelSIM, etc)
>
>and any comments on the verilog book im talking about.
>
>thank you


If you'll be targetting FPGA/CPLDs, I'd reccommend "VHDL for Programmable Logic" by Kevin Skahill
Reply With Quote
  #5 (permalink)  
Old 02-16-2006, 06:33 PM
Andy Peters
Guest
 
Posts: n/a
Default Re: VHDL or verilog

Mike Harrison wrote:

> If you'll be targetting FPGA/CPLDs, I'd reccommend "VHDL for Programmable Logic" by Kevin Skahill


That book is seriously outdated!

-a

Reply With Quote
  #6 (permalink)  
Old 02-16-2006, 06:42 PM
Josh Rosen
Guest
 
Posts: n/a
Default Re: VHDL or verilog

On Thu, 16 Feb 2006 07:47:53 -0800, CMOS wrote:

> hi,
> ive completed a introductory book on vhdl, but not mature enough to do
> a real world complex designs using vhdl. i've been serching for
> tutorial guids to learn advanced vhdl, preferebly with case studies,
> but found non. most of the books on vhdl are introductory level. Some
> advanced vhdl books such as "The Designer's Guide to VHDL" does not
> consider sysnthesis aspect much. beacause of this lack of resources, im
> planning to shift from VHDL to verilog. The book "Advanced Digital
> Design with the Verilog" seems to cover what im looking for and has a
> good rating with amazon.
>
> i need to know whther there are books such as this one for vhdl
> language.
> and a little comparison between vhdl and verilog based on the
> popularity for developing advanced deigital systems and support given
> by various software tools ( such as xilinx tools, modelSIM, etc)
>
> and any comments on the verilog book im talking about.
>
> thank you


For a Verilog primer try The Verilog Hardware Description Language by
Thomas & Moorby.

For synthesis examples I'd suggest the your download the XST users manual
from the Xilinx site. The XST manual gives you side by side examples of
Verilog and VHDL for each type of component. Synplicity has a user's guide
for Synplify that does the same thing. You should also be able to find a
guide for Quartus's synthesis tool on the Altera site. The synthesis tool
user's guides are by far the best way to learn the right syntax for an HDL
language because they describe exactly what these tools require in order
to recognize specific types of components. Text books are generic, they
are fine for learning the basic language and for learning how to write
behavioral code but they aren't going to be able to tell you what
structures the latest synthesis tools can recognize, only the users guides
can tell you that.


Reply With Quote
  #7 (permalink)  
Old 02-16-2006, 07:30 PM
Dominik Froehlich
Guest
 
Posts: n/a
Default Re: VHDL or verilog

there is also a guide called "actel hdl coding" that you can download from the
actel site. it covers both verilog and vhdl
Reply With Quote
  #8 (permalink)  
Old 02-17-2006, 12:01 AM
[email protected]
Guest
 
Posts: n/a
Default Re: VHDL or verilog

Have you tried DSP with FPGA by Meyer. That gives a good introduction
in VHDL DSP design.

Paul

Reply With Quote
  #9 (permalink)  
Old 02-17-2006, 04:24 AM
CMOS
Guest
 
Posts: n/a
Default Re: VHDL or verilog

hi,
thanks a lot for the information. i'll try the books you've suggested.
any comments on the book "Advanced Digital
Design with the Verilog" is very much appreciated.

thank you
CMOS

Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Determination of fileType (verilog, VHDL or System Verilog) very_log Verilog 2 12-13-2007 09:47 AM
VHDL to Verilog (help) Choonho Root PLlab. Verilog 1 02-23-2005 08:43 AM
Verilog vs VHDL NFagan Verilog 12 08-17-2004 02:54 AM
Verilog and VHDL mix Remis Norvilis FPGA 4 02-16-2004 02:41 AM


All times are GMT +1. The time now is 12:46 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved