Jump to content

VHDL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
VHDL or '''Very High Speed Integrated Circuit Hardware Description Language''' is a hardware description language based on [[Ada]] that is used to describe analogue or digital integrated circuits and to program gate arrays and FPGAs.
'''Very High Speed Integrated Circuit Hardware Description Language''' (''VHDL'') is a hardware description language based on [[Ada]] that is used to describe analogue or digital integrated circuits and to program gate arrays and FPGAs.


====VHDL related programmer's utilities====
==Programmer's utilities==
* [[Exuberant ctags]] - Creates index files out of VHDL source files - Open source - Current.
* [[Exuberant ctags]] - Creates index files out of VHDL source files


====OS/2 text & programmers editors with VHDL file support====
;Editor support
* [[NEdit]] - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source - Discontinued.
* [[NEdit]] - XFree86 - Auto-indent, autocomplete and syntax highlighting
* [[jEdit]] - Java based editor - VHDL syntax highlighting built in - Current.
* [[jEdit]] - Java based editor - VHDL syntax highlighting built-in


==Links & publications==
==Publications==
* Sudhakar Yalamanchili: ''VHDL Starters Guide'' - Prentice Hall 2005, ISBN 0-13-145735-7
 
==Links==
* Peter J. Ashenden: [http://www.ics.uci.edu/~alexv/154/VHDL-Cookbook.pdf The VHDL Cookbook]
* Peter J. Ashenden: [http://www.ics.uci.edu/~alexv/154/VHDL-Cookbook.pdf The VHDL Cookbook]
* Sudhakar Yalamanchili: [ VHDL Starters Guide] - Prentice Hall - 2005 - ISBN 0-13-145735-7


[[Category:File formats]][[Category:Hardware Description Languages]]
[[Category:Hardware Description Languages]]

Revision as of 14:49, 18 June 2018

Very High Speed Integrated Circuit Hardware Description Language (VHDL) is a hardware description language based on Ada that is used to describe analogue or digital integrated circuits and to program gate arrays and FPGAs.

Programmer's utilities

Editor support
  • NEdit - XFree86 - Auto-indent, autocomplete and syntax highlighting
  • jEdit - Java based editor - VHDL syntax highlighting built-in

Publications

  • Sudhakar Yalamanchili: VHDL Starters Guide - Prentice Hall 2005, ISBN 0-13-145735-7

Links