MONOGATE HARDWAREphase 4 · GPU + FPGA + sensors
GPU · Blackwellunconfigured

Set BLACKWELL_AGENT_URL + BLACKWELL_API_KEY in .env.local.

FPGA toolchain0/0 installed

Needs Blackwell agent.

Sensors (ESP32 / Arduino)no log

Needs Blackwell agent.

FPGA program flowmanual for now

Until a one-click programmer lands, the loop is:

  1. Edit your .eml on /compile.
  2. Pick the verilog target ★ (Pro).
  3. Save the output and run on the Blackwell:
    yosys -p "synth_ice40 -json out.json" out.v
    nextpnr-ice40 --json out.json --asc out.asc --pcf <board>.pcf
    icepack out.asc out.bin
    openFPGALoader out.bin