Fixed2Float_Converter: This project is implementation for conversion of 19bit fixed point number to single precision IEEE floating point number.

Clone this repo:

Branches

  1. be9b985 final gds oasis by Jeff DiCorpo · 2 years, 4 months ago main
  2. cb2c233 Create readme by Dhayalakumar · 2 years, 7 months ago
  3. 821e832 Add files via upload by Dhayalakumar · 2 years, 7 months ago
  4. f531df5 Add files via upload by Dhayalakumar · 2 years, 7 months ago
  5. dfd44a7 Delete caravel/rtl directory by Dhayalakumar · 2 years, 7 months ago

Fixed2Float_MPW3

This project is the fixed point to floating point converter targetted for any DSP operations. When writing signal processing application or interfacing hardware to get some decimal data and process it, more likely we are going to bounce into floating and fixed-point conversion. So there would be a need to convert from floating point to fixed point and vice versa when storing and retrieving decimal values from embedded systems that store the data at fixed length memory locations or registers.

I/O

    a:19bit fixed point number
    b:Single precision IEEE floating point number

Simulation Results

Pre-Synthesis

Post Synthesis

RTL to GDSII