![]() |
| ||||
SVEditor is an handy and accessible Eclipse-based editor specially designed for SystemVerilog and Verilog files.
It features syntax coloring, content assist, source indent and auto-indent, and structure display.
Here are some key features of "SVEditor":
· SystemVerilog source index
· Syntax coloring editor
· Content assist
· Cross-linking between data structure usage and declaration
· SystemVerilog editor
· Class Hierarchy View
What's New in This Release: [ read full changelog ]
· Correct a parse error involving sized enum-variable types. For example: my_enum_type [3:2] enum_var;
· Correct an issue with the template processor that prevented substitution of variables in some cases where the value will be used as a variable. For example, in a PERL script: $${MY_VAR_NAME} = $ENV{${MY_VAR_NAME}}
· Implement highlighting of matching words in the document. The implementation is pretty basic, and simply highlights all matching words to the selected word regardless of the context of the matching word.

Via: SVEditor 1.0.6
