OpenCores
URL https://opencores.org/ocsvn/wb_lpc/wb_lpc/trunk

Subversion Repositories wb_lpc

[/] [wb_lpc/] [trunk/] [examples/] [pci_lpc/] [pci_lpc.ise] - Blame information for rev 7

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 hharte
PK
2
 
3
 
4
 
5
 
6
Pff7__OBJSTORE__/common/HierarchicalDesign/HDProject_StrTbl
7
14/pci_lpc_hostTS_EXPANDEDTS_FRAGCOVEREDTS_PACKEDTS_ROUTEDTS_SYNTHESISpci_lpc_hostPK
8
";<<+__OBJSTORE__/common/__stored_object_table__(:PK
9
 __OBJSTORE__/HierarchicalDesign/PK
10
__OBJSTORE__/PnAutoRun/PK
11
__OBJSTORE__/PnAutoRun/Scripts/PK
12
>*__OBJSTORE__/PnAutoRun/Scripts/RunOnce_tclPK
13
髭1__OBJSTORE__/PnAutoRun/Scripts/RunOnce_tcl_StrTblnamespace eval xilinx {
14
namespace eval Dpm {
15
proc GetIseVersion {} {
16
   set fsetName "fileset.txt"
17
   set fsetPath ""
18
   # Find the file in the Xilinx environment.
19
   # First, construct the environment path.
20
   set sep ":"; # Default to UNIX style seperator.
21
   if {[string compare -length 7 $::tcl_platform(platform) "windows"] == 0} {
22
      set sep ";"; # Platform is a Windows variant, so use semi-colon.
23
   }
24
   set xilinxPath $::env(XILINX)
25
   if [info exists ::env(MYXILINX)] then {
26
      set xilinxPath [join [list $::env(MYXILINX) $xilinxPath] $sep]
27
   }
28
   # Now look in each path of the path until we find a match.
29
   foreach xilElem [split $xilinxPath $sep] {
30
      set checkPath ${xilElem}/$fsetName
31
      set checkPath [ string map { \\ / } $checkPath ]
32
      if { [file exists $checkPath] } {
33
         set fsetPath $checkPath
34
         break
35
      }
36
   }
37
   if { [string equal $fsetPath ""] } {
38
      puts "ERROR: Can not determine the ISE software version."
39
      return ""
40
   }
41
   if { [catch { open $fsetPath r } fset] } {
42
      puts "ERROR: Could not open $fsetPath: $fset"
43
      return ""
44
   }
45
   # have the file open, scan for the version entry.
46
   set sVersion ""
47
 
48
      set line [gets $fset]
49
      regexp {version=(.*)} $line match sVersion
50
         # The above doesn't stop looking in the file. This assumes that if
51
         # there are multiple version entries, the last one is the one we want.
52
   }
53
 
54
   return $sVersion
55
}
56
proc CheckForIron {project_name} {
57
58
   # Determine if the currently running version of ProjNav is earlier than Jade.
59
   set version [GetIseVersion]
60
   set dotLocation [string first "." $version]
61
   set versionBase [string range $version 0 [expr {$dotLocation - 1}]]
62
   if {$versionBase < 9} {
63
64
      # The project file is newer than Iron, so take action to prevent the
65
      # file from being corrupted.
66
 
67
      if {[string compare -length 7 $::tcl_platform(platform) "windows"]} {
68
         # The above will return 0 for a match to "windows" or "windows64".
69
         # This is the non-zero part of the if, for lin and sol.
70
         # Change the permissions to turn off writability.
71
         file attributes $project_name -permissions a-w
72
      } else {
73
         # On Windows, set file to read-only.
74
         file attributes $project_name -readonly 1
75
      }
76
77
      # And tell the user about it.
78
      set messageText "WARNING: This project was last saved with a newer version of Project Navigator.\nThe project file will be made read-only so that it will not be invalidated by this version."
79
      # In the console window
80
      puts $messageText
81
      # And with a GUI message box if possible.
82
      ::xilinx::Dpm::TOE::loadGuiLibraries
83
      set iInterface 0
84
      set messageDisplay 0
85
      if {[catch {
86
         set iInterface [Xilinx::CitP::GetInstance $::xilinx::GuiI::IMessageDlgID]
87
         set messageDisplay [$iInterface GetInterface $::xilinx::GuiI::IMessageDlgID]
88
         if {$messageDisplay != 0} {
89
            # Managed to get a component to display a dialog, so use it
90
            set messageTitle "Incompatible Project Version (Newer)"
91
            set messageType 2
92
               # 2 corresponds to a warning dialog. TclWrapGuiI_Init.cpp doesn't put the enum into Tcl.
93
            set messageTimeout 300000
94
               # in milliseconds, 5 minutes
95
 
96
         }
97
      } catchResult]} {
98
         # There was an error, probably because we aren't in a GUI enviroment.
99
      } else {
100
         # All is well.
101
 
102
 
103
      set iInterface 0
104
   }
105
106
   return 1
107
}
108
}
109
}
110
::xilinx::Dpm::CheckForIronPK
111
__OBJSTORE__/ProjectNavigator/PK
112
/__OBJSTORE__/ProjectNavigator/dpm_project_main/PK
113
dVV?__OBJSTORE__/ProjectNavigator/dpm_project_main/dpm_project_mainEBPK
114
_S77F__OBJSTORE__/ProjectNavigator/dpm_project_main/dpm_project_main_StrTblpci_lpcacr2spartan3virtex2pxbrxc9500xlPK
115
d70__OBJSTORE__/ProjectNavigator/__stored_objects__

