Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Submitting Jobs (Web)

Create a job

  1. Navigate to a project
  2. Click New Job
  3. Fill in the required fields:
    • Build Profile — optionally select a saved profile to pre-fill target and tool args
    • Target — select an FPGA target (pre-filled if a profile is selected)
    • Top Module — name of your top-level Verilog/VHDL module
    • Source — drag-and-drop or browse for a .tar.gz or .zip archive of your HDL source

Advanced options

Expand the Advanced section to configure:

OptionDefaultDescription
Seeds1Number of place-and-route seeds (1-64)
Strategybest_timingbest_timing or best_area
Prioritystandardinteractive, standard, or batch
Parallelism1How many seeds run concurrently (1-16)
StepsallCheckboxes: synth, pnr, bitstream
Max runtimeproject defaultHours and minutes
Max memoryproject defaultGB or MB (up to 128 GB)
  1. Click Create Job

You’re taken to the job detail page where you can watch progress in real time.

Source archives

Package your HDL source as a .tar.gz or .zip file. Include:

  • All Verilog/SystemVerilog/VHDL source files
  • Constraint files (.pcf, .lpf) if needed
  • A hwbuild.yml is not required for web submissions (parameters are set in the form)

The archive should contain source files at the top level or in subdirectories. SuperSynth discovers .v, .sv, .vhd, and .vhdl files recursively.