Does Matthew even sleep??? :) On Mon, Aug 16, 2021 at 5:39 PM Matthew Ballance mballance@users.sourceforge.net wrote: I've added a basic 'index.html' just to avoid Github reporting the 400 error. Please also confirm that you're able to install from the update site (ie add https://sveditor.github.io/update as an update site from which to install software). Thanks, Matthew [support-requests:#26] Multiple artifact not found errors during installation Status: open Group: v1.0_(example) Created: Sun Aug...
I very much agree on examples. Look at svunit for testing On Feb 22, 2018 10:06 AM, "StevenAZ" stevenaz@users.sourceforge.net wrote: / * Macro: DO_IT (arg1, arg2) * This function will display args 1 and 2 * Arguments: * arg1 - String - The first message to display * arg2 - integer - The error count * Example: * DO_IT ("There is an error somewhere", 5); */define DO_IT(arg1,arg2)\ $display (arg1);\ $display (arg2); module m(); `DO_IT (arg1, arg2); endmodule [feature-requests:#136] Macro Natural Docs...
I always like command-line, because that's reproducible, and it's something that...
Why not have an option to treat as keywords or not? I'd actually like the same for...
"but it is a pretty ambitious one" - you know, you're one of the very few programmers...
Having batch mode plus a standard API for report writing would be wonderful. Would...
I suspect you have an ifdef that starts in one file and ends in another. While some...
About how many weeks did it take to get EMF running with the IPXACT code loaded and...
Brandon, What method did you use to associate UVM verification IP with the IP-XACT...
Hi, Along those lines - is there an XML reader/writer that's part of sveditor? Python...
I would very much like to see a set of examples on accessing the SVeditor data structures,...
I can't come up with a good reason to treat them as keywords, and when I've worked...
I would like a way to select a macro and have it expand (selective number of levels...
Matt, you know it's OK to take a day off, right? :) On Sun, Dec 29, 2013 at 12:18...