URL
https://opencores.org/ocsvn/wb_lcd/wb_lcd/trunk
Subversion Repositories wb_lcd
[/] [wb_lcd/] [trunk/] [myhdl/] [wb_lcd_workspace/] [boards/] [s3esk-mm_lcd/] [synthesis/] [impact.batch] - Rev 2
Compare with Previous | Blame | View Log
# Boundary-scan configuration mode.
setMode -bscan
# Unlock cable if locked
cleancablelock
# Detect the first available cable port automatically. ("usb21" or "auto")
setCable -p usb21
# Identify the devices in the boundary-scan chain.
identify
# Specify the configuration file.
assignfile -p 1 -file "system.bit"
# Program a device.
program -p 1
quit