|
【文件名】:06221@52RD_Documentation Of Digital Electronic Systems With VHDL.rar
【格 式】:rar
【大 小】:1816K
【简 介】:
1. This handbook is approved for use by all Departments and Agencies of the Department of Defense (DoD).
2. This handbook is for guidance only. This handbook cannot be cited as a requirement. If it is, the contractor
does not have to comply.
3. This handbook was developed to provide guidance to Department of Defense personnel who are writing requests
for proposals for military digital electronic systems, DoD contractors who are developing very high-speed
integrated circuit (VHSIC) hardware description language (VHDL) models for the Government, and DoD engineers,
scientists, and management or independent validation and verification contractors who are evaluating or reviewing
models delivered to the Government. It documents the state of the art and existing technologies for VHDL
model development. Addressed in the handbook are which VHDL models are required to be delivered with a contract,
which VHDL models should be developed during the different stages of the lifetime of a system, and how
VHDL models can be structured to be consistent with modeling standards.
4. This handbook was developed under the auspices of the US Army Materiel Command’s Engineering Design
Handbook Program, which is under the direction of the US Army Industrial Engineering Activity. Research Triangle
Institute (RTI) was the prime contractor for this handbook under Contract No. DAAA09-86-D-0009. The handbook
was authored by Dr. Geoffrey A. Frank and edited by Ray C. Anderson of RTI. Development of this handbook was
guided by a technical working group that included Mr. Gerald T. Michael, US Army Research Laboratory, chairman;
Dr. John W. Hines, US Air Force Wright Laboratory; Mr. J. P. Letellier, US Naval Research Laboratory; and
Mr. Michael A. Frye, US Department of Defense, Defense Logistics Agency.
5. Beneficial comments (recommendations, additions, deletions) and any pertinent data that may be of use in improving
this document should be addressed to Defense Supply Center Columbus, ATTN: Director-VA, 3990 East
Broad Street, Columbus, OH 43216-5000, by using the Standardization Document Improvement Proposal (DD
Form 1426) appearing at the end of this document or by letter.
【目 录】:
iii
CONTENTS
FOREWORD ...............................................ii
LIST OF ILLUSTRATIONS ......................ix
LIST OF TABLES ......................................xi
LIST OF ABBREVIATIONS AND ACRONYMS...................................................................................................................xii
CHAPTER 1
INTRODUCTION
1-1 PURPOSE ..................................... 1-1
1-2 SCOPE .......................................... 1-1
1-3 INTENDED AUDIENCE ............. 1-1
1-4 HISTORY, PURPOSE, AND SCOPE OF VHDL ....................................................................................................... 1-2
1-4.1 HISTORY OF VHDL ..... 1-2
1-4.2 THE PURPOSE OF VHDL ............................................................................................................................ 1-2
1-4.3 THE SCOPE OF VHDL .. 1-3
1-5 RELATED INDUSTRY STANDARDS ...................................................................................................................... 1-3
1-6 OVERVIEW ................................. 1-3
REFERENCES ....................................... 1-4
BIBLIOGRAPHY .................................. 1-5
CHAPTER 2
HARDWARE DESCRIPTION CONCEPTS
2-1 INTRODUCTION ........................ 2-1
2-2 LEVELS OF ABSTRACTION IN MODELS OF DIGITAL ELECTRONIC SYSTEMS .......................................... 2-2
2-2.1 OVERVIEW .................... 2-2
2-2.2 NETWORK MODELS .... 2-3
2-2.2.1 Performance Models . 2-3
2-2.2.2 Interface models ....... 2-3
2-2.3 ALGORITHMIC MODELS ............................................................................................................................ 2-4
2-2.4 INSTRUCTION SET ARCHITECTURE MODELS ..................................................................................... 2-4
2-2.5 REGISTER-TRANSFER MODELS ............................................................................................................... 2-4
2-2.6 GATE-LEVEL MODELS ............................................................................................................................... 2-4
2-2.7 USES OF ABSTRACTION AND HIERARCHICAL DECOMPOSITION IN THE DESIGN
PROCESS ........................ 2-5
2-3 BEHAVIORAL DESCRIPTIONS OF HARDWARE DESIGNS ............................................................................... 2-5
2-3.1 THE PURPOSE OF BEHAVIORAL DESCRIPTIONS ................................................................................ 2-5
2-3.2 THE USE OF HIERARCHY IN BEHAVIORAL DESCRIPTIONS ............................................................. 2-6
2-3.3 EXAMPLE OF A BEHAVIORAL DESCRIPTION ...................................................................................... 2-7
2-4 STRUCTURAL DESCRIPTIONS OF HARDWARE DESIGNS ............................................................................... 2-12
2-4.1 THE PURPOSE OF STRUCTURAL DESCRIPTIONS ................................................................................ 2-12
2-4.2 THE USE OF HIERARCHY IN STRUCTURAL DESCRIPTIONS ............................................................. 2-13
2-4.2.1 Hierarchical Decomposition Based on Physical Elements ....................................................................... 2-13
2-4.2.2 Leaf Modules in a Hierarchical Structural Description ............................................................................ 2-14
2-4.3 EXAMPLES OF STRUCTURAL DESCRIPTIONS ..................................................................................... 2-14
2-4.3.1 Algorithmic-Level Structural Description ................................................................................................ 2-14
2-4.3.2 Register-Transfer-Level Structural Description ....................................................................................... 2-20
2-5 MIXED ABSTRACTION MODELS ........................................................................................................................... 2-22
2-5.1 THE PURPOSE OF MIXED LEVEL OF ABSTRACTION MODELS ........................................................ 2-22
2-5.2 DESIGNING MODULES FOR MIXED ABSTRACTION MODELS .......................................................... 2-22
2-5.3 AN EXAMPLE OF A MIXED LEVEL OF ABSTRACTION MODEL ....................................................... 2-23
REFERENCES ....................................... 2-23
BIBLIOGRAPHY .................................. 2-24
MIL-HDBK-62
iv
CHAPTER 3
VHDL CONCEPTS
3-1 INTRODUCTION ........................ 3-1
3-2 BASIC VHDL CONCEPTS ......... 3-1
3-2.1 VHDL DESIGN ENTITIES ............................................................................................................................ 3-1
3-2.1.1 Entity Interfaces ........ 3-2
3-2.1.2 Architecture Bodies .. 3-3
3-2.2 THE VHDL CONCEPT OF TIME ................................................................................................................. 3-4
3-2.3 SIGNALS ........................ 3-4
3-2.3.1 Signal Assignment Statements ................................................................................................................. 3-4
3-2.3.2 Resolution Functions 3-5
3-3 VHDL SUPPORT FOR BEHAVIORAL DESIGN ..................................................................................................... 3-6
3-3.1 PROCESSES ................... 3-6
3-3.2 WAIT STATEMENTS .... 3-7
3-3.3 A BEHAVIORAL DESIGN EXAMPLE ........................................................................................................ 3-7
3-4 VHDL SUPPORT FOR STRUCTURAL DESIGN ..................................................................................................... 3-8
3-4.1 STRUCTURAL ARCHITECTURE BODIES ................................................................................................ 3-8
3-4.2 COMPONENTS .............. 3-8
3-4.2.1 Component Declarations .......................................................................................................................... 3-8
3-4.2.2 Component Instantiations and Interconnections ....................................................................................... 3-9
3-4.3 A STRUCTURAL DESIGN EXAMPLE ....................................................................................................... 3-9
3-5 VHDL SUPPORT FOR DATA ABSTRACTION ....................................................................................................... 3-10
3-5.1 USER-DEFINED TYPES ............................................................................................................................... 3-11
3-5.2 TYPE CONVERSION FUNCTIONS ............................................................................................................. 3-11
3-5.3 OVERLOADED OPERATORS ..................................................................................................................... 3-12
3-6 VHDL SUPPORT FOR ANNOTATING MODELS ................................................................................................... 3-12
3-6.1 ATTRIBUTES ................. 3-12
3-6.2 GENERIC CONSTANTS ............................................................................................................................... 3-13
3-6.3 PHYSICAL TYPES ........ 3-13
3-7 ERROR HANDLING WITH VHDL ............................................................................................................................ 3-14
3-7.1 ASSERTION STATEMENTS ........................................................................................................................ 3-14
3-7.2 HANDLING SIGNAL ERROR STATES ...................................................................................................... 3-15
3-8 VHDL SUPPORT FOR SHARING AND REUSE ...................................................................................................... 3-15
3-8.1 VHDL DESIGN LIBRARIES ......................................................................................................................... 3-16
3-8.1.1 Declaring and Using Libraries .................................................................................................................. 3-16
3-8.1.2 Constructing Libraries .............................................................................................................................. 3-19
3-8.2 VHDL PACKAGES ........ 3-20
3-8.2.1 Constructing VHDL Packages .................................................................................................................. 3-20
3-8.2.2 Declaring and Using Packages ................................................................................................................. 3-20
3-8.3 CONFIGURATION SPECIFICATIONS AND DECLARATIONS .............................................................. 3-20
3-8.3.1 Constructing Configuration Specifications and Declarations .................................................................. 3-21
3-8.3.2 Using Configuration Specifications and Declarations .............................................................................. 3-22
REFERENCES........................................ 3-24
BIBLIOGRAPHY ................................... 3-24
CHAPTER 4
DoD REQUIREMENTS FOR THE USE OF VHDL
4-1 INTRODUCTION ........................ 4-1
4-2 MIL-HDBK-454 GUIDELINES FOR THE USE OF VHDL ...................................................................................... 4-1
4-2.1 DOCUMENTATION OF ASICs DEVELOPED FOR THE GOVERNMENT WITH VHDL ..................... 4-1
4-2.2 DOCUMENTATION OF QUALIFIED DIGITAL INTEGRATED CIRCUITS WITH VHDL ................... 4-2
4-2.3 THE LIBRARY OF VHDL DESCRIPTIONS OF STANDARD DIGITAL PARTS .................................... 4-2
4-2.4 TEST BENCH REQUIREMENTS FOR VHDL DESCRIPTIONS................................................................ 4-2
4-3 OVERVIEW OF THE VHDL DATA ITEM DESCRIPTION .................................................................................... 4-2
4-3.1 ENTITY INTERFACE REQUIREMENTS .................................................................................................... 4-3
v
MIL-HDBK-62
4-3.1.1 Entity Names ............ 4-3
4-3.1.2 Input and Output Definitions .................................................................................................................... 4-3
4-3.2 BEHAVIORAL DESCRIPTIONS .................................................................................................................. 4-4
4-3.2.1 Functional Decomposition ........................................................................................................................ 4-4
4-3.2.2 Timing Descriptions . 4-5
4-3.3 STRUCTURAL DESCRIPTIONS .................................................................................................................. 4-5
4-3.3.1 Acceptable Primitive Elements ................................................................................................................ 4-5
4-3.3.2 Testability Requirements .......................................................................................................................... 4-5
4-3.4 TEST BENCH REQUIREMENTS ................................................................................................................. 4-6
4-3.4.1 Test Bench Functions ............................................................................................................................... 4-6
4-3.4.2 Test Bench Relationships to Design Modules .......................................................................................... 4-7
4-3.5 ERROR MESSAGES ...... 4-7
4-3.6 DOCUMENTATION FORMAT .................................................................................................................... 4-7
4-3.7 REQUIRED ANNOTATIONS OF VHDL MODULES ................................................................................. 4-8
4-3.8 AN EXAMPLE OF A TAILORED DID ........................................................................................................ 4-8
REFERENCES........................................ 4-8
BIBLIOGRAPHY ................................... 4-9
[UseMoney=3]
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
×
|