The Student's Guide to VHDLVHDL is a language for describing digital electronic systems. A vital, efficient step in the system design process, VHDL allows for the design and simulation of a hardware system prior to it actually being manufactured. Offering the same clear, accessible style as The Designer's Guide to VHDL, The Student's Guide is designed as a main text for introductory VHDL courses, and as a supplementary text for courses that require VHDL-based project work, such as computer architecture, digital design, and digital logic courses. This new condensed text also serves as a quick, self-teaching guide for practicing engineers who need to learn only the basics of VHDL. |
No grāmatas satura
1.3. rezultāts no 11.
by adding successive terms of the series until the terms become smaller than one
millionth of the result . ... architecture series of cos is begin summation : process (
theta ) is variable sum , term : real ; variable n : natural ; begin sum : = 1 .
FIGURE 3 - 6 architecture fixed _ length _ series of cos is begin summation :
process ( theta ) is variable sum , term : real ; begin sum : = 1 . 0 ; term : = 1 . 0 ;
forn in 1 to 9 loop term : = ( - term ) * theta * * 2 / real ( ( ( 2 * n 1 ) * 2 * n ) ) ; sum
...
0 ; n : = 0 ; while abs term > abs ( sum / 1 . 0E5 ) loop n : = n + 1 ; term : = term * x /
real ( n ) ; sum : = sum + term ; end loop ; sum : = 1 . 0 ; term : = 1 . 0 ; for n in 1 to
7 loop term : = term * x / real ( n ) ; sum : = sum + term ; end loop ; assert to _ ...
Lietotāju komentāri - Rakstīt atsauksmi
Saturs
Fundamental Concepts | 1 |
Exercises | 25 |
Exercises | 51 |
Autortiesības | |
11 citas sadaļas nav parādītas.
Citi izdevumi - Skatīt visu
Bieži izmantoti vārdi un frāzes
Atsauces uz šo grāmatu
Digital Integrated Circuit Design: From VLSI Architectures to CMOS Fabrication Hubert Kaeslin Ierobežota priekšskatīšana - 2008 |