8 lines
349 B
Tcl
8 lines
349 B
Tcl
open_project -project {E:\AbhishekV\rising\ethernet_tpsram_test\designer\top\top_fp\top.pro}
|
|
enable_device -name {MPF300TS} -enable 1
|
|
set_programming_file -name {MPF300TS} -file {E:\AbhishekV\rising\ethernet_tpsram_test\designer\top\top.ppd}
|
|
set_programming_action -action {PROGRAM} -name {MPF300TS}
|
|
run_selected_actions
|
|
save_project
|
|
close_project
|