首页 > 其他 > 详细

VHDL之code structure

时间:2015-05-06 21:00:58      阅读:264      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!