Parameters for the Divider
A short interface specification:
The input width of the model are parameterizable.
The inputs and outputs will have the same bit width.
The algorithm is implemented asynchronous without flipflops.
Interface:
- dvd : Input port for the dividend
- dvs : Input port for the divisor
- quot : Output port for the quotient
- rest : Output port for the remainder (2's complement)