enable property
Controls whether it should increment or decrement (based on increments) (active high).
Present if hasEnable is true
.
Implementation
Logic? get enable => tryPort('enable');
Controls whether it should increment or decrement (based on increments) (active high).
Present if hasEnable is true
.
Logic? get enable => tryPort('enable');