Forum Discussion

Amir3's avatar
Amir3
Icon for Occasional Contributor rankOccasional Contributor
3 years ago
Solved

TCL Script - Automation of Compilation process and programming SOF file

Hey, I am trying to create a TCL script for automating the compilation process and SOF file programming. I get this Error - "Error:Unknown option: -outdir" I changed the "-outdir" to "-output...
  • RichardT_altera's avatar
    3 years ago

    You may checkout this document for all the supported command-line and tcl scripting in Quartus.

    https://www.intel.com/content/www/us/en/docs/programmable/683432/22-4/faq.html


    The tcl command "execute_module -tool" support these option [-tool <asm|cdb|drc|eda|fit|map|syn|pow|sta|stp|sim|si|cpf|ipg|pfg> ]

    I think the asm_sof is an illegal value. And there is no "output directory" option available for execute_module command.


    Best Regards,

    Richard Tan