derived work
This series shows some implementation of math operations introduced in chapter 7 of the inquiry "How do computers do Math?".
derived work
What good are fast math circuits, if you can't show them off? A test setup to both verify the implementation of the circuits.
(c) Copyright 2016 Coert Vonk
Implements an adder and subtractor using Verilog HDL.
(c) Copyright 2016 Coert Vonk
Introduces algorithms to reduce the delay when adding numbers. A look at two carry-lookahead circuits.
(c) Copyright 2016 Coert Vonk
Builds a carry-propagate array multiplier.
(c) Copyright 2016 Coert Vonk
Investigates methods of implementing binary multiplication with less latency.
(c) Copyright 2016 Coert Vonk
Builds an attempt-subtraction divider.
(c) Copyright 2016 Coert Vonk
The method implemented here is a simplification of Samavi's and Sutikno's improvements of the non-restoring digit recurrence square root algorithm.