Hacker News new | ask | show | jobs
by bencollier49 1593 days ago
Related question - is there an FGPA simulator / designer which works on OS X?
1 comments

This one is written in Java:

https://github.com/hneemann/Digital

You can export your project as a Verilog file that can be used in the various FPGA tools.

Brilliant, thank you.