Floating Point/Soft Implementations
From Wikibooks, the open-content textbooks collection
Contents |
[edit] Soft Implementations
This page is going to discuss how to create a floating-point implementation in an HDL such as VHDL, Verilog, or SystemC. This page assumes a prior knowledge of Programmable Logic
[edit] Control
[edit] Datapath
[edit] Addition and Subtraction
[edit] Multiplication
[edit] further reading
- Embedded Systems/Floating Point Unit discusses implementing floating point in software

