Steven Hugg

Results 89 comments of Steven Hugg

Ok, give it a try now. Hope your project goes well.

Oh, and please let me know if you run into any problems with the dev build! It's a brand-new Verilog engine, and passes more tests than the old engine, but...

You can hack the URL in the address bar to choose any other file, or a brand new file, and get back into Verilog. BTW what's the Verilog code that...

Verilator compiles directly to JS, so there's not a good way to detect when the code has stalled. Moving the simulation to a Worker would be one option -- big...

Hmm, I'm not sure... for me yosys chokes on the "$signed" function but otherwise compiles everything. Maybe the cpu16.v file has been modified? It seems like it can't find a...

I can't reproduce your stack trace, seems to be some sort of compilation problem with the DASM assembler. In any case, the Atari 2600/VCS target doesn't support the ca65 assembler...

Do you have "make" installed?

I mean the command-line GNU make, not the Node package. Try: `apt-get install make`

Fixed, current HEAD now builds on Travis CI.