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

Subversion Repositories product_code_iterative_decoder

[/] [product_code_iterative_decoder/] [tags/] [INITIAL/] [doc/] [oc_logo.eps] - Diff between revs 3 and 10

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 3 Rev 10
%!PS-Adobe-3.0 EPSF-3.0
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: xpdf/pdftops 2.01
%%Creator: xpdf/pdftops 2.01
%%LanguageLevel: 2
%%LanguageLevel: 2
%%BoundingBox: 244 333 369 458
%%BoundingBox: 244 333 369 458
%%DocumentSuppliedResources: (atend)
%%DocumentSuppliedResources: (atend)
%%EndComments
%%EndComments
%%BeginProlog
%%BeginProlog
%%BeginResource: procset xpdf 2.01 0
%%BeginResource: procset xpdf 2.01 0
/xpdf 75 dict def xpdf begin
/xpdf 75 dict def xpdf begin
% PDF special state
% PDF special state
/pdfDictSize 14 def
/pdfDictSize 14 def
/pdfSetup {
/pdfSetup {
  3 1 roll 2 array astore
  3 1 roll 2 array astore
  /setpagedevice where {
  /setpagedevice where {
    pop 3 dict begin
    pop 3 dict begin
      /PageSize exch def
      /PageSize exch def
      /ImagingBBox null def
      /ImagingBBox null def
      /Policies 1 dict dup begin /PageSize 3 def end def
      /Policies 1 dict dup begin /PageSize 3 def end def
      { /Duplex true def } if
      { /Duplex true def } if
    currentdict end setpagedevice
    currentdict end setpagedevice
  } {
  } {
    pop pop
    pop pop
  } ifelse
  } ifelse
} def
} def
/pdfStartPage {
/pdfStartPage {
  pdfDictSize dict begin
  pdfDictSize dict begin
  /pdfFill [0] def
  /pdfFill [0] def
  /pdfStroke [0] def
  /pdfStroke [0] def
  /pdfLastFill false def
  /pdfLastFill false def
  /pdfLastStroke false def
  /pdfLastStroke false def
  /pdfTextMat [1 0 0 1 0 0] def
  /pdfTextMat [1 0 0 1 0 0] def
  /pdfFontSize 0 def
  /pdfFontSize 0 def
  /pdfCharSpacing 0 def
  /pdfCharSpacing 0 def
  /pdfTextRender 0 def
  /pdfTextRender 0 def
  /pdfTextRise 0 def
  /pdfTextRise 0 def
  /pdfWordSpacing 0 def
  /pdfWordSpacing 0 def
  /pdfHorizScaling 1 def
  /pdfHorizScaling 1 def
} def
} def
/pdfEndPage { end } def
/pdfEndPage { end } def
% separation convention operators
% separation convention operators
/findcmykcustomcolor where {
/findcmykcustomcolor where {
  pop
  pop
}{
}{
  /findcmykcustomcolor { 5 array astore } def
  /findcmykcustomcolor { 5 array astore } def
} ifelse
} ifelse
/setcustomcolor where {
/setcustomcolor where {
  pop
  pop
}{
}{
  /setcustomcolor {
  /setcustomcolor {
    exch
    exch
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
      0 4 getinterval cvx
      0 4 getinterval cvx
      [ exch /dup load exch { mul exch dup } /forall load
      [ exch /dup load exch { mul exch dup } /forall load
        /pop load dup ] cvx
        /pop load dup ] cvx
    ] setcolorspace setcolor
    ] setcolorspace setcolor
  } def
  } def
} ifelse
} ifelse
/customcolorimage where {
/customcolorimage where {
  pop
  pop
}{
}{
  /customcolorimage {
  /customcolorimage {
    gsave
    gsave
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
    [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
      0 4 getinterval cvx
      0 4 getinterval cvx
      [ exch /dup load exch { mul exch dup } /forall load
      [ exch /dup load exch { mul exch dup } /forall load
        /pop load dup ] cvx
        /pop load dup ] cvx
    ] setcolorspace
    ] setcolorspace
    10 dict begin
    10 dict begin
      /ImageType 1 def
      /ImageType 1 def
      /DataSource exch def
      /DataSource exch def
      /ImageMatrix exch def
      /ImageMatrix exch def
      /BitsPerComponent exch def
      /BitsPerComponent exch def
      /Height exch def
      /Height exch def
      /Width exch def
      /Width exch def
      /Decode [1 0] def
      /Decode [1 0] def
    currentdict end
    currentdict end
    image
    image
    grestore
    grestore
  } def
  } def
} ifelse
} ifelse
% PDF color state
% PDF color state
/sCol {
/sCol {
  pdfLastStroke not {
  pdfLastStroke not {
    pdfStroke aload length
    pdfStroke aload length
    dup 1 eq {
    dup 1 eq {
      pop setgray
      pop setgray
    }{
    }{
      dup 3 eq {
      dup 3 eq {
        pop setrgbcolor
        pop setrgbcolor
      }{
      }{
        4 eq {
        4 eq {
          setcmykcolor
          setcmykcolor
        }{
        }{
          findcmykcustomcolor exch setcustomcolor
          findcmykcustomcolor exch setcustomcolor
        } ifelse
        } ifelse
      } ifelse
      } ifelse
    } ifelse
    } ifelse
    /pdfLastStroke true def /pdfLastFill false def
    /pdfLastStroke true def /pdfLastFill false def
  } if
  } if
} def
} def
/fCol {
/fCol {
  pdfLastFill not {
  pdfLastFill not {
    pdfFill aload length
    pdfFill aload length
    dup 1 eq {
    dup 1 eq {
      pop setgray
      pop setgray
    }{
    }{
      dup 3 eq {
      dup 3 eq {
        pop setrgbcolor
        pop setrgbcolor
      }{
      }{
        4 eq {
        4 eq {
          setcmykcolor
          setcmykcolor
        }{
        }{
          findcmykcustomcolor exch setcustomcolor
          findcmykcustomcolor exch setcustomcolor
        } ifelse
        } ifelse
      } ifelse
      } ifelse
    } ifelse
    } ifelse
    /pdfLastFill true def /pdfLastStroke false def
    /pdfLastFill true def /pdfLastStroke false def
  } if
  } if
} def
} def
% build a font
% build a font
/pdfMakeFont {
/pdfMakeFont {
  4 3 roll findfont
  4 3 roll findfont
  4 2 roll matrix scale makefont
  4 2 roll matrix scale makefont
  dup length dict begin
  dup length dict begin
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    /Encoding exch def
    /Encoding exch def
    currentdict
    currentdict
  end
  end
  definefont pop
  definefont pop
} def
} def
/pdfMakeFont16 {
/pdfMakeFont16 {
  exch findfont
  exch findfont
  dup length dict begin
  dup length dict begin
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    /WMode exch def
    /WMode exch def
    currentdict
    currentdict
  end
  end
  definefont pop
  definefont pop
} def
} def
/pdfMakeFont16L3 {
/pdfMakeFont16L3 {
  1 index /CIDFont resourcestatus {
  1 index /CIDFont resourcestatus {
    pop pop 1 index /CIDFont findresource /CIDFontType known
    pop pop 1 index /CIDFont findresource /CIDFontType known
  } {
  } {
    false
    false
  } ifelse
  } ifelse
  {
  {
    0 eq { /Identity-H } { /Identity-V } ifelse
    0 eq { /Identity-H } { /Identity-V } ifelse
    exch 1 array astore composefont pop
    exch 1 array astore composefont pop
  } {
  } {
    pdfMakeFont16
    pdfMakeFont16
  } ifelse
  } ifelse
} def
} def
% graphics state operators
% graphics state operators
/q { gsave pdfDictSize dict begin } def
/q { gsave pdfDictSize dict begin } def
/Q { end grestore } def
/Q { end grestore } def
/cm { concat } def
/cm { concat } def
/d { setdash } def
/d { setdash } def
/i { setflat } def
/i { setflat } def
/j { setlinejoin } def
/j { setlinejoin } def
/J { setlinecap } def
/J { setlinecap } def
/M { setmiterlimit } def
/M { setmiterlimit } def
/w { setlinewidth } def
/w { setlinewidth } def
% color operators
% color operators
/g { dup 1 array astore /pdfFill exch def setgray
/g { dup 1 array astore /pdfFill exch def setgray
     /pdfLastFill true def /pdfLastStroke false def } def
     /pdfLastFill true def /pdfLastStroke false def } def
