home *** CD-ROM | disk | FTP | other *** search
/ gdead.berkeley.edu / gdead.berkeley.edu.tar / gdead.berkeley.edu / pub / cad-tools / ciftomann.tar / cmd_dir / README < prev    next >
Text File  |  1988-01-28  |  725b  |  25 lines

  1.  
  2. The values you can set in the cif command file are :
  3.  
  4. stage_max    - the maximum x/y coordinate (an integer)
  5. stage_min    - the minimum x/y coordinate (an integer)
  6. aperture_min    - the minimum aperture width (an integer)
  7. aperture_max    - the maximum aperture width (an integer)
  8. grid_size    - the size of grid the geometry is to be rounded to.
  9.         - This should be the larger of the aperture resolution
  10.         - and TWICE the x/y resolution (an integer)
  11. convert_factor    - One pattern generator unit in Cif-units
  12.         - (a Cif-unit is .01 microns) (a fixed point number)
  13.  
  14.     If you wish to change the defaults for the MetricMann3000,
  15. you would build a command file like:
  16.  
  17. scale 4
  18. NM
  19. NP
  20. NG
  21. aperture_min 1
  22. aperture_max 400000
  23. stage_min 1
  24. grid_size 1
  25.