BS IEC 61691-1-1-2011 Behavioural languages VHDL Language reference manual《行为语言 VHDL语言参考手册》.pdf
《BS IEC 61691-1-1-2011 Behavioural languages VHDL Language reference manual《行为语言 VHDL语言参考手册》.pdf》由会员分享,可在线阅读,更多相关《BS IEC 61691-1-1-2011 Behavioural languages VHDL Language reference manual《行为语言 VHDL语言参考手册》.pdf(648页珍藏版)》请在麦多课文档分享上搜索。
1、raising standards worldwideNO COPYING WITHOUT BSI PERMISSION EXCEPT AS PERMITTED BY COPYRIGHT LAWBSI Standards PublicationBehavioural languagesPart 1-1: VHDL Language reference manualBS IEC 61691-1-1:2011National forewordThis British Standard is the UK implementation of IEC 61691-1-1:2011. Itsuperse
2、des BS IEC 61691-1-1:2004 which is withdrawn.The UK participation in its preparation was entrusted to Technical CommitteeGEL/93, Design automation.A list of organizations represented on this committee can be obtained onrequest to its secretary.This publication does not purport to include all the nec
3、essary provisions of acontract. Users are responsible for its correct application. BSI 2011ISBN 978 0 580 75662 7ICS 35.060Compliance with a British Standard cannot confer immunity fromlegal obligations.This British Standard was published under the authority of the StandardsPolicy and Strategy Commi
4、ttee on 31 July 2011.Amendments issued since publicationAmd. No. Date Text affectedBRITISH STANDARDBS IEC 61691-1-1:2011IEC 61691-1-1Edition 2.0 2011-05INTERNATIONAL STANDARD Behavioural languages Part 1-1: VHDL Language Reference Manual INTERNATIONAL ELECTROTECHNICAL COMMISSION XSICS 25.040 / 35.06
5、0 PRICE CODEISBN 978-2-88912-440-4IEEE Std 1076BS IEC 61691-1-1:2011- i - IEC 61691-1-1:2011(E)IEEE Std 1076-2008Published by IEC under license from IEEE. 2008 IEEE. All rights reserved.Contents1. Overview of this standard 11.1 Scope 11.2 Purpose. 11.3 Structure and terminology of this standard 22.
6、Normative references. 53. Design entities and configurations. 73.1 General. 73.2 Entity declarations . 73.3 Architecture bodies 103.4 Configuration declarations. 134. Subprograms and packages 194.1 General. 194.2 Subprogram declarations . 194.3 Subprogram bodies 234.4 Subprogram instantiation declar
7、ations. 264.5 Subprogram overloading 264.6 Resolution functions 294.7 Package declarations 304.8 Package bodies. 314.9 Package instantiation declarations . 334.10 Conformance rules. 345. Types 355.1 General. 355.2 Scalar types 365.3 Composite types. 445.4 Access types. 535.5 File types 555.6 Protect
8、ed types. 585.7 String representations 616. Declarations . 636.1 General. 636.2 Type declarations. 646.3 Subtype declarations 646.4 Objects . 666.5 Interface declarations. 736.6 Alias declarations. 896.7 Attribute declarations. 926.8 Component declarations 936.9 Group template declarations 936.10 Gr
9、oup declarations. 936.11 PSL clock declarations. 94BS IEC 61691-1-1:2011IEC 61691-1-1:2011(E) - ii - IEEE Std 1076-2008Published by IEC under license from IEEE. 2008 IEEE. All rights reserved.7. Specifications. 957.1 General. 957.2 Attribute specification 957.3 Configuration specification 987.4 Disc
10、onnection specification. 1038. Names 1078.1 General. 1078.2 Simple names. 1088.3 Selected names. 1088.4 Indexed names . 1118.5 Slice names 1128.6 Attribute names 1128.7 External names. 1139. Expressions 1179.1 General. 1179.2 Operators 1189.3 Operands 1319.4 Static expressions. 1399.5 Universal expr
11、essions 14210. Sequential statements. 14510.1 General. 14510.2 Wait statement . 14510.3 Assertion statement 14710.4 Report statement 14810.5 Signal assignment statement 14910.6 Variable assignment statement 16010.7 Procedure call statement 16310.8 If statement 16410.9 Case statement . 16410.10Loop s
12、tatement 16610.11Next statement 16710.12Exit statement . 16710.13Return statement . 16810.14Null statement . 16811. Concurrent statements 16911.1 General. 16911.2 Block statement 16911.3 Process statement. 17011.4 Concurrent procedure call statements 17211.5 Concurrent assertion statements 17311.6 C
13、oncurrent signal assignment statements 17411.7 Component instantiation statements 17611.8 Generate statements . 182BS IEC 61691-1-1:2011- iii - IEC 61691-1-1:2011(E)IEEE Std 1076-2008Published by IEC under license from IEEE. 2008 IEEE. All rights reserved.12. Scope and visibility 18512.1 Declarative
14、 region 18512.2 Scope of declarations . 18512.3 Visibility 18712.4 Use clauses. 19112.5 The context of overload resolution 19213. Design units and their analysis 19513.1 Design units . 19513.2 Design libraries 19513.3 Context declarations 19713.4 Context clauses 19713.5 Order of analysis 19814. Elab
15、oration and execution . 19914.1 General. 19914.2 Elaboration of a design hierarchy 19914.3 Elaboration of a block, package, or subprogram header 20214.4 Elaboration of a declarative part 20514.5 Elaboration of a statement part 21014.6 Dynamic elaboration 21314.7 Execution of a model . 21415. Lexical
16、 elements . 22515.1 General. 22515.2 Character set 22515.3 Lexical elements, separators, and delimiters . 22715.4 Identifiers . 22915.5 Abstract literals 23015.6 Character literals 23115.7 String literals 23115.8 Bit string literals. 23215.9 Comments 23415.10Reserved words. 23515.11Tool directives 2
17、3716. Predefined language environment . 23916.1 General. 23916.2 Predefined attributes 23916.3 Package STANDARD . 25416.4 Package TEXTIO. 26816.5 Standard environment package27416.6 Standard mathematical packages . 27516.7 Standard multivalue logic package 27616.8 Standard synthesis packages 27716.9
18、 Standard synthesis context declarations 28316.10Fixed-point package 28316.11Floating-point package . 284BS IEC 61691-1-1:2011IEC 61691-1-1:2011(E) - iv - IEEE Std 1076-2008Published by IEC under license from IEEE. 2008 IEEE. All rights reserved.17. VHDL Procedural Interface overview. 28517.1 Genera
19、l. 28517.2 Organization of the interface . 28517.3 Capability sets 28617.4 Handles 28818. VHPI access functions . 29118.1 General. 29118.2 Information access functions . 29118.3 Property access functions. 29318.4 Access by name function . 29419. VHPI information model . 29519.1 General. 29519.2 Form
20、al notation 29519.3 Class inheritance hierarchy 29619.4 Name properties. 29719.5 The stdUninstantiated package 31019.6 The stdHierarchy package . 31319.7 The stdTypes package 32019.8 The stdExpr package 32219.9 The stdSpec package 32519.10The stdSubprograms package .32719.11The stdStmts package . 32
21、919.12The stdConnectivity package 33519.13The stdCallbacks package. 34019.14The stdEngine package . 34019.15The stdForeign package 34119.16The stdMeta package 34119.17The stdTool package. 34319.18Application contexts . 34420. VHPI tool execution 34520.1 General. 34520.2 Registration phase 34520.3 An
22、alysis phase . 35120.4 Elaboration phase. 35120.5 Initialization phase. 35320.6 Simulation phase 35320.7 Save phase 35320.8 Restart phase 35420.9 Reset phase 35420.10Termination phase. 35521. VHPI callbacks 35721.1 General. 35721.2 Callback functions . 35721.3 Callback reasons 359BS IEC 61691-1-1:20
23、11- v - IEC 61691-1-1:2011(E)IEEE Std 1076-2008Published by IEC under license from IEEE. 2008 IEEE. All rights reserved.22. VHPI value access and update. 37122.1 General. 37122.2 Value structures and types . 37122.3 Reading object values 37422.4 Formatting values 37522.5 Updating object values. 3772
24、2.6 Scheduling transactions on drivers 38123. VHPI function reference 38523.1 General. 38523.2 vhpi_assert . 38523.3 vhpi_check_error . 38623.4 vhpi_compare_handles 38823.5 vhpi_control . 38923.6 vhpi_create. 39023.7 vhpi_disable_cb . 39223.8 vhpi_enable_cb 39323.9 vhpi_format_value . 39423.10vhpi_g
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- BSIEC61691112011BEHAVIOURALLANGUAGESVHDLLANGUAGEREFERENCEMANUAL 行为 语言 VHDL 参考手册 PDF

链接地址:http://www.mydoc123.com/p-583031.html