I am interested in using the J1 CPU in an FPGA project.
I understand that to use the J1 CPU itself, I need to synthesise (etc.) the Verilog code, and load the bitstream into my FPGA. I can do this using IceStorm, or the FPGA vendor's own tools. No problems.
I don't understand how to compile a Forth program which can be uploaded to the FPGA's memory and executed.
What command do I run to compile a Forth program into a .hex file?