VHDL: Difference between revisions
Appearance
Created page with "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 digita..." |
m →Links |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''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== | |||
* [[Exuberant ctags]] - Creates index files out of VHDL source files | |||
;Editor support | |||
* [[NEdit]] - XFree86 - | * [[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== | ==Links== | ||
* Peter J. Ashenden: [http:// | * Peter J. Ashenden: [http://esd.cs.ucr.edu/vhdlcook/ The VHDL Cookbook] | ||
[[Category:Hardware Description Languages]] |
Latest revision as of 16:55, 5 December 2022
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
- Exuberant ctags - Creates index files out of VHDL source files
- 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
- Peter J. Ashenden: The VHDL Cookbook