SVEditor
3 posts
Why Not an IDE?
As anyone (technical) who knows me can attest, I'm a big fan of Integrated Development Environments (IDEs). I've personally focused particularly on the [Eclipse](http://eclipse.org/) IDE, but I'm more generally a fan of the concept -- the notion that the task …
DVKit: Setting up SystemVerilog Development
[](/legacy-img/Headlinefull-2.png) In my [last post](/blog/dvkit-workspaces-projects-and-legacy-code/) on DVKit, I described how Eclipse uses projects to group source files, and uses workspaces to organize the projects and settings for a given developmen…
SVEditor: What's that reference? (Part 1)
One key feature of integrated development environments -- especially those for object oriented languages -- is the ability to find the references to a data type, a method, or a data field. A few months back, I implemented initial reference-finding functionalit…