I need to flash two devices using Xilinx impact command line. Both devices are equipped with JTAG and connected to different USB port of PC.
My flash script contains following code:
setmode -bscan
setcable -p auto
identify
assignfile -p 1 -file \test_AP_Ch1.bit`
program -p 1
quit
Is there any command through which I could specify the COM port to run this batch file.