文章详情

ID: 7709
实例类型: faq
分类: Radiant
相关:
产品系列: All FPGA

搜索答案数据库

Search Text Image

Deployment Tool: tcl script for generating Embedded System Files

Here is an example TCL script:


==========================


#change directory to where the deployment tool can be invoked:


cd "C:/lscc/radiant/2024.2/programmer/bin/nt64/"



exec ddtcmd  -oft -sspi -if "C:/Users/jmanguba/Downloads/erase_only.xcf" -ofa "C:/Users/jmanguba/Downloads/erase_only_algo.sea" -ofd "C:/Users/jmanguba/Downloads/erase_only_data.sed"


==========================


Example of execution


> set PATH=C:/lscc/radiant/2024.2/tcltk/windows/BIN;$PATH


> tclsh


% source <your tcl script>



For more information on the arguments please see below screenshot: