zynq_lvgl/sw/swss/platform.tcl
2024-10-20 23:34:36 +08:00

19 lines
660 B
Tcl

#
# Usage: To re-create this platform project launch xsct with below options.
# xsct D:\project\hdl\zynq_lvgl\sw\swss\platform.tcl
#
# OR launch xsct and run below command.
# source D:\project\hdl\zynq_lvgl\sw\swss\platform.tcl
#
# To create the platform in a different location, modify the -out option of "platform create" command.
# -out option specifies the output directory of the platform project.
platform create -name {swss}\
-hw {D:\project\hdl\zynq_lvgl\project_1\design_1_wrapper.xsa}\
-proc {ps7_cortexa9_0} -os {standalone} -out {D:/project/hdl/zynq_lvgl/sw}
platform write
platform generate -domains
platform active {swss}
platform generate