Changes between Version 24 and Version 25 of Writing Rules/Caba
- Timestamp:
- Jun 15, 2009, 7:03:08 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Writing Rules/Caba
v24 v25 195 195 196 196 For each hardware component, there is zero, one or several `genMealy()` methods (it can be useful 197 to have one separated `ge mealy()` 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.197 to 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. 198 198 No register can be assigned in this method. Each output port can be assigned only once. 199 199