116

p !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4        

117
4w|qponmlr         
118

F
119
E1svtuy{zx~}q.-$CBA@ji>hg<;:9876543210/ba`&%_^]\[ZXVUTSRQPOMKJIHGFED|{zyxwvutsrqponmlk#fe+dc)   
120

~}       
121

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  
122

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  
123

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  
124

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  
125

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  
126

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      
127

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  
128

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  
129

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                                    
130
          
                                                             !   "   #   $   %   &	'	(	)	*	+	,	-	.	/	0	1	2	3	4	5	6	7	8	9	:	;   <	=	>    ?   @   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   [   \   ]   ^   _   `   a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z   {   |   }   ~                                                                                                                                                                                                                                                                                                                                                                                                   
131

132

133

134

135

136

137

138

139

140
        
141
142

143

144

145


146

147

148

149

150

151

152

153

154

155

156

157

158

159

160

161

162

163

164
 
165
!
166
"
167
#
168
$
169
%
170
&
171
'
172
(
173
)
174
*
175
+
176
,
177
-
178
.
179
/
180
0
181
1
182
2
183
3
184
4
185
 
186
6
187
7
188
 
189
9!"#$%&'()*+,-./0123456789:;<=>?      @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~        -   
190
 
191
:s
192
;t
193
<u~Z82oMsv\wxq\0X.xDyLS+pz,~{)vG|=}<6q~?uOCTCWG-!15F1@9:J        BAX"@whdwiff|EDPjbZ4H&BIAlyUc;;
194
)EuIz
lKMo|*N{y`s^('nz/>
195
03`72=       QO}K$+9J4^
196
=
197
>
198
=
199
=GQL(
200
=
201
>
202
=
203
>
204
=
205
=
206
>
207
=
208
=
209
>
210
=
211
=
212
>
213
=
214
=
215
>
216
=
217
=
218
>
219
=
220
=
221
>
222
 
223
=
224
>
225
=
226
=
227
>
228
=
229
=
230
>
231
=
232
=
233
>
234
=
235
=
236
>
237
=
238
=
239
>
240
=
241
=
242
>
243
=
244
=
245
>
246
=
247
=
248
>
249
 
250
=
251
>
252
=
253
=
254
>
255
=
256
=
257
>
258
=
259
=
260
>
261
=
262
=
263
>
264
=
265
=
266
>
267
=
268
=
269
>
270
=
271
?
272
@
273
=
274
>
275
?
276
=
277
?GQa`
278
?
279
@
280
@
281
AGQa`
282
A
283
B
284
C
285
DGQ

286
D
287
E
288
F
289
G
290
H
291
I
292
J
293
K
294
L
295
M
296
N
297
O
298
P
299
Q
300
R
301
S
302
T
303
C
304
U
305
V
306
W
307
X
308
Y
309
Z
310
[
311
\
312
B
313
@
314
?
315
@
316
=
317
>
318
?
319
=
320
=
321
>
322
=
323
=
324
>
325
=
326
=
327
>
328
=
329
=
330
 
331
=
332
=
333
>
334
=
335
=
336
>
337
=
338
=
339
>
340
=
341
=
342
>
343
=
344
?
345
@
346
=
347
>
348
?
349
=
350
=
351
>
352
=
353
?
354
@
355
=
356
>
357
?
358
=
359
=
360
>
361
=
362
 
363
@
364
=
365
>
366
]
367
?
368
=
369
]
370
]GQb
371
]
372
?
373
@
374
=
375
>
376
]
377
?
378
=
379
]
380
=
381
>
382
=
383
?
384
@
385
=
386
>
387
?
388
=
389
=
390
>
391
=
392
=
393
>
394
 
