Cargando…

HDL with digital design : VHDL and Verilog /

This book introduces the latest version of hardware description languages and explains how the languages can be implemented in the design of the digital logic components. In addition to digital design, other examples in the areas of bioengineering and basic computer design are covered. It introduces...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Botros, Nazeih, 1945- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Dulles, Virginia : Mercury Learning and Information, [2015]
Colección:Engineering series.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 KNOVEL_ocn910636111
003 OCoLC
005 20231027140348.0
006 m o d
007 cr cnu||||||||
008 150603s2015 vaua ob 001 0 eng d
040 |a LGG  |b eng  |e rda  |e pn  |c LGG  |d STF  |d COO  |d B24X7  |d OCLCF  |d KNOVL  |d OCLCQ  |d DLC  |d CVU  |d YDXCP  |d EYM  |d BTCTA  |d CDX  |d BDX  |d PHUST  |d OCLCQ  |d OCLCO  |d WAU  |d AU@  |d S9I  |d UX1  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 860396684  |a 908325629  |a 908628126  |a 944443153  |a 968750565  |a 1058602148  |a 1152031743 
020 |a 9781942270287 
020 |a 1942270283 
020 |a 9781523101344 
020 |a 1523101342 
020 |z 9781938549816 
020 |z 1938549813 
020 |z 1938549864 
020 |z 9781938549861 
029 1 |a AU@  |b 000060901962 
029 1 |a GBVCP  |b 85716399X 
029 1 |a GBVCP  |b 870365908 
035 |a (OCoLC)910636111  |z (OCoLC)860396684  |z (OCoLC)908325629  |z (OCoLC)908628126  |z (OCoLC)944443153  |z (OCoLC)968750565  |z (OCoLC)1058602148  |z (OCoLC)1152031743 
050 1 4 |a TK7885.7  |b .B68 2015eb 
082 0 4 |a 621.39/2  |2 23 
049 |a UAMI 
100 1 |a Botros, Nazeih,  |d 1945-  |e author. 
245 1 0 |a HDL with digital design :  |b VHDL and Verilog /  |c Nazeih Botros. 
246 3 |a Hardware description language with digital design :  |b Very High Speed Integrated Circuit Hardware Description Language and Verilog 
264 1 |a Dulles, Virginia :  |b Mercury Learning and Information,  |c [2015] 
300 |a 1 online resource (xiv, 564 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 1 |a Engineering series 
500 |a Includes index. 
588 0 |a Print version record. 
520 |a This book introduces the latest version of hardware description languages and explains how the languages can be implemented in the design of the digital logic components. In addition to digital design, other examples in the areas of bioengineering and basic computer design are covered. It introduces mixed language programming by covering both Verilog and VHDL side by side. Students, as well as professionals, can learn both the theoretical and practical concepts of digital design. The two languages are equally important in the field of computer engineering and computer science as well as other engineering fields such as simulation and modeling. This resource uses the latest versions of both Verilog and VHDL; includes fundamentals of synthesis and FPGAs implementation; instructor's resources available upon adoption. --  |c Edited summary from book. 
505 0 0 |g Introduction --  |t Hardware description languages --  |t Structure of the HDL module --  |t Structure of Verilog Module --  |t Stles (types) of description --  |t Data flow description --  |t Behavioral description --  |t Structural description --  |t Switch-level description --  |t Mixed-type description --  |t Mixed-languages description --  |t Ports --  |t VHDL ports --  |t Verilog ports --  |t Operators --  |t Logical operators --  |t VHDL logical operators --  |t Verilog logical operators --  |t Relational Operators --  |t VHD Relational Operators --  |t Verilog Relational Operators --  |t Arithmetic Operators --  |t VHD Arithmeti Operators --  |t Verilog Arithmeti Operators --  |t Arithmetic operator precedence --  |t Shift and rotate operators --  |t VHDL shift/rotate operators --  |t Verilog shift operators --  |t Date types --  |t VHDL Data types --  |t Scalar types --  |t Composite types --  |t Access types --  |t File types --  |t Other types --  |t Verilog data types --  |t Nets --  |t Register --  |t Vectors --  |t Integers --  |t Real --  |t Parameter --  |t Arrays --  |t Simulation and synthesis --  |t Brief comparison of VHDL and verilog --  |t Summary --  |t Exercises --  |g Chapter 2  |t Data-flow description --  |t Highlights of data-flow description --  |t Signal declaration and assignment statement --  |t Constant declaration and constant assignment statements --  |t Assigning a delay time to the signal-assignment --  |t Data type: Vector --  |t Common programming errors --  |t Common VHDL programming errors vCommon verilog programming errors --  |g Chapter 3  |t Behavioral description --  |t Behavioral description highlights --  |t Structure of the HDL behavioral description --  |t The VHDL variable-assignment statement --  |t Sequential statements --  |t IF statement --  |t Analysis of VHDL code in listings 3.2 and 3.3 --  |t Case statement --  |t Verilog casex and casez --  |t The wait-for statement --  |t Loop statement --  |t For-loop --  |t While -loop --  |t Verilog repeat --  |t Verilog forever --  |t VHDL next and exit  |g Chapter 4  |t Structural description --  |t Highlights of structural description --  |t Organization of structural description --  |t Binding --  |t State machines --  |t generate(HDL, generic (VHDL) and parameter (verilog) --  |g Switch-level description --  |t Highlights of switch-level description --  |t Useful definitions --  |t Single NMOS and PMOS switches --  |t Verilog description of NMOS and PMOS switches --  |t Verilog description of NMOS and PMOS switches --  |t Procedure, tasks, and functions --  |t MIxed-type description --  |t Advanced HDL description --  |t Synthesis basics. 
504 |a Includes bibliographical references at the end of each chapters and index. 
546 |a English. 
590 |a Knovel  |b ACADEMIC - Software Engineering 
650 0 |a Computer hardware description languages. 
650 0 |a VHDL (Computer hardware description language) 
650 0 |a Verilog (Computer hardware description language) 
650 0 |a Integrated circuits  |x Design and construction  |x Data processing. 
650 6 |a Langages de description de matériel informatique. 
650 6 |a VHDL (Langage de description de matériel informatique) 
650 6 |a Verilog (Langage de description de matériel informatique) 
650 7 |a Computer hardware description languages  |2 fast 
650 7 |a Integrated circuits  |x Design and construction  |x Data processing  |2 fast 
650 7 |a Verilog (Computer hardware description language)  |2 fast 
650 7 |a VHDL (Computer hardware description language)  |2 fast 
776 0 8 |i Electronic reproduction of (manifestation):  |a Botros, Nazeih, 1945-  |t HDL with digital design.  |d Dulles, Virginia : Mercury Learning and Information, [2015]  |z 1938549813  |w (OCoLC)908628126 
830 0 |a Engineering series. 
856 4 0 |u https://appknovel.uam.elogim.com/kn/resources/kpHDLDD009/toc  |z Texto completo 
938 |a Books 24x7  |b B247  |n bke00082851 
938 |a Brodart  |b BROD  |n 109933168 
938 |a Baker and Taylor  |b BTCP  |n BK0013897322 
938 |a Coutts Information Services  |b COUT  |n 26425221 
938 |a YBP Library Services  |b YANK  |n 11227044 
994 |a 92  |b IZTAP