K C Chang
Digital Design and Modeling with VHDL and Synthesis
K C Chang
Digital Design and Modeling with VHDL and Synthesis
- Broschiertes Buch
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
Combines VHDL and synthesis in an easy-to-follow step-by-step sequence. This approach addresses common mistakes and hard-to-understand concepts in a way that eases learning. Digital Design and Modeling with VHDL and Synthesis introduces VHDL with closely related practical design examples, simulation waveforms, and schematics so you can better understand their correspondence and relationship. This book is the result of the K.C. Chang's extensive experience in both design and teaching. Many of the design techniques and design considerations, illustrated throughout the chapters, are examples of real designs.…mehr
Andere Kunden interessierten sich auch für
- K C ChangDigital Systems Design with VHDL and Synthesis160,99 €
- Yu-Chin HsuVHDL Modeling for Digital Design Synthesis166,99 €
- Bui Minh DucReal-Time Object Uniform Design Methodology with UML110,99 €
- Donald E. ThomasThe Verilog(r) Hardware Description Language148,99 €
- Performance Modeling Computer Architect114,99 €
- From MDD Concepts to Experiments and Illustrations194,99 €
- J. Mermet (ed.)VHDL for Simulation, Synthesis and Formal Proofs of Hardware245,99 €
-
-
-
Combines VHDL and synthesis in an easy-to-follow step-by-step sequence. This approach addresses common mistakes and hard-to-understand concepts in a way that eases learning. Digital Design and Modeling with VHDL and Synthesis introduces VHDL with closely related practical design examples, simulation waveforms, and schematics so you can better understand their correspondence and relationship. This book is the result of the K.C. Chang's extensive experience in both design and teaching. Many of the design techniques and design considerations, illustrated throughout the chapters, are examples of real designs.
Hinweis: Dieser Artikel kann nur an eine deutsche Lieferadresse ausgeliefert werden.
Hinweis: Dieser Artikel kann nur an eine deutsche Lieferadresse ausgeliefert werden.
Produktdetails
- Produktdetails
- Verlag: Wiley
- Seitenzahl: 345
- Erscheinungstermin: 18. Oktober 1997
- Englisch
- Abmessung: 235mm x 191mm x 20mm
- Gewicht: 679g
- ISBN-13: 9780818677168
- ISBN-10: 0818677163
- Artikelnr.: 21232757
- Herstellerkennzeichnung
- Produktsicherheitsverantwortliche/r
- Europaallee 1
- 36244 Bad Hersfeld
- gpsr@libri.de
- Verlag: Wiley
- Seitenzahl: 345
- Erscheinungstermin: 18. Oktober 1997
- Englisch
- Abmessung: 235mm x 191mm x 20mm
- Gewicht: 679g
- ISBN-13: 9780818677168
- ISBN-10: 0818677163
- Artikelnr.: 21232757
- Herstellerkennzeichnung
- Produktsicherheitsverantwortliche/r
- Europaallee 1
- 36244 Bad Hersfeld
- gpsr@libri.de
Kwang-chih Chang, commonly known as K.C. Chang, was a Chinese-American archaeologist and sinologist. He was the John E. Hudson Professor of archaeology at Harvard University, Vice-President of the Academia Sinica, and a curator at the Peabody Museum of Archaeology and Ethnology.
Chapter 1: INTRODUCTION.
1.1 What Is VHDL?
1.2 VHDL Advantages.
1.3 What Is Logic Synthesis?.
1.4 New Design Methodology.
1.5 Book Overview.
1.6 Exercises.
Chapter 2: VHDL BASICS.
2.1 Lexial Elements, Separators, and Delimiters.
2.2 Identifiers.
2.3 Reserved Words.
2.4 Literals.
2.5 Package and Type.
2.6 Object Declaration.
2.7 Entity and Architecture.
2.8 Predefined Attributes.
2.9 Names and Operators.
2.10 Exercises.
Chapter 3: VHDL MODELLING CONCEPTS.
3.1 The Concept of the Signal.
3.2 Process Concurrency.
3.3 Delta Time.
3.4 Concurrent and Sequential Statements.
3.5 Process Activation by a Signal Event.
3.6 Signal-Valued and Signal-Related Attributes.
3.7 Exercises.
Chapter 4: SEQUENTIAL STATEMENTS.
4.1 Variable Assignment Statement.
4.2 Signal Assignment Statement.
4.3 If Statement.
4.4 Case Statement.
4.5 Loop Statement.
4.6 Next Statement.
4.7 Exit Statement.
4.8 Null Statement.
4.9 Procedure Call Statement.
4.10 Return Statement.
4.11 Assertion Statement.
4.12 Wait Statement.
4.13 Exercises.
Chapter 5: CONCURRENT STATEMENTS.
5.1 Process Statement.
5.2 Assertion Statement.
5.3 Concurrent Procedure Call Statement.
5.4 Conditional Signal Assignment Statement.
5.5 Selected Signal Assignment Statement.
5.6 Component Instantiation Statement.
5.7 Generate Statement.
5.8 Block Statement.
5.9 Exercises.
Chapter 6: SUBPROGRAMS AND PACKAGES.
6.1 Subprogram Declaration.
6.2 Subprogram Body.
6.3 Package Body.
6.4 Package Body.
6.5 Resolution Function.
6.6 Subprogram Overloading.
6.7 Subprogram Return Values and Types.
6.8 Type Casting and Type Qualification.
6.9 Exercises.
Chapter 7: DESIGN UNIT, LIBRARY, AND CONFIGURATION.
7.1 Architecture.
7.2 Entity Declaration.
7.3 Port Map and Generic Map.
7.4 Configuration.
7.5 Design Unit.
7.6 VHDL Library.
7.7 Block and Architecture Attributes.
7.8 Exercises.
Chapter 8: WRITING VHDL FOR SYNTHESIS.
8.1 General Guidelines of VHDL Synthesis.
8.2 Writing VHDL to Infer FlipFlops.
8.3 Writing VHDL to Infer Latches.
8.4 Writing VHDL to Infer Tristate Buffers.
8.5 Writing VHDL to Generate Combinational Circuits.
8.6 Putting Them Together.
8.7 Simulation versus Synthesis Differences.
8.8 Think About Hardware.
8.9 Use of Subprogram.
8.10 Synthesis Process.
8.11 Exercises.
Chapter 9: FINITE STATE MACHINES.
9.1 Finite State Machine Background.
9.2 Writing VHDL for a FSM.
9.3 FSM Initialization.
9.4 FSM Flipflop Output Signal.
9.5 FSM Synthesis.
9.6 Exercises.
Chapter 10: MORE ON BEHAVIOURAL MODELING.
10.1 File Types and File I/O.
10.2 ROM Model.
10.3 Bidirectional Pad Model.
10.4 Attribute Declaration and Attribute Specification.
10.5 Access and Record Type.
10.6 Guarded Block.
10.7 Guarded Signal and Null Waveform.
10.8 Disconnection Specification.
10.9 Writing Efficient VHDL Code.
10.10 Exercises.
Chapter 11: A DESIGN CASE AND TEST BENCH.
11.1 Design Description.
11.2 Writing VHDL Model.
11.3 Another Architecture.
11.4 A Test Bench.
11.5 Another Test Bench.
11.6 Synthesizing the Design.
11.7 Exercises.
Chapter 12: ALU DESIGN.
12.1 ALU Design Requirements.
12.2 Describing ALU with VHDL.
12.3 Improving the Design.
12.4 Simulate the Design with a Test Bench.
12.5 Exercises.
Chapter 13: A DESIGN PROJECT.
13.1 Design Requirements.
13.2 Functional VHDL Implementation.
13.3 VHDL Test Bench.
13.4 Synthesis and Layout.
13.5 Layout Backannotation and Verification.
13.6 VHDL Partitioning.
13.7 Exercises.
Chapter 14: VHDL'93.
14.1 More Regular Syntax.
14.2 Sequential Statements.
14.3 Concurrent Statements.
14.4 New Reserved Words.
14.5 Predifined STANDARD Package.
14.6 Attributes.
14.7 Direct Component Instantiation.
14.8 File and Text I/O.
14.9 Extended Identifier.
14.10 Exercises.
Appendix A: VHDL'87 QUICK REFERENCE.
Appendix B: DECLARATION PART TABLE.
Appendix C: VHDL'93 GRAMMER AND SYNTAX REFERENCE.
Index.
1.1 What Is VHDL?
1.2 VHDL Advantages.
1.3 What Is Logic Synthesis?.
1.4 New Design Methodology.
1.5 Book Overview.
1.6 Exercises.
Chapter 2: VHDL BASICS.
2.1 Lexial Elements, Separators, and Delimiters.
2.2 Identifiers.
2.3 Reserved Words.
2.4 Literals.
2.5 Package and Type.
2.6 Object Declaration.
2.7 Entity and Architecture.
2.8 Predefined Attributes.
2.9 Names and Operators.
2.10 Exercises.
Chapter 3: VHDL MODELLING CONCEPTS.
3.1 The Concept of the Signal.
3.2 Process Concurrency.
3.3 Delta Time.
3.4 Concurrent and Sequential Statements.
3.5 Process Activation by a Signal Event.
3.6 Signal-Valued and Signal-Related Attributes.
3.7 Exercises.
Chapter 4: SEQUENTIAL STATEMENTS.
4.1 Variable Assignment Statement.
4.2 Signal Assignment Statement.
4.3 If Statement.
4.4 Case Statement.
4.5 Loop Statement.
4.6 Next Statement.
4.7 Exit Statement.
4.8 Null Statement.
4.9 Procedure Call Statement.
4.10 Return Statement.
4.11 Assertion Statement.
4.12 Wait Statement.
4.13 Exercises.
Chapter 5: CONCURRENT STATEMENTS.
5.1 Process Statement.
5.2 Assertion Statement.
5.3 Concurrent Procedure Call Statement.
5.4 Conditional Signal Assignment Statement.
5.5 Selected Signal Assignment Statement.
5.6 Component Instantiation Statement.
5.7 Generate Statement.
5.8 Block Statement.
5.9 Exercises.
Chapter 6: SUBPROGRAMS AND PACKAGES.
6.1 Subprogram Declaration.
6.2 Subprogram Body.
6.3 Package Body.
6.4 Package Body.
6.5 Resolution Function.
6.6 Subprogram Overloading.
6.7 Subprogram Return Values and Types.
6.8 Type Casting and Type Qualification.
6.9 Exercises.
Chapter 7: DESIGN UNIT, LIBRARY, AND CONFIGURATION.
7.1 Architecture.
7.2 Entity Declaration.
7.3 Port Map and Generic Map.
7.4 Configuration.
7.5 Design Unit.
7.6 VHDL Library.
7.7 Block and Architecture Attributes.
7.8 Exercises.
Chapter 8: WRITING VHDL FOR SYNTHESIS.
8.1 General Guidelines of VHDL Synthesis.
8.2 Writing VHDL to Infer FlipFlops.
8.3 Writing VHDL to Infer Latches.
8.4 Writing VHDL to Infer Tristate Buffers.
8.5 Writing VHDL to Generate Combinational Circuits.
8.6 Putting Them Together.
8.7 Simulation versus Synthesis Differences.
8.8 Think About Hardware.
8.9 Use of Subprogram.
8.10 Synthesis Process.
8.11 Exercises.
Chapter 9: FINITE STATE MACHINES.
9.1 Finite State Machine Background.
9.2 Writing VHDL for a FSM.
9.3 FSM Initialization.
9.4 FSM Flipflop Output Signal.
9.5 FSM Synthesis.
9.6 Exercises.
Chapter 10: MORE ON BEHAVIOURAL MODELING.
10.1 File Types and File I/O.
10.2 ROM Model.
10.3 Bidirectional Pad Model.
10.4 Attribute Declaration and Attribute Specification.
10.5 Access and Record Type.
10.6 Guarded Block.
10.7 Guarded Signal and Null Waveform.
10.8 Disconnection Specification.
10.9 Writing Efficient VHDL Code.
10.10 Exercises.
Chapter 11: A DESIGN CASE AND TEST BENCH.
11.1 Design Description.
11.2 Writing VHDL Model.
11.3 Another Architecture.
11.4 A Test Bench.
11.5 Another Test Bench.
11.6 Synthesizing the Design.
11.7 Exercises.
Chapter 12: ALU DESIGN.
12.1 ALU Design Requirements.
12.2 Describing ALU with VHDL.
12.3 Improving the Design.
12.4 Simulate the Design with a Test Bench.
12.5 Exercises.
Chapter 13: A DESIGN PROJECT.
13.1 Design Requirements.
13.2 Functional VHDL Implementation.
13.3 VHDL Test Bench.
13.4 Synthesis and Layout.
13.5 Layout Backannotation and Verification.
13.6 VHDL Partitioning.
13.7 Exercises.
Chapter 14: VHDL'93.
14.1 More Regular Syntax.
14.2 Sequential Statements.
14.3 Concurrent Statements.
14.4 New Reserved Words.
14.5 Predifined STANDARD Package.
14.6 Attributes.
14.7 Direct Component Instantiation.
14.8 File and Text I/O.
14.9 Extended Identifier.
14.10 Exercises.
Appendix A: VHDL'87 QUICK REFERENCE.
Appendix B: DECLARATION PART TABLE.
Appendix C: VHDL'93 GRAMMER AND SYNTAX REFERENCE.
Index.
Chapter 1: INTRODUCTION.
1.1 What Is VHDL?
1.2 VHDL Advantages.
1.3 What Is Logic Synthesis?.
1.4 New Design Methodology.
1.5 Book Overview.
1.6 Exercises.
Chapter 2: VHDL BASICS.
2.1 Lexial Elements, Separators, and Delimiters.
2.2 Identifiers.
2.3 Reserved Words.
2.4 Literals.
2.5 Package and Type.
2.6 Object Declaration.
2.7 Entity and Architecture.
2.8 Predefined Attributes.
2.9 Names and Operators.
2.10 Exercises.
Chapter 3: VHDL MODELLING CONCEPTS.
3.1 The Concept of the Signal.
3.2 Process Concurrency.
3.3 Delta Time.
3.4 Concurrent and Sequential Statements.
3.5 Process Activation by a Signal Event.
3.6 Signal-Valued and Signal-Related Attributes.
3.7 Exercises.
Chapter 4: SEQUENTIAL STATEMENTS.
4.1 Variable Assignment Statement.
4.2 Signal Assignment Statement.
4.3 If Statement.
4.4 Case Statement.
4.5 Loop Statement.
4.6 Next Statement.
4.7 Exit Statement.
4.8 Null Statement.
4.9 Procedure Call Statement.
4.10 Return Statement.
4.11 Assertion Statement.
4.12 Wait Statement.
4.13 Exercises.
Chapter 5: CONCURRENT STATEMENTS.
5.1 Process Statement.
5.2 Assertion Statement.
5.3 Concurrent Procedure Call Statement.
5.4 Conditional Signal Assignment Statement.
5.5 Selected Signal Assignment Statement.
5.6 Component Instantiation Statement.
5.7 Generate Statement.
5.8 Block Statement.
5.9 Exercises.
Chapter 6: SUBPROGRAMS AND PACKAGES.
6.1 Subprogram Declaration.
6.2 Subprogram Body.
6.3 Package Body.
6.4 Package Body.
6.5 Resolution Function.
6.6 Subprogram Overloading.
6.7 Subprogram Return Values and Types.
6.8 Type Casting and Type Qualification.
6.9 Exercises.
Chapter 7: DESIGN UNIT, LIBRARY, AND CONFIGURATION.
7.1 Architecture.
7.2 Entity Declaration.
7.3 Port Map and Generic Map.
7.4 Configuration.
7.5 Design Unit.
7.6 VHDL Library.
7.7 Block and Architecture Attributes.
7.8 Exercises.
Chapter 8: WRITING VHDL FOR SYNTHESIS.
8.1 General Guidelines of VHDL Synthesis.
8.2 Writing VHDL to Infer FlipFlops.
8.3 Writing VHDL to Infer Latches.
8.4 Writing VHDL to Infer Tristate Buffers.
8.5 Writing VHDL to Generate Combinational Circuits.
8.6 Putting Them Together.
8.7 Simulation versus Synthesis Differences.
8.8 Think About Hardware.
8.9 Use of Subprogram.
8.10 Synthesis Process.
8.11 Exercises.
Chapter 9: FINITE STATE MACHINES.
9.1 Finite State Machine Background.
9.2 Writing VHDL for a FSM.
9.3 FSM Initialization.
9.4 FSM Flipflop Output Signal.
9.5 FSM Synthesis.
9.6 Exercises.
Chapter 10: MORE ON BEHAVIOURAL MODELING.
10.1 File Types and File I/O.
10.2 ROM Model.
10.3 Bidirectional Pad Model.
10.4 Attribute Declaration and Attribute Specification.
10.5 Access and Record Type.
10.6 Guarded Block.
10.7 Guarded Signal and Null Waveform.
10.8 Disconnection Specification.
10.9 Writing Efficient VHDL Code.
10.10 Exercises.
Chapter 11: A DESIGN CASE AND TEST BENCH.
11.1 Design Description.
11.2 Writing VHDL Model.
11.3 Another Architecture.
11.4 A Test Bench.
11.5 Another Test Bench.
11.6 Synthesizing the Design.
11.7 Exercises.
Chapter 12: ALU DESIGN.
12.1 ALU Design Requirements.
12.2 Describing ALU with VHDL.
12.3 Improving the Design.
12.4 Simulate the Design with a Test Bench.
12.5 Exercises.
Chapter 13: A DESIGN PROJECT.
13.1 Design Requirements.
13.2 Functional VHDL Implementation.
13.3 VHDL Test Bench.
13.4 Synthesis and Layout.
13.5 Layout Backannotation and Verification.
13.6 VHDL Partitioning.
13.7 Exercises.
Chapter 14: VHDL'93.
14.1 More Regular Syntax.
14.2 Sequential Statements.
14.3 Concurrent Statements.
14.4 New Reserved Words.
14.5 Predifined STANDARD Package.
14.6 Attributes.
14.7 Direct Component Instantiation.
14.8 File and Text I/O.
14.9 Extended Identifier.
14.10 Exercises.
Appendix A: VHDL'87 QUICK REFERENCE.
Appendix B: DECLARATION PART TABLE.
Appendix C: VHDL'93 GRAMMER AND SYNTAX REFERENCE.
Index.
1.1 What Is VHDL?
1.2 VHDL Advantages.
1.3 What Is Logic Synthesis?.
1.4 New Design Methodology.
1.5 Book Overview.
1.6 Exercises.
Chapter 2: VHDL BASICS.
2.1 Lexial Elements, Separators, and Delimiters.
2.2 Identifiers.
2.3 Reserved Words.
2.4 Literals.
2.5 Package and Type.
2.6 Object Declaration.
2.7 Entity and Architecture.
2.8 Predefined Attributes.
2.9 Names and Operators.
2.10 Exercises.
Chapter 3: VHDL MODELLING CONCEPTS.
3.1 The Concept of the Signal.
3.2 Process Concurrency.
3.3 Delta Time.
3.4 Concurrent and Sequential Statements.
3.5 Process Activation by a Signal Event.
3.6 Signal-Valued and Signal-Related Attributes.
3.7 Exercises.
Chapter 4: SEQUENTIAL STATEMENTS.
4.1 Variable Assignment Statement.
4.2 Signal Assignment Statement.
4.3 If Statement.
4.4 Case Statement.
4.5 Loop Statement.
4.6 Next Statement.
4.7 Exit Statement.
4.8 Null Statement.
4.9 Procedure Call Statement.
4.10 Return Statement.
4.11 Assertion Statement.
4.12 Wait Statement.
4.13 Exercises.
Chapter 5: CONCURRENT STATEMENTS.
5.1 Process Statement.
5.2 Assertion Statement.
5.3 Concurrent Procedure Call Statement.
5.4 Conditional Signal Assignment Statement.
5.5 Selected Signal Assignment Statement.
5.6 Component Instantiation Statement.
5.7 Generate Statement.
5.8 Block Statement.
5.9 Exercises.
Chapter 6: SUBPROGRAMS AND PACKAGES.
6.1 Subprogram Declaration.
6.2 Subprogram Body.
6.3 Package Body.
6.4 Package Body.
6.5 Resolution Function.
6.6 Subprogram Overloading.
6.7 Subprogram Return Values and Types.
6.8 Type Casting and Type Qualification.
6.9 Exercises.
Chapter 7: DESIGN UNIT, LIBRARY, AND CONFIGURATION.
7.1 Architecture.
7.2 Entity Declaration.
7.3 Port Map and Generic Map.
7.4 Configuration.
7.5 Design Unit.
7.6 VHDL Library.
7.7 Block and Architecture Attributes.
7.8 Exercises.
Chapter 8: WRITING VHDL FOR SYNTHESIS.
8.1 General Guidelines of VHDL Synthesis.
8.2 Writing VHDL to Infer FlipFlops.
8.3 Writing VHDL to Infer Latches.
8.4 Writing VHDL to Infer Tristate Buffers.
8.5 Writing VHDL to Generate Combinational Circuits.
8.6 Putting Them Together.
8.7 Simulation versus Synthesis Differences.
8.8 Think About Hardware.
8.9 Use of Subprogram.
8.10 Synthesis Process.
8.11 Exercises.
Chapter 9: FINITE STATE MACHINES.
9.1 Finite State Machine Background.
9.2 Writing VHDL for a FSM.
9.3 FSM Initialization.
9.4 FSM Flipflop Output Signal.
9.5 FSM Synthesis.
9.6 Exercises.
Chapter 10: MORE ON BEHAVIOURAL MODELING.
10.1 File Types and File I/O.
10.2 ROM Model.
10.3 Bidirectional Pad Model.
10.4 Attribute Declaration and Attribute Specification.
10.5 Access and Record Type.
10.6 Guarded Block.
10.7 Guarded Signal and Null Waveform.
10.8 Disconnection Specification.
10.9 Writing Efficient VHDL Code.
10.10 Exercises.
Chapter 11: A DESIGN CASE AND TEST BENCH.
11.1 Design Description.
11.2 Writing VHDL Model.
11.3 Another Architecture.
11.4 A Test Bench.
11.5 Another Test Bench.
11.6 Synthesizing the Design.
11.7 Exercises.
Chapter 12: ALU DESIGN.
12.1 ALU Design Requirements.
12.2 Describing ALU with VHDL.
12.3 Improving the Design.
12.4 Simulate the Design with a Test Bench.
12.5 Exercises.
Chapter 13: A DESIGN PROJECT.
13.1 Design Requirements.
13.2 Functional VHDL Implementation.
13.3 VHDL Test Bench.
13.4 Synthesis and Layout.
13.5 Layout Backannotation and Verification.
13.6 VHDL Partitioning.
13.7 Exercises.
Chapter 14: VHDL'93.
14.1 More Regular Syntax.
14.2 Sequential Statements.
14.3 Concurrent Statements.
14.4 New Reserved Words.
14.5 Predifined STANDARD Package.
14.6 Attributes.
14.7 Direct Component Instantiation.
14.8 File and Text I/O.
14.9 Extended Identifier.
14.10 Exercises.
Appendix A: VHDL'87 QUICK REFERENCE.
Appendix B: DECLARATION PART TABLE.
Appendix C: VHDL'93 GRAMMER AND SYNTAX REFERENCE.
Index.