/G { dup 1 array astore /pdfStroke exch def setgray
/G { dup 1 array astore /pdfStroke exch def setgray
     /pdfLastStroke true def /pdfLastFill false def } def
     /pdfLastStroke true def /pdfLastFill false def } def
/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor
/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor
      /pdfLastFill true def /pdfLastStroke false def } def
      /pdfLastFill true def /pdfLastStroke false def } def
/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor
/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor
      /pdfLastStroke true def /pdfLastFill false def } def
      /pdfLastStroke true def /pdfLastFill false def } def
/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor
/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor
     /pdfLastFill true def /pdfLastStroke false def } def
     /pdfLastFill true def /pdfLastStroke false def } def
/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor
/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor
     /pdfLastStroke true def /pdfLastFill false def } def
     /pdfLastStroke true def /pdfLastFill false def } def
/ck { 6 copy 6 array astore /pdfFill exch def
/ck { 6 copy 6 array astore /pdfFill exch def
      findcmykcustomcolor exch setcustomcolor
      findcmykcustomcolor exch setcustomcolor
      /pdfLastFill true def /pdfLastStroke false def } def
      /pdfLastFill true def /pdfLastStroke false def } def
/CK { 6 copy 6 array astore /pdfStroke exch def
/CK { 6 copy 6 array astore /pdfStroke exch def
      findcmykcustomcolor exch setcustomcolor
      findcmykcustomcolor exch setcustomcolor
      /pdfLastStroke true def /pdfLastFill false def } def
      /pdfLastStroke true def /pdfLastFill false def } def
