PDA

View Full Version : Circuit Design with VHDL



dpx2007
2016-05-19, 12:25 AM
The book "Circuit Design with VHDL" for FPGA: http://ouo.io/1S2SuL



Structure of the Book:
The book is divided into two parts: Circuit Design and System Design. The first part
deals with everything that goes directly inside the main code, while the second deals
with units that might be located in a library (for code sharing, reuse, and partitioning).
In summary, in Part I we study the entire background and coding techniques of
VHDL, which includes the following:
 Code structure: libraries, entity, architecture (chapter 2)
 Data types (chapter 3)
 Operators and attributes (chapter 4)
 Concurrent statements and concurrent code (chapter 5)
 Sequential statements and sequential code (chapter 6)
 Objects: signals, variables, constants (chapter 7)
 Design of finite state machines (chapter 8)
 And, finally, additional circuit designs are presented (chapter 9).
Then, in Part II we simply add new building blocks, which are intended mainly for
library allocation, to the material already presented. The structure of Part II is the
following:
 Packages and components (chapter 10)
 Functions and procedures (chapter 11)
 Finally, additional system designs are presented (chapter 12).