It looks like the WebFPGA IDE doesn’t support any sort of simulation. So, do you recommend anything that that works well with WebFPGA? I did look at what IceStorm supports and there’s a lot of options.
I was playing around with code in Quartus and Vivado, then bring it over to WebFPGA and it doesn’t take to too many tweaks. So I can imagine coming up with an #include or something to pull in the globally defined variables and simply use top_fpga as the module name and get it to work in Quartus or Vivado. So you could do all of your simulation there and then bring it over to the WebFPGA IDE. But that seems to defeat the purpose of WebFPGA, which is to have a simple web-based interface without needing all of these tools. So I’m curious what you would recommend for the simulation and if you maybe have something that I missed.
I am new to FPGA and just trying to get my head around everything. Every book I have to learn Verilog (4 of them) introduces simulation very early on, so I’m not sure where to start with WebFPGA.
Any suggestions or guidance is much appreciated.