X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=openocd-jtag-boundary-scan.pl;h=76c16ed8329257982d739921c8b504b117fd848b;hb=HEAD;hp=93b183413d52558a82c5af2c4975f3f787cfb380;hpb=a4d95211f6a271eb8192734e65d64d132adb5231;p=x300-pci diff --git a/openocd-jtag-boundary-scan.pl b/openocd-jtag-boundary-scan.pl index 93b1834..76c16ed 100755 --- a/openocd-jtag-boundary-scan.pl +++ b/openocd-jtag-boundary-scan.pl @@ -9,11 +9,11 @@ use Storable; my $openocd_remote = shift @ARGV || 'picam:4444'; my $bsdl_file = $ENV{BSDL} || - 'EP4CE6E22.bsd'; -# '_3128at100.bsd'; -# '3064at44.bsd'; # XXX + 'x300-dongle/3064at44.bsd'; # XXX +#$bsdl_file = 'EP4CE6E22.bsd'; +#$bsdl_file = '_3128at100.bsd'; my $project_file = 'Altera/epm3064_dac/3064at44.qsf'; -$project_file = 'tb276/f32c.qsf'; +#$project_file = 'tb276/f32c.qsf'; my $BOUNDARY_LENGTH = -1; my $entity;