An open API service indexing awesome lists of open source software.

https://github.com/albertopirillo/logical-networks-project-2020

Implementation in VHDL of an HW component capable of recalibrating the contrast of an image stored in an external memory, using a histogram equalization algorithm.
https://github.com/albertopirillo/logical-networks-project-2020

digital-design hw vivado-hls

Last synced: 2 months ago
JSON representation

Implementation in VHDL of an HW component capable of recalibrating the contrast of an image stored in an external memory, using a histogram equalization algorithm.

Awesome Lists containing this project

README

        

# Prova Finale - Reti Logiche

### Engineering of Computing Systems @ Politecnico di Milano, AA. 2020-2021

The goal of the project is to use VHDL language to implement and synthesize an HW component capable of interacting with a memory to read an image, process that image using a histogram equalization algorithm and eventually write in memory the equalized image

## Resources
- Source code is available [here](sources/project_reti_logiche.vhd)
- A state diagram of the component is available [here](documentation/FSM%20Diagram.pdf)
- A detailed report is available [here](documentation/Report.pdf)

## Software
- [Xilinx Vivado Design Suite](https://www.xilinx.com/products/design-tools/vivado.html)
- [Diagrams](https://www.diagrams.net/)
- [LaTeX](https://www.latex-project.org/)

## License & Copyright
Licensed under [MIT License](LICENSE)