Results 44 comments of Andrew Nolte

I think this can be done as a webGL shader. I did something similar or a graphics project where I wanted the viz to look good even when zoomed in....

I added top level support on https://marketplace.visualstudio.com/items?itemName=AndrewNolte.vscode-system-verilog, but I need to test how Verilator works with this. It works great on slang, which tends to be faster to lint than...

I don't really understand why security is a problem for a vscode extension? On vscode, you have a shell for you own machine anyway?

This is fixed on https://github.com/AndrewNolte/vscode-system-verilog

@stu-e @code-tangent This is resolved on https://github.com/AndrewNolte/vscode-system-verilog. If the package name matches the file name, it'll pick it up in the file index. But if it's a single project you...

Oh I didn't even realize there was infra to run with other simulators. I got icarus to run, is there a way to do separate golden output files for different...

I think the vpi outputs vary so much across simulators, I'm not sure it's worth trying to make one "correct" file. We want them all to ideally converge on a...

I think there's actually quite a bit of code that needs to be added for xcelium to work, since they don't follow the vlog_startup_routines pattern, I can try and add...

I modified driver.pl to support xrun, changed the test around to not have so many defines. It was sort of trying to be both a main file and a vpi...

I'll try and fix that, but I'm not on my usual laptop this week. Also it looks like that license thing has issues with the test, should I just change...