Wilson Snyder

Results 1229 comments of Wilson Snyder

@gezalore please review pull in general. Also is there a way with RTLmeter to request a large number of runs here (without manually doing it). Can we get thread counts...

>execution is single threaded for gcc builds, and --threads 4 for the clang builds. Ah, thanks, can you change the header `gcc` to `gcc --threads 1 --verilate-jobs 1` and then...

@gezalore, I don't think my suggestion was worth complicating anything, thanks for info, ignore now ;)

Please provide the terraform as a separate pull request. If you want to measure it against this pull, then you can leave it as part of that pull, and @gezalore...

@RRozak perhaps interest in supporting this?

I've been waiting for this to settle out a bit, let me know when is ready for review. It seems we've done several refactoring in how this multithreading is to...

I've found this a bit overwhelming to review, I've set aside some time this week.

Might you make a pull to fix this? I suspect there will be others you will need. Add a AstCase::dumpJson and AstCase::dump methods that print the m_casex->ascii() identifier, you can...

For Verilator itself we should add -fno-exceptions. For Verilated files a user could in theory be using exceptions in their code, but this seems unlikely, and probably would break with...