395
?
396
@
397
=
398
>
399
?
400
=
401
=
402
>
403
=
404
?
405
@
406
=
407
 
408
?
409
=
410
=
411
>
412
=
413
?
414
@
415
=
416
>
417
?
418
=
419
?
420
@
421
=
422
>
423
?
424
=
425
=
426
>
427
=
428
=
429
>
430
=
431
?
432
@
433
=
434
>
435
?
436
=
437
?
438
@
439
=
440
>
441
?
442
=
443
=
444
>
445
=
446
?
447
@
448
=
449
>
450
]
451
?
452
=
453
]
454
?
455
@
456
=
457
>
458
?
459
=
460
=
461
>
462
=
463
=
464
>
465
=
466
=
467
>
468
=
469
?
470
@
471
=
472
>
473
]
474
?
475
=
476
]
477
=
478
>
479
=
480
=
481
>
482
=
483
^
484
_
485
`
486
a
487
b
488
^
489
c
490
_
491
c
492
`
493
c
494
a
495
c
496
b
497
c
498
=
499
>
500
=
501
=
502
>
503
=
504
=
505
>
506
=
507
?
508
@
509
=
510
>
511
]
512
?
513
=
514
]
515
?
516
@
517
=
518
>
519
?
520
=
521
=
522
>
523
=
524
=
525
>
526
=
527
=
528
>
529
=
530
=
531
>
532
=
533
=
534
>
535
=
536
=
537
>
538
=
539
=
540
>
541
=
542
=
543
>
544
=
545
=
546
>
547
=
548
=
549
>
550
=
551
?
552
@
553
=
554
>
555
?
556
=
557
=
558
>
559
=
560
?
561
@
562
=
563
>
564
]
565
?
566
=
567
]
568
=
569
>
570
=
571
=
572
>
573
=
574
=
575
>
576
=
577
=
578
>
579
=
580
=
581
>
582
=
583
=
584
>
585
=
586
=
587
>
588
=
589
=
590
>
591
=
592
=
593
>
594
=
595
=
596
>
597
=
598
=
599
>
600
?
601
@
602
=
603
>
604
]
605
?
606
d
607
=
608
>
609
]
610
eG_xmsgs/bitgen.xmsgs
611
_
612
ftg<
613
gG@
614
h
615
g
616
h
617
h
618
i
619
ug<
620
gG@
621
h
622
g
623
h
624
h
625
i
626
rg<
627
gG@
628
h
629
g
630
h
631
h
632
i
633

634
jGpci_lpc_host.bgn
635
_
636
ktg<
637
lG@@
638
m
639
l
640
m
641
m
642
n
643
$ug<
644
lG@@
645
m
646
l
647
m
648
m
649
n
650
rg<
651
lG@@
652
m
653
l
654
m
655
m
656
n
657

