Update README.md
1 file changed
tree: 583026f81c361da67b22137ac5ab468069db8c3d
  1. def/
  2. gds/
  3. lef/
  4. mag/
  5. maglef/
  6. mpw_precheck/
  7. openlane/
  8. precheck_results/
  9. signoff/
  10. spi/
  11. verilog/
  12. info.yaml
  13. LICENSE
  14. Makefile
  15. README.md
  16. user_proj_example.mag
  17. user_project_wrapper.mag
README.md

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.

Simulation Results

## Pre-Synthesis
<img width="683" alt="sim_res" src="https://user-images.githubusercontent.com/61288836/139244314-78fc3ac2-b24c-408c-9da9-15ce61e1e8f0.PNG">

## Post Synthesis
<img width="681" alt="gls_sim" src="https://user-images.githubusercontent.com/61288836/139244286-7bde09a1-ed9a-420a-b06b-6cd6a3bef7e3.PNG">