Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
VHDL
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Advantages== The key advantage of VHDL, when used for systems design, is that it allows the behavior of the required system to be described (modeled) and verified (simulated) before synthesis tools translate the design into real hardware (gates and wires). Another benefit is that VHDL allows the description of a [[concurrent system]]. VHDL is a [[Dataflow programming|dataflow language]] in which every statement is considered for execution simultaneously, unlike procedural computing languages such as BASIC, C, and assembly language, where a sequence of statements is run sequentially one instruction at a time. A VHDL project is multipurpose. Being created once, a calculation block can be used in many other projects. However, many formational and functional block parameters can be tuned (capacity parameters, memory size, element base, block composition and interconnection structure). A VHDL project is portable. Being created for one element base, a computing device project can be ported on another element base; for example, [[VLSI]] with various technologies. A big advantage of VHDL compared to original [[Verilog]] is that VHDL has a full [[type system]]. Designers can use the type system to write much more structured code (especially by declaring [[Record (computer science)|record]] types).<ref>{{cite web |url=http://gaisler.com/doc/structdesign.pdf |archive-url=https://ghostarchive.org/archive/20221010/http://gaisler.com/doc/structdesign.pdf |archive-date=2022-10-10 |url-status=live |access-date=15 November 2017 |title=A structured VHDL Design Method |author=Jiri Gaisler}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)