% path segment operators
% path segment operators
/m { moveto } def
/m { moveto } def
/l { lineto } def
/l { lineto } def
/c { curveto } def
/c { curveto } def
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
      neg 0 rlineto closepath } def
      neg 0 rlineto closepath } def
/h { closepath } def
/h { closepath } def
% path painting operators
% path painting operators
/S { sCol stroke } def
/S { sCol stroke } def
/Sf { fCol stroke } def
/Sf { fCol stroke } def
/f { fCol fill } def
/f { fCol fill } def
/f* { fCol eofill } def
/f* { fCol eofill } def
% clipping operators
% clipping operators
/W { clip newpath } def
/W { clip newpath } def
/W* { eoclip newpath } def
/W* { eoclip newpath } def
% text state operators
% text state operators
/Tc { /pdfCharSpacing exch def } def
/Tc { /pdfCharSpacing exch def } def
/Tf { dup /pdfFontSize exch def
/Tf { dup /pdfFontSize exch def
      dup pdfHorizScaling mul exch matrix scale
      dup pdfHorizScaling mul exch matrix scale
      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
      exch findfont exch makefont setfont } def
      exch findfont exch makefont setfont } def
/Tr { /pdfTextRender exch def } def
/Tr { /pdfTextRender exch def } def
/Ts { /pdfTextRise exch def } def
/Ts { /pdfTextRise exch def } def
/Tw { /pdfWordSpacing exch def } def
/Tw { /pdfWordSpacing exch def } def
/Tz { /pdfHorizScaling exch def } def
/Tz { /pdfHorizScaling exch def } def
% text positioning operators
% text positioning operators
/Td { pdfTextMat transform moveto } def
/Td { pdfTextMat transform moveto } def
/Tm { /pdfTextMat exch def } def
/Tm { /pdfTextMat exch def } def
% text string operators
% text string operators
/awcp { % awidthcharpath
/awcp { % awidthcharpath
  exch {
  exch {
    1 string dup 0 3 index put 2 index charpath
    1 string dup 0 3 index put 2 index charpath
    3 index 3 index rmoveto
    3 index 3 index rmoveto
    4 index eq { 5 index 5 index rmoveto } if
    4 index eq { 5 index 5 index rmoveto } if
  } forall
  } forall
  6 {pop} repeat
  6 {pop} repeat
} def
} def
/Tj { fCol
/Tj { fCol
      0 pdfTextRise pdfTextMat dtransform rmoveto
      0 pdfTextRise pdfTextMat dtransform rmoveto
      1 index stringwidth pdfTextMat idtransform pop
      1 index stringwidth pdfTextMat idtransform pop
      sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
      sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
      pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
      pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
      4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
      4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
      pdfTextMat dtransform
      pdfTextMat dtransform
      6 5 roll
      6 5 roll
      currentpoint 8 2 roll
      currentpoint 8 2 roll
      pdfTextRender 1 and 0 eq {
      pdfTextRender 1 and 0 eq {
        6 copy awidthshow
        6 copy awidthshow
      } if
      } if
      pdfTextRender 3 and dup 1 eq exch 2 eq or {
      pdfTextRender 3 and dup 1 eq exch 2 eq or {
        8 6 roll moveto
        8 6 roll moveto
        currentfont /FontType get 3 eq { fCol } { sCol } ifelse
        currentfont /FontType get 3 eq { fCol } { sCol } ifelse
        false awcp currentpoint stroke moveto
        false awcp currentpoint stroke moveto
      } {
      } {
        8 {pop} repeat
        8 {pop} repeat
      } ifelse
      } ifelse
      0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
      0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
/Tj16 { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
/Tj16 { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
        0 pdfTextRise pdfTextMat dtransform rmoveto
        0 pdfTextRise pdfTextMat dtransform rmoveto
        2 index stringwidth pdfTextMat idtransform pop
        2 index stringwidth pdfTextMat idtransform pop
        sub exch div
        sub exch div
        pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
        pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
        4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
        4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
        pdfTextMat dtransform
        pdfTextMat dtransform
        6 5 roll awidthshow
        6 5 roll awidthshow
        0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
        0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
/Tj16V { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
/Tj16V { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
         0 pdfTextRise pdfTextMat dtransform rmoveto
         0 pdfTextRise pdfTextMat dtransform rmoveto
         2 index stringwidth pdfTextMat idtransform exch pop
         2 index stringwidth pdfTextMat idtransform exch pop
         sub exch div
         sub exch div
         0 pdfWordSpacing pdfTextMat dtransform 32
         0 pdfWordSpacing pdfTextMat dtransform 32
         4 3 roll pdfCharSpacing add 0 exch
         4 3 roll pdfCharSpacing add 0 exch
         pdfTextMat dtransform
         pdfTextMat dtransform
         6 5 roll awidthshow
         6 5 roll awidthshow
         0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
         0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
/TJm { pdfFontSize 0.001 mul mul neg 0
/TJm { pdfFontSize 0.001 mul mul neg 0
       pdfTextMat dtransform rmoveto } def
       pdfTextMat dtransform rmoveto } def
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
        pdfTextMat dtransform rmoveto } def
        pdfTextMat dtransform rmoveto } def
% Level 1 image operators
% Level 1 image operators
/pdfIm1 {
/pdfIm1 {
  /pdfImBuf1 4 index string def
  /pdfImBuf1 4 index string def
  { currentfile pdfImBuf1 readhexstring pop } image
  { currentfile pdfImBuf1 readhexstring pop } image
} def
} def
/pdfIm1Sep {
/pdfIm1Sep {
  /pdfImBuf1 4 index string def
  /pdfImBuf1 4 index string def
  /pdfImBuf2 4 index string def
  /pdfImBuf2 4 index string def
  /pdfImBuf3 4 index string def
  /pdfImBuf3 4 index string def
  /pdfImBuf4 4 index string def
  /pdfImBuf4 4 index string def
  { currentfile pdfImBuf1 readhexstring pop }
  { currentfile pdfImBuf1 readhexstring pop }
  { currentfile pdfImBuf2 readhexstring pop }
  { currentfile pdfImBuf2 readhexstring pop }
  { currentfile pdfImBuf3 readhexstring pop }
  { currentfile pdfImBuf3 readhexstring pop }
  { currentfile pdfImBuf4 readhexstring pop }
  { currentfile pdfImBuf4 readhexstring pop }
  true 4 colorimage
  true 4 colorimage
} def
} def
/pdfImM1 {
/pdfImM1 {
  /pdfImBuf1 4 index 7 add 8 idiv string def
  /pdfImBuf1 4 index 7 add 8 idiv string def
  { currentfile pdfImBuf1 readhexstring pop } imagemask
  { currentfile pdfImBuf1 readhexstring pop } imagemask
} def
} def
% Level 2 image operators
% Level 2 image operators
/pdfImBuf 100 string def
/pdfImBuf 100 string def
/pdfIm {
/pdfIm {
  image
  image
  { currentfile pdfImBuf readline
  { currentfile pdfImBuf readline
    not { pop exit } if
    not { pop exit } if
    (%-EOD-) eq { exit } if } loop
    (%-EOD-) eq { exit } if } loop
} def
} def
/pdfImSep {
/pdfImSep {
  findcmykcustomcolor exch
  findcmykcustomcolor exch
  dup /Width get /pdfImBuf1 exch string def
  dup /Width get /pdfImBuf1 exch string def
  begin Width Height BitsPerComponent ImageMatrix DataSource end
  begin Width Height BitsPerComponent ImageMatrix DataSource end
  /pdfImData exch def
  /pdfImData exch def
  { pdfImData pdfImBuf1 readstring pop
  { pdfImData pdfImBuf1 readstring pop
    0 1 2 index length 1 sub {
    0 1 2 index length 1 sub {
      1 index exch 2 copy get 255 exch sub put
      1 index exch 2 copy get 255 exch sub put
    } for }
    } for }
  6 5 roll customcolorimage
  6 5 roll customcolorimage
  { currentfile pdfImBuf readline
  { currentfile pdfImBuf readline
    not { pop exit } if
    not { pop exit } if
    (%-EOD-) eq { exit } if } loop
    (%-EOD-) eq { exit } if } loop
} def
} def
/pdfImM {
/pdfImM {
  fCol imagemask
  fCol imagemask
  { currentfile pdfImBuf readline
  { currentfile pdfImBuf readline
    not { pop exit } if
    not { pop exit } if
    (%-EOD-) eq { exit } if } loop
    (%-EOD-) eq { exit } if } loop
} def
} def
end
end
%%EndResource
%%EndResource
%%EndProlog
%%EndProlog
%%BeginSetup
%%BeginSetup
xpdf begin
xpdf begin
%%EndSetup
%%EndSetup
pdfStartPage
pdfStartPage
[] 0 d
[] 0 d
0 i
0 i
0 j
0 j
0 J
0 J
10 M
10 M
1 w
1 w
0 g
0 g
0 G
0 G
0.2588 0.1216 0 0 k
0.2588 0.1216 0 0 k
2 i
2 i
244 395.092 m
244 395.092 m
262.295 413.386 l
262.295 413.386 l
262.294 413.302 262.291 413.218 262.291 413.134 c
262.294 413.302 262.291 413.218 262.291 413.134 c
262.291 398.427 274.287 386.432 288.994 386.432 c
262.291 398.427 274.287 386.432 288.994 386.432 c
290.957 386.432 292.872 386.647 294.716 387.053 c
290.957 386.432 292.872 386.647 294.716 387.053 c
294.31 385.208 294.095 383.294 294.095 381.33 c
294.31 385.208 294.095 383.294 294.095 381.33 c
294.095 366.623 306.09 354.628 320.797 354.628 c
294.095 366.623 306.09 354.628 320.797 354.628 c
322.68 354.628 324.518 354.826 326.289 355.2 c
322.68 354.628 324.518 354.826 326.289 355.2 c
305.092 334 l
305.092 334 l
244 395.092 l
244 395.092 l
244 395.092 l
244 395.092 l
288.741 439.833 m
288.741 439.833 m
307.035 458.128 l
307.035 458.128 l
368.127 397.036 l
368.127 397.036 l
346.93 375.837 l
346.93 375.837 l
340.42 369.329 l
340.42 369.329 l
335.029 374.721 l
335.029 374.721 l
332.525 369.363 327.082 365.635 320.797 365.635 c
332.525 369.363 327.082 365.635 320.797 365.635 c
312.152 365.635 305.101 372.685 305.101 381.33 c
312.152 365.635 305.101 372.685 305.101 381.33 c
305.101 389.977 312.152 397.027 320.797 397.027 c
305.101 389.977 312.152 397.027 320.797 397.027 c
325.85 397.027 330.357 394.618 333.232 390.891 c
325.85 397.027 330.357 394.618 333.232 390.891 c
341.045 398.704 l
341.045 398.704 l
336.143 404.409 328.879 408.033 320.797 408.033 c
336.143 404.409 328.879 408.033 320.797 408.033 c
318.834 408.033 316.92 407.817 315.074 407.412 c
318.834 408.033 316.92 407.817 315.074 407.412 c
315.48 409.256 315.697 411.171 315.697 413.133 c
315.48 409.256 315.697 411.171 315.697 413.133 c
315.697 427.841 303.701 439.836 288.994 439.836 c
315.697 427.841 303.701 439.836 288.994 439.836 c
288.91 439.836 288.826 439.834 288.741 439.833 c
288.91 439.836 288.826 439.834 288.741 439.833 c
288.741 439.833 l
288.741 439.833 l
288.994 428.83 m
288.994 428.83 m
297.639 428.83 304.691 421.779 304.691 413.133 c
297.639 428.83 304.691 421.779 304.691 413.133 c
304.691 404.488 297.64 397.437 288.994 397.437 c
304.691 404.488 297.64 397.437 288.994 397.437 c
280.349 397.437 273.297 404.488 273.297 413.134 c
280.349 397.437 273.297 404.488 273.297 413.134 c
273.297 421.779 280.349 428.83 288.994 428.83 c
273.297 421.779 280.349 428.83 288.994 428.83 c
f*
f*
showpage
showpage
%%PageTrailer
%%PageTrailer
pdfEndPage
pdfEndPage
%%Trailer
%%Trailer
end
end
%%DocumentSuppliedResources:
%%DocumentSuppliedResources:
%%EOF
%%EOF
 
 

powered by: WebSVN 2.1.0

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