Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cordic: make interior registers reset_less
* the understanding is that the CORDIC does not hold a state that should or could be reset. the internal registers are all fully defined by the inputs and will be reset (with the pipeline delay) by resetting the inputs. * the stage counter in the iterative implementation retains its reset * significantly reduces reset congestion due to reset net in big designs