Changes between Version 24 and Version 25 of Writing Rules/Caba


Ignore:
Timestamp:
Jun 15, 2009, 7:03:08 PM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Caba

    v24 v25  
    195195
    196196For each hardware component, there is zero, one or several `genMealy()` methods (it can be useful
    197 to have one separated `gemealy()` method for each output port). These methods can be called several times per cycle. The sensitivity list can contain several input ports. This method computes the Mealy values of the ouput ports, using only the register values and the input ports values.
     197to have one separated `genMealy()` method for each output port). These methods can be called several times per cycle. The sensitivity list can contain several input ports. This method computes the Mealy values of the ouput ports, using only the register values and the input ports values.
    198198No register can be assigned in this method. Each output port can be assigned only once.
    199199