home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / ui / counter. / counter.bin
Text File  |  1995-12-09  |  629b  |  16 lines

  1. OPERATOR
  2.  
  3. counter --- generalized counter
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The counter operator implements a generalized method of producing a set of 
  9. integer objects. The count , incre , and final parameters set up the start 
  10. count, increment, and final count respectively. When the top input arrives, 
  11. two outputs are produced. The top output is the count value whereas the 
  12. bottom output is an end flag. The end flag is zero for each count value 
  13. produced until the final count is reached at which time an end flag of one 
  14. is generated. The lower input causes the counter value to reset to the 
  15. initial value. 
  16.