I’ve set up an experimental project to develop using Gitpod.
You get a web-based copy of Visual Studio Code running on a well-provisioned server along with the OSS CAD Suite of Verilog tools.
You can build by running make
in the terminal. @ryanmjacobs and I are figuring out how to set up flashing the code to the board. (It’s feasible, just a matter of figuring out how to build a VSCode extension and port the flashing code to it.)
P.S. This uses a fork of webfpga_icestorm_examples
. It provides an updated command-line environment.