put all files in project directory
[x300-pci] / openocd-jtag-boundary-scan.pl
index 93b1834..76c16ed 100755 (executable)
@@ -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;