658
oGpci_lpc_host.bit
659
_
660
ptg<
661
qG(@
662
r
663
q
664
r
665
r
666
s
667
$ug<
668
qG(@
669
r
670
q
671
r
672
r
673
s
674
rg<
675
qG(@
676
r
677
q
678
r
679
r
680
s
681

682
tGpci_lpc_host.drc
683
_
684
utg<
685
vGА@
686
w
687
v
688
w
689
w
690
x
691
$ug<
692
vGА@
693
w
694
v
695
w
696
w
697
x
698
rg<
699
vG@
700
w
701
v
702
w
703
w
704
x
705

706
yG_xmsgs/trce.xmsgs
707
_     
708
f
709
tg<
710
z
711
G@
712
{
713
 
714
{
715
{
716
i
717

718

ug<
719
z
G@
720
{
721
z
722
{
723
{
724
i
725

rg<
726
zG@
727
{
728
z
729
{
730
{
731
i
732

733
|Gpci_lpc_host.twx
734
_
735
}tg<
736
~G@
737

738
~
739

740

741
742
ug<
743
~G@
744

745
~
746

747

748
749
8rg<
750
~G@
751

752
~
753

754

755
756
 !"#
757
Gpci_lpc_host.twr
758
_$%
759
&tg<
760
&G@#
761
762
'
763
764
(
765
766
&)ug<
767
G@"
768
769
*
770
771
(
772
773
8+,rg<
774
,G@!
775
776
-
777
778
(
779
780
 
781
G_xmsgs/par.xmsgs
782
_2
783
f3tg<
784
3G
785
@1
786
787
4
788
789

790
 
791
356ug<
792
6G
793
@0
794
795
7
796
797

798
i
799
689rg<
800
9G
801
@/
802
803
:
804
805

806
i
807
9;<=>
808
Gpci_lpc_host_pad.csv
809
_?@
810
Atg<
811
AG@>
812
813
B
814
815
C
816
817
ADug<
818
G@=
819
820
E
821
822
C
823
824
#FGrg<
825
GG@<
826
827
H
828
829
C
830
831
GIJKL
832
Gpci_lpc_host_pad.txt
833
_MN
834
Otg<
835
OG۸@L
836
837
P
838
839
Q
840
841
ORST
842
PUG8ROVW
843

G8X
844
ug<
845
G۸@K
846
847
Y
848
849
Q
850
851
Z#[T
852
Y\G8ZVW
853

G8X
854
]rg<
855
]G۸@J
856
857
^
858
859
Q
860
861
]_`T
862
^aG۸_]VW
863

G8X
864
bcd
865
Gpci_lpc_host.xpi
866
_ef
867
gtg<
868
gG@d
869
870
h
871
872
i
873
874
gjkug<
875
kG@c
876
877
l
878
879
i
880
881
kmnrg<
882
nG@b
883
884
o
885
886
i
887
888
npqrs
889
Gpci_lpc_host.unroutes
890
_tu
891
vtg<
892
vG@s
893
894
w
895
896
x
897
898
vyug<
899
G@r
900
901
z
902
903
x
904
905
#{|rg<
906
|G@q
907
908
}
909
910
x
911
912
|~
913
Gpci_lpc_host.par
914
_
915
tg<
916
G@@
917
918

919
920

921
922

923
G
924

G
925
ug<
926
G@@
927
928

929
930

931
932
#
933
G
934

G
935
rg<
936
G@@
937
938

939
940

941
942

943
G
944

G
945

946
 
947
_
948
tg<
949
GА@
950
951

952
953

954
955
ug<
956
GА@
957
958

959
960

961
962
rg<
963
GА@
964
965

966
967

968
969

970
Gpci_lpc_host.ncd
971

972
tg<
973
Gx 
974
 
975

976

977
978
ug<
979
Gx 
980
981

982

983
984
#rg<
985
Gx 
986
987

988

989
990

991
Gpci_lpc_host_usage.xml
992
_
993
 
994
 
995
 
996
 
997
 
998

999
1000
 
1001
Gj@
1002
1003

1004
1005

1006
1007
rg<
1008
Gj@
1009
1010

1011
1012

1013
1014

1015
G_xmsgs/map.xmsgs
1016
 
1017
ftg<
1018
GkH@
1019
1020
 
1021
1022

1023
i
1024
 
1025
GkH@
1026
1027

1028
 
1029
 
1030
i
1031
rg<
1032
GkH@
1033
1034

1035
 
1036

1037
i
1038
 
1039
Gpci_lpc_host_map.ngm
1040

1041
tg<
1042
G: 
1043
1044
 
1045

1046
1047
 
1048
G: 
1049
1050
 
1051

1052
1053
 
1054
rg<
1055
G: 
1056
1057
 
1058

1059
1060

1061
 
1062
_
1063
tg<
1064
GL(@
1065
 
1066

1067
1068

1069
 
1070
ug<
1071
GL(@
1072
1073
 
1074
1075

1076
1077
 
1078
GL(@
1079
1080

1081
 
1082

1083
1084

1085
 
1086
 
1087
 
1088
G
@
1089
1090
 
1091
 
1092

1093
1094
ug<
1095
 
1096
1097

1098
1099
 
1100
1101
"rg<
1102
G
Y@
1103
 
1104

1105
1106

1107
 
1108

1109
Gpci_lpc_host_map.ncd
1110

1111
 
1112
 
1113
1114

1115

1116
 
1117
ug<
1118
G` 
1119
1120
 
1121

1122
1123
"rg<
1124
G` 
1125
1126

1127

1128
1129
 
1130
1131
G_xmsgs/ngdbuild.xmsgs
1132
_
1133
ftg<
1134
G`@
1135
1136
1137
 
1138
1139

1140
i
1141
ug<
1142
G`@
1143

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.