Archive

Archive for August, 2008

DSLWEB is now no.1 in google de

August 7th, 2008 admin No comments

很牛很强大….

Tags/标签:

Related posts

Categories: 随便写写 Tags:

VHDL Structural Descriptions 1 building blocks

August 6th, 2008 admin No comments

http://www.gmvhdl.com/building.htm

To make designs more understandable and maintainable, a design is typically decomposed into several blocks. These blocks are then connected together to form a complete design. Using the schematic capture approach to design, this might be done with a block diagram editor. Every portion of a VHDL design is considered a block. A VHDL design may be completely described in a single block, or it may be decomposed in several blocks. Each block in VHDL is analogous to an off-the-shelf part and is called an entity. The entity describes the interface to that block and a separate part associated with the entity describes how that block operates. The interface description is like a pin description in a data book, specifying the inputs and outputs to the block. The description of the operation of the part is like a schematic for the block. For the remainder of the tutorial we will refer to a block as a design, even though a complete design may be a collection of many blocks interconnected.
Read more…

Tags/标签:

Related posts

Categories: VHDL Tags:

VHDL Day 001 – getting to know

August 6th, 2008 admin No comments

What Is VHDL

VHDL-1076 (VHSIC (Very High Speed Integrated Circuits) Hardware Description Language) is an IEEE Standard since 1987. It is “a formal notation intended for use in all phases of the creation of electronic systems. … it supports the development, verification, synthesis, and testing of hardware designs, the communication of hardware design data …” [Preface to the IEEE Standard VHDL Language Reference Manual] and especially simulation of hardware descriptions. Additionally, VHDL-models are a DoD requirement for vendors.

Read more…

Tags/标签:

Related posts

Categories: VHDL Tags: