blob: 4c94f89227d7a897f8d2ede4040d075e638cd468 (
plain)
1
2
3
4
5
6
7
8
9
10
|
set CHIPNAME ep4ce15
set FPGA_TAPID 0x020f20dd
jtag newtap $CHIPNAME tap -irlen 10 -ircapture 0x01 -irmask 0x3 -expected-id $FPGA_TAPID
init
scan_chain
#svf -tap $CHIPNAME.tap ./build_ep4ce15/hp_lcd_driver.svf
#exit
|