ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
The Designers Guide to VHDL
Author:
Peter Ashenden
ISBN:
1 55860 270 4
Publisher:
unknown
Pages:
688pp
Price:
£29-95
Reviewer:
Brian Bramer
Subject:
logic
Appeared in:
10-1
VHDL programmers will probably have come across Peter Ashenden's'VHDL Cookbook', which was made freely available on the Internet (at a time when there was little material on VHDL).

Teaching digital logic circuits normally starts with simple combinatorial logic (AND, OR gates) and then moves on to sequential logical (involving memory flip-flops). Many VHDL texts and courses follow this path starting with concurrent VHDL (which generates combinatorial logic) and then sequential VHDL. A problem is that students used to sequential programming languages (C, Pascal) find the concepts of concurrent programming difficult (gate level hardware is largely parallel) never mind mastering the syntax of VHDL.

This book takes the opposite approach. The programming starts with sequential VHDL (

if, case, loop, while, for
, etc.) implementing programs to manipulate arrays and vectors. Concurrent VHDL is not reached until page 126 by which time the reader should be used to the language syntax. VHDL is a difficult language and designing complex electronic circuits, even with such a powerful tool, is not easy. The text contains plenty of sample programs and several detailed case studies, e.g. a pipelined multiplier accumulator (code available from the Internet).

A larger, more detailed and better book (and more expensive) thanVHDL for Designerswhich I reviewed in C Vu July 1997. This is very good book for the professional designer and as a student text where VHDL will be a major part of a course. Where a brief overview of VHDL is an element of a module I would use'The VHDL Cookbook'.