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 9

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
-U0__OBJSTORE__/ProjectNavigator/__stored_objects__

116 9 hharte

p !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4

117 7 hharte
4               
118

E
119 9 hharte
Flmnop{rxwyq|}ustvz~1q.-$^/01243FEDCBA@ji>hg<;:98765]\[ZXVUTSRQPOMKJIHGtsrqponmlk#fe+dc)ba`&%_   
120

~}|{zyxwvu       
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 7 hharte

 !"#$%&'()*+,-./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
5
186
6
187
7
188
8
189
9!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~       -    
190

. !"#$%&'()*+,-./0123456789:;<=>?@A. !"#$%&'()*+,-./0123456789:;<=>?BC.DEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopq(r
191
:s
192
;t
193
<u|v
owbM&)=ux
194
O"+_Fy@z1L#Z{5~YI|EEVAnGT(}CCf:~2?Hfa.J}Piw=$;cl4vq)ly{@4-?Tj6LDBo]D\qAXxPBsA     [J0Nd!M,yNX><^sw'uH'9+8KhOQ   27`30R
195
Cz
196
=
197
>
198
=
199
=GQL(
200
=
201
>
202
=
203
>
204
=
205
=
206 9 hharte
>
207 7 hharte
=
208 9 hharte
=
209 7 hharte
>
210
 
211 9 hharte
=
212
>
213
=
214
=
215 7 hharte
>
216
=
217
=
218
>
219
=
220
=
221
>
222
=
223 9 hharte
=
224 7 hharte
>
225
=
226
=
227
>
228
=
229 9 hharte
=
230
>
231
 
232
=
233
>
234
=
235 7 hharte
=
236
>
237
=
238
=
239
>
240
=
241
=
242
>
243
=
244 9 hharte
=
245 7 hharte
>
246
=
247
=
248
>
249
=
250 9 hharte
=
251 7 hharte
>
252
=
253 9 hharte
=
254 7 hharte
>
255
=
256 9 hharte
=
257 7 hharte
>
258
=
259 9 hharte
=
260 7 hharte
>
261
=
262
=
263
>
264
=
265
=
266
>
267
=
268
=
269
>
270
=
271
=
272
>
273
=
274
=
275
>
276
=
277 9 hharte
=
278 7 hharte
>
279
=
280 9 hharte
=
281
>
282
=
283 7 hharte
?
284
@
285
=
286
>
287
A
288
?
289 9 hharte
=
290 7 hharte
A
291
AGQb
292
A
293
?GQa`
294
 
295 9 hharte
@
296 7 hharte
@
297
BGQa`
298 9 hharte
B
299
C
300
D
301
EGQ

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

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

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

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

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

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

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

733
|G4pci_lpc_host.twx
734
_
735
}tg<
736
~G0@
737
 
738
~
739

740

741
742
ug<
743
~G0@
744

745
~
746

747
 
748
749
8rg<
750
~G0@
751

752
~
753

754

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

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

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

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

G0X
844
ug<
845
G0@K
846
847 9 hharte
Y
848
849 7 hharte
Q
850
851
Z#[T
852
\G8ZVW
853

G0X
854
]rg<
855 9 hharte
]G0@J
856 7 hharte
857
^
858 9 hharte
859 7 hharte
Q
860
861
]_`T
862
]aG۸_]VW
863

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

919 7 hharte
920

921
922

923
G
924 9 hharte

G
925
ug<
926 7 hharte
G@
927
928
 
929
 
930
 
931 9 hharte
 
932
 
933 7 hharte
G
934

G
935
 
936
G@
937
938

939 9 hharte
940 7 hharte

941
942 9 hharte

943 7 hharte
G
944

G
945

946
G4pci_lpc_host.pad
947
_
948
tg<
949 9 hharte
G@
950 7 hharte
951 9 hharte
 
952
953

954 7 hharte
955
 
956
G@
957
958

959 9 hharte
 
960

961 7 hharte
962 9 hharte
rg<
963 7 hharte
 
964 9 hharte
 
965 7 hharte

966
967

968
969

970
 
971 9 hharte

972 7 hharte
tg<
973 9 hharte
 
974 7 hharte
975 9 hharte

976 7 hharte

977
978 9 hharte
ug<
979 7 hharte
 
980
981

982
 
983
984
#rg<
985 9 hharte
 
986 7 hharte
987

988
 
989
990

991
G1pci_lpc_host_usage.xml
992 9 hharte
 
993 7 hharte
tg<
994
G28@
995
996
 
997
998

999 9 hharte
1000 7 hharte
 
1001
G2۸@
1002 9 hharte
1003 7 hharte

1004
 
1005

1006
1007 9 hharte
rg<
1008
 
1009 7 hharte
1010

1011
1012
 
1013 9 hharte
1014

1015 7 hharte
G1_xmsgs/map.xmsgs
1016
 
1017
ftg<
1018
G2@
1019
1020 9 hharte
 
1021 7 hharte
 
1022
 
1023 9 hharte
i
1024 7 hharte
ug<
1025
 
1026
 
1027

1028
1029

1030 9 hharte
 
1031 7 hharte
rg<
1032
G2l@
1033
1034
 
1035
1036

1037 9 hharte
i
1038 7 hharte
 
1039
G/pci_lpc_host_map.ngm
1040

1041
tg<
1042
 
1043
1044 9 hharte

1045 7 hharte

1046
 
1047 9 hharte
 
1048 7 hharte
G2; 
1049
1050

1051
 
1052
1053
"
1054 9 hharte
rg<
1055 7 hharte
 
1056
1057

1058

1059
1060

1061 9 hharte
G0pci_lpc_host.pcf
1062 7 hharte
_
1063
tg<
1064
G2@
1065
1066

1067
1068 9 hharte

1069 7 hharte
1070
ug<
1071 9 hharte
G2@
1072 7 hharte
 
1073

1074
1075

1076 9 hharte
1077
"rg<
1078 7 hharte
G2@

powered by: WebSVN 2.1.0

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