码迷,mamicode.com
首页 > 其他好文 > 详细

VHDL之code structure

时间:2015-05-06 21:01:33      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:

 

VHDL code is composed of at least 3 fundamental sections:


 1) LIBRARY declarations: Contains a list of all libraries to be used in the design. For example: ieee, std, work, etc.
 2) ENTITY: Speci?es the I/O pins of the circuit.
 3) ARCHITECTURE: Contains the VHDL code proper, which describes how the circuit should behave (function).

 

技术分享

 

A LIBRARY is a collection of commonly used pieces of code. Placing such pieces inside a library allows them to be reused or shared by other designs.

 

技术分享

VHDL之code structure

标签:

原文地址:http://www.cnblogs.com/mengdie/p/4483103.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!