rohd-hcl
rohd-hcl copied to clipboard
Binary Counter
Motivation
Configurable counters are useful!
Desired solution
- Reset with reset value
- Saturation value (maximum value)
- Saturation behavior (overflow vs. hold at saturated value)
- Enable (increment) -> when high: increment, when low: don't increment
- Enable decrement
- Increment amount
- Decrement amount
- number of increments/decrements (different constructors maybe for 1 vs multiple)
Alternatives considered
No response
Additional details
No response