Files
2019-07-23 16:37:21 +03:00

703 B

FPGA Mandelbrot Set on Digilent Basys3 Xilinx Artix 7 (Not finished)

Mandelbrot set visualization

picture

I will try make Cornell University ECE 5760: Laboratory 3 Mandelbrot set visualization. http://people.ece.cornell.edu/land/courses/ece5760/LABS/s2019/lab3_mandelbrot.html

Lectures:

Math

Calculations are performed using floating point

| Sign | Exponent | Mantissa |
| 1bit | 8bits | 18bits |

2^0 => Exponent = 'd127 = 'h7f

Mantissa = [ ( 1-2^(-126) ) ; 0.5 ]