%!PS-Adobe- %%BoundingBox: 0 0 767 575 % The Human Interface tools program generates a postscript % description of your picture using attributes specified in the % Postscript Printer panel. % These attibutes are: scaling, rotation, whether polygons and % rectangles are described as hollow or filled, and, when the target % printer is black and white, whether objects should be drawn in % black or gray shades % If the device specified in the printer_configuration file is a color % device, the outlines are painted in colors. /q{bind def}bind def /A{setrgbcolor}q /rgb_bg {0 0 0 A}q /rgb_fg {0 0 0 A}q /rgb_bl {0 0 0 A}q /rgb_gr {0 0 0 A}q /rgb_rd { 0 0 0 A}q /rgb_ye {0 0 0 A}q /rgb_pr {0 0 0 A}q /rgb_gy {0 0 0 A}q /definepattern{ 10 dict begin /FontDict 9 dict def FontDict begin /cache exch def /key exch def /proc exch cvx def /mtx exch matrix invertmatrix def /height exch def /width exch def /ctm matrix currentmatrix def /ptm matrix identmatrix def /str (1234567890123456789012345678901234567890123456789) def end /FontBBox [ %def 0 0 FontDict /width get FontDict /height get ] def /FontMatrix FontDict /mtx get def /Encoding StandardEncoding def /FontType 3 def /BuildChar { %def pop begin FontDict begin width 0 cache { %ifelse 0 0 width height setcachedevice }{ %else setcharwidth } ifelse 0 0 moveto width 0 lineto width height lineto 0 height lineto closepath clip newpath gsave proc grestore end end } def FontDict /key get currentdict definefont end } bind def % dict patternpath - % dict matrix patternpath - /patternpath { %def dup type /dicttype eq {%ifelse begin FontDict /ctm get setmatrix }{ %else exch begin FontDict /ctm get setmatrix concat } ifelse currentdict setfont FontDict begin FontMatrix concat width 0 dtransform round width div exch round width div exch 0 height dtransform round height div exch round height div exch 0 0 transform round exch round exch ptm astore setmatrix pathbbox height div ceiling height mul 4 1 roll width div ceiling width mul 4 1 roll height div floor height mul 4 1 roll width div floor width mul 4 1 roll 2 index sub height div ceiling cvi exch 3 index sub width div ceiling cvi exch 4 2 roll moveto FontMatrix ptm invertmatrix pop { %repeat gsave ptm concat dup str length idiv { %repeat str show } repeat dup str length mod str exch 0 exch getinterval show grestore 0 height rmoveto } repeat pop end end } bind def % dict patternfill - %dict matrix patternfill - /patternfill {%def gsave clip patternpath grestore newpath }bind def 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern newpath 2 setlinecap 7.5 7.5 1.5 0 360 arc 1.000000 setlinewidth stroke } bind /pattern0 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern newpath 2 setlinecap 7.5 7.5 1.5 0 360 arc 1 setlinewidth stroke } bind /default_pattern true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern 2 setlinecap 7.5 0 moveto 15 7.5 lineto 0 7.5 moveto 7.5 15 lineto 1.000000 setlinewidth stroke } bind /pattern1 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern 2 setlinecap 7.5 0 moveto 0 7.5 lineto 15 7.5 moveto 7.5 15 lineto 1.000000 setlinewidth stroke } bind /pattern2 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern newpath 2 setlinecap 0 15 moveto 12 -7.5 rlineto -12 -7.5 rlineto 1.000000 setlinewidth stroke } bind /pattern3 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern 2 setlinecap 15 0 moveto 0 0 lineto 1.000000 setlinewidth stroke } bind /pattern4 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern 2 setlinecap 7.5 15 moveto 7.5 0 lineto 1.000000 setlinewidth stroke } bind /pattern5 true definepattern pop 15 15 [300 30 div 0 0 300 30 div 0 0] { %definepattern 2 setlinecap 7.5 7.5 7.5 0 180 arc 1.000000 setlinewidth stroke } bind /pattern6 true definepattern pop /stipple_B { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath stroke moveto lineto lineto lineto closepath findfont % a pattern font patternfill grestore } bind def /black_B { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath 0 0 0 setrgbcolor fill stroke pop pop pop pop pop pop pop pop pop grestore } bind def /hollow_B { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath 0 0 0 setrgbcolor stroke pop pop pop pop pop pop pop pop pop grestore } bind def /white_B { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath 1 1 1 setrgbcolor fill stroke pop pop pop pop pop pop pop pop pop grestore } bind def /stipple_R { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath stroke moveto lineto lineto lineto closepath findfont % a pattern font patternfill grestore } bind def /black_R { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath 0 0 0 setrgbcolor fill stroke pop pop pop pop pop pop pop pop pop grestore } bind def /white_R { %def 0 setlinewidth gsave moveto lineto lineto lineto closepath 1 1 1 setrgbcolor fill stroke pop pop pop pop pop pop pop pop pop grestore } bind def /D{setdash}q /O {[] 0 D}q /o1 {[2 2] 0 D} q /o2 {[1 5 7 3] 0 D} q /o3 {[1 3 2 3 7 ] 0 D} q /o4 {[1 2 2 2 2 2 5] 0 D} q /o5 {[1 2 13] 0 D} q /o6 {[1 7 ] 0 D} q /_l {lineto} q /_m {moveto} q /c {arc closepath stroke}q /makepath { /ptarr exch def newpath ptarr 0 get ptarr 1 get moveto 2 2 ptarr length 1 sub { /idx exch def ptarr idx get ptarr idx 1 add get lineto } for }def /G {/yarr exch def /xarr exch def 0 1 xarr length 1 sub { xarr exch get /x exch def 0 1 yarr length 1 sub { yarr exch get /y exch def x y P } for }for }q /L { newpath moveto lineto stroke }q /M { makepath stroke }q % % Rectangle and polygon definitions % --------------------------------- % % /trans { 3 -1 roll dup 4 1 roll add 3 1 roll add exch itransform } q /setrect { /Y2 exch def /X2 exch def /Y1 exch def /X1 exch def X1 Y1 X1 Y2 X2 Y2 X2 Y1 }q /T { 3 copy transform trans setrect R pop }q /trans1 { 3 -1 roll add 3 1 roll add exch itransform } q /C { makepath closepath stroke }q /P {moveto 1 1 rlineto stroke} q % 0 0 moveto 0 h _l w h _l w 0 _l closepath clip newpath /clipbox {/y2 exch def /x2 exch def /y1 exch def /x1 exch def newpath x1 y1 moveto x1 y2 _l x2 y2 _l x2 y1 _l closepath clip } q 18 3 translate 0 0 translate 0.9800000 0.9800000 scale 757 -33 translate 90 rotate 0 setlinewidth /bg 40 750 40 93 1132 93 1132 750 40 750 40 93 1132 93 1132 750 white_R rgb_fg 224 375 224 384 L 224 430 224 440 L 317 430 317 440 L 317 375 317 384 L 224 421 224 430 L 224 430 289 430 L 289 430 289 458 L 289 458 298 458 L 224 366 224 375 L 224 375 289 375 L 289 347 289 375 L 289 347 298 347 L 410 403 410 440 L 474 430 484 430 L 474 403 474 430 L 502 403 502 412 L 567 430 576 430 L 567 403 567 430 L 595 403 595 412 L 660 430 669 430 L 660 403 660 430 L 687 403 687 412 L 502 393 502 403 L 567 375 567 403 L 567 375 576 375 L 502 403 567 403 L 595 393 595 403 L 660 375 660 403 L 660 375 669 375 L 595 403 660 403 L 317 421 317 430 L 317 430 373 430 L 373 430 373 458 L 373 458 391 458 L 317 366 317 375 L 317 375 373 375 L 373 347 373 375 L 373 347 391 347 L 410 366 410 403 L 474 375 474 403 L 474 375 484 375 L 410 403 474 403 L 132 347 187 347 L 187 347 206 347 L 187 458 206 458 L 187 347 187 458 L 206 403 298 403 L 687 393 687 403 L 687 403 743 403 L 160 403 206 403 L 132 403 160 403 L 224 366 224 351 L 221 351 224 351 L 221 351 221 343 L 221 343 224 343 L 224 329 224 343 L 216 343 216 351 L 206 347 216 347 L /fg 221 355 221 355 221 355 221 355 221 355 221 355 221 355 221 355 black_R 224 421 224 406 L 221 406 224 406 L 221 406 221 399 L 221 399 224 399 L 224 384 224 399 L 216 399 216 406 L 206 403 213 403 L /fg 213 404 213 401 216 401 216 404 213 404 213 401 216 401 216 404 hollow_B /fg 221 410 221 410 221 410 221 410 221 410 221 410 221 410 221 410 black_R 224 477 224 462 L 221 462 224 462 L 221 462 221 455 L 221 455 224 455 L 224 440 224 455 L 216 455 216 462 L 206 458 213 458 L /fg 213 460 213 457 216 457 216 460 213 460 213 457 216 457 216 460 hollow_B /fg 221 466 221 466 221 466 221 466 221 466 221 466 221 466 221 466 black_R 317 477 317 462 L 313 462 317 462 L 313 462 313 455 L 313 455 317 455 L 317 440 317 455 L 308 455 308 462 L 298 458 305 458 L /fg 305 460 305 457 308 457 308 460 305 460 305 457 308 457 308 460 hollow_B /fg 313 466 313 466 313 466 313 466 313 466 313 466 313 466 313 466 black_R 317 366 317 351 L 313 351 317 351 L 313 351 313 343 L 313 343 317 343 L 317 329 317 343 L 308 343 308 351 L 298 347 308 347 L /fg 313 355 313 355 313 355 313 355 313 355 313 355 313 355 313 355 black_R 317 421 317 406 L 313 406 317 406 L 313 406 313 399 L 313 399 317 399 L 317 384 317 399 L 308 399 308 406 L 298 403 308 403 L /fg 313 410 313 410 313 410 313 410 313 410 313 410 313 410 313 410 black_R 410 477 410 462 L 406 462 410 462 L 406 462 406 455 L 406 455 410 455 L 410 440 410 455 L 401 455 401 462 L 391 458 398 458 L /fg 398 460 398 457 401 457 401 460 398 460 398 457 401 457 401 460 hollow_B /fg 406 466 406 466 406 466 406 466 406 466 406 466 406 466 406 466 black_R 410 366 410 351 L 406 351 410 351 L 406 351 406 343 L 406 343 410 343 L 410 329 410 343 L 401 343 401 351 L 391 347 401 347 L /fg 406 355 406 355 406 355 406 355 406 355 406 355 406 355 406 355 black_R 502 449 502 434 L 499 434 502 434 L 499 434 499 427 L 499 427 502 427 L 502 412 502 427 L 494 427 494 434 L 484 430 491 430 L /fg 491 432 491 429 494 429 494 432 491 432 491 429 494 429 494 432 hollow_B /fg 499 438 499 438 499 438 499 438 499 438 499 438 499 438 499 438 black_R 502 393 502 379 L 499 379 502 379 L 499 379 499 371 L 499 371 502 371 L 502 356 502 371 L 494 371 494 379 L 484 375 494 375 L /fg 499 382 499 382 499 382 499 382 499 382 499 382 499 382 499 382 black_R 595 449 595 434 L 591 434 595 434 L 591 434 591 427 L 591 427 595 427 L 595 412 595 427 L 586 427 586 434 L 576 430 583 430 L /fg 583 432 583 429 586 429 586 432 583 432 583 429 586 429 586 432 hollow_B /fg 591 438 591 438 591 438 591 438 591 438 591 438 591 438 591 438 black_R 595 393 595 379 L 591 379 595 379 L 591 379 591 371 L 591 371 595 371 L 595 356 595 371 L 586 371 586 379 L 576 375 586 375 L /fg 591 382 591 382 591 382 591 382 591 382 591 382 591 382 591 382 black_R 687 449 687 434 L 684 434 687 434 L 684 434 684 427 L 684 427 687 427 L 687 412 687 427 L 679 427 679 434 L 669 430 676 430 L /fg 676 432 676 429 679 429 679 432 676 432 676 429 679 429 679 432 hollow_B /fg 684 438 684 438 684 438 684 438 684 438 684 438 684 438 684 438 black_R 687 393 687 379 L 684 379 687 379 L 684 379 684 371 L 684 371 687 371 L 687 356 687 371 L 679 371 679 379 L 669 375 679 375 L /fg 684 382 684 382 684 382 684 382 684 382 684 382 684 382 684 382 black_R /bg 221 433 221 427 227 427 227 433 221 433 221 427 227 427 227 433 white_R /fg 222 432 222 428 226 428 226 432 222 432 222 428 226 428 226 432 black_B /fg 222 432 222 428 226 428 226 432 222 432 222 428 226 428 226 432 black_R /bg 221 378 221 372 227 372 227 378 221 378 221 372 227 372 227 378 white_R /fg 222 377 222 373 226 373 226 377 222 377 222 373 226 373 226 377 black_B /fg 222 377 222 373 226 373 226 377 222 377 222 373 226 373 226 377 black_R /bg 499 406 499 400 505 400 505 406 499 406 499 400 505 400 505 406 white_R /fg 500 405 500 401 504 401 504 405 500 405 500 401 504 401 504 405 black_B /fg 500 405 500 401 504 401 504 405 500 405 500 401 504 401 504 405 black_R /bg 564 406 564 400 570 400 570 406 564 406 564 400 570 400 570 406 white_R /fg 565 405 565 401 569 401 569 405 565 405 565 401 569 401 569 405 black_B /fg 565 405 565 401 569 401 569 405 565 405 565 401 569 401 569 405 black_R /bg 592 406 592 400 598 400 598 406 592 406 592 400 598 400 598 406 white_R /fg 593 405 593 401 597 401 597 405 593 405 593 401 597 401 597 405 black_B /fg 593 405 593 401 597 401 597 405 593 405 593 401 597 401 597 405 black_R /bg 657 406 657 400 663 400 663 406 657 406 657 400 663 400 663 406 white_R /fg 658 405 658 401 662 401 662 405 658 405 658 401 662 401 662 405 black_B /fg 658 405 658 401 662 401 662 405 658 405 658 401 662 401 662 405 black_R /bg 314 433 314 427 320 427 320 433 314 433 314 427 320 427 320 433 white_R /fg 315 432 315 428 319 428 319 432 315 432 315 428 319 428 319 432 black_B /fg 315 432 315 428 319 428 319 432 315 432 315 428 319 428 319 432 black_R /bg 314 378 314 372 320 372 320 378 314 378 314 372 320 372 320 378 white_R /fg 315 377 315 373 319 373 319 377 315 377 315 373 319 373 319 377 black_B /fg 315 377 315 373 319 373 319 377 315 377 315 373 319 373 319 377 black_R /bg 407 406 407 400 413 400 413 406 407 406 407 400 413 400 413 406 white_R /fg 408 405 408 401 412 401 412 405 408 405 408 401 412 401 412 405 black_B /fg 408 405 408 401 412 401 412 405 408 405 408 401 412 401 412 405 black_R /bg 471 406 471 400 477 400 477 406 471 406 471 400 477 400 477 406 white_R /fg 472 405 472 401 476 401 476 405 472 405 472 401 476 401 476 405 black_B /fg 472 405 472 401 476 401 476 405 472 405 472 401 476 401 476 405 black_R /bg 184 350 184 344 190 344 190 350 184 350 184 344 190 344 190 350 white_R /fg 185 349 185 345 189 345 189 349 185 349 185 345 189 345 189 349 black_B /fg 185 349 185 345 189 345 189 349 185 349 185 345 189 345 189 349 black_R /bg 684 406 684 400 690 400 690 406 684 406 684 400 690 400 690 406 white_R /fg 685 405 685 401 689 401 689 405 685 405 685 401 689 401 689 405 black_B /fg 685 405 685 401 689 401 689 405 685 405 685 401 689 401 689 405 black_R 502 356 502 352 L 502 352 491 352 L 491 352 502 335 L 502 335 513 352 L 513 352 502 352 L 595 356 595 352 L 595 352 584 352 L 584 352 595 335 L 595 335 606 352 L 606 352 595 352 L 687 356 687 352 L 687 352 676 352 L 676 352 687 335 L 687 335 699 352 L 699 352 687 352 L 410 329 410 324 L 410 324 398 324 L 398 324 410 307 L 410 307 421 324 L 421 324 410 324 L 317 329 317 324 L 317 324 306 324 L 306 324 317 307 L 317 307 328 324 L 328 324 317 324 L 224 329 224 324 L 224 324 213 324 L 213 324 224 307 L 224 307 236 324 L 236 324 224 324 L 224 477 224 498 L 224 498 213 481 L 213 481 224 498 L 224 498 236 481 L 317 477 317 498 L 317 498 306 481 L 306 481 317 498 L 317 498 328 481 L 410 477 410 498 L 410 498 398 481 L 398 481 410 498 L 410 498 421 481 L 502 449 502 470 L 502 470 491 454 L 491 454 502 470 L 502 470 513 454 L 595 449 595 470 L 595 470 584 454 L 584 454 595 470 L 595 470 606 454 L 687 449 687 470 L 687 470 676 454 L 676 454 687 470 L 687 470 699 454 L 132 403 127 403 L 127 403 120 410 L 120 410 101 410 L 101 410 101 395 L 101 395 120 395 L 120 395 127 403 L 132 347 127 347 L 127 347 120 355 L 120 355 101 355 L 101 355 101 340 L 101 340 120 340 L 120 340 127 347 L 743 403 748 403 L 748 403 748 410 L 748 410 766 410 L 766 410 774 403 L 774 403 766 395 L 766 395 748 395 L 748 395 748 403 L 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 234 351 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 234 407 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 234 463 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 326 463 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 326 351 moveto (W=2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 326 407 moveto (W=2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 419 463 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 419 351 moveto (W=2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 511 435 moveto (W=3.2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 511 379 moveto (W=2 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 604 435 moveto (W=6.4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 604 379 moveto (W=4 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 697 435 moveto (W=12.8 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 7 scalefont setfont 697 379 moveto (W=8 L=0.8) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 67 402 moveto (HIT) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 58 346 moveto (D_in) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 761 420 moveto (Bit) show 0 0 0 setrgbcolor /Courier findfont 26 scalefont setfont 298 531 moveto (Dff_Out_tile) show 0 0 0 setrgbcolor /Courier findfont 13 scalefont setfont 104 606 moveto (Note: the following redundant terminals have been removed:) show 104 593 moveto (DStrobe2, Dstrobe_poly) show /bg -15 312 -15 310 -13 310 -13 312 -15 312 -15 310 -13 310 -13 312 white_B /bg -15 313 -15 310 -12 310 -12 313 -15 313 -15 310 -12 310 -12 313 white_B /bg -15 314 -15 310 -11 310 -11 314 -15 314 -15 310 -11 310 -11 314 white_B -16 316 -16 304 L -15 316 -15 304 L -14 316 -14 304 L -21 311 -9 311 L -21 310 -9 310 L -21 309 -9 309 L rgb_fg -21 310 -9 310 L -15 316 -15 304 L /fg -15 313 -15 310 -12 310 -12 313 -15 313 -15 310 -12 310 -12 313 black_B showpage