Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 2.67 KB

README.md

File metadata and controls

29 lines (29 loc) · 2.67 KB

FPGA Floating Point Division (Single Precision)

Simple project using the floating point division IP Core's division functionality from Xilinx
alt text alt text alt text

NEXYS 4 DDR (Artix-7)

Block Diagram for Programming Logic System. Project: https://github.com/SnrNotHere16/FPGADivisionFloatingPoint/tree/main/FloatingPointDivisionNexys4DDR/FPFPGA/Division alt text 0/0 = 7FC0_0000 = NaN alt text alt text -2/0 = FF80_0000 = -inf alt text alt text 2/0 = 7F80_0000 = inf alt text alt text 0/-2 = 8000_0000 = -0 alt text alt text
0/2 = 0000_0000 = 0
alt text alt text

ZYBO Z7 ZYNQ-7020

Block Diagram for Programming Logic System. Project: https://github.com/SnrNotHere16/FPGADivisionFloatingPoint/tree/main/FPDivZYBO/Project/FloatingDivisionZybo
alt text alt text
Results
alt text