Verilog: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Verilog, also known as '''IEEE1364''' is a hardware description language based on [[C]] that is used to describe analogue or digital integrated circuits, it can be used to program gate arrays and FPGAs but is not as popular in that respect as [[VHDL]]. | Verilog, also known as '''IEEE1364''' is a hardware description language based on [[C]] that is used to describe analogue or digital integrated circuits, it can be used to program gate arrays and FPGAs but is not as popular in that respect as [[VHDL]]. | ||
=== | ===Programmer's utilities=== | ||
* [[Exuberant ctags]] - Creates index files out of Verilog source files - Open source - Current | * [[Exuberant ctags]] - Creates index files out of Verilog source files - Open source - Current | ||
;Text editor support | |||
* [[Lugaru Epsilon]] - Verilog syntax highlighting and autoindent available as a seperate download. - Commercial | * [[Lugaru Epsilon]] - Verilog syntax highlighting and autoindent available as a seperate download. - Commercial | ||
* [[NEdit]] - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source - Discontinued | * [[NEdit]] - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source - Discontinued | ||
[[Category:Hardware Description Languages]] |
Revision as of 20:14, 12 November 2017
Verilog, also known as IEEE1364 is a hardware description language based on C that is used to describe analogue or digital integrated circuits, it can be used to program gate arrays and FPGAs but is not as popular in that respect as VHDL.
Programmer's utilities
- Exuberant ctags - Creates index files out of Verilog source files - Open source - Current
- Text editor support
- Lugaru Epsilon - Verilog syntax highlighting and autoindent available as a seperate download. - Commercial
- NEdit - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source - Discontinued