Commit Graph

7 Commits

Author SHA1 Message Date
0d805b93b6 Refactor RGB to Grayscale Converter and Add Divider Component
- Updated the rgb2gray.vhd file to improve readability and structure, including consistent casing for keywords and signals.
- Implemented a new divider_by_3 component to calculate the grayscale value by dividing the sum of RGB channels by 3.
- Enhanced the state machine in rgb2gray to handle RGB input and output grayscale values correctly.
- Updated the Vivado project file to include the new divider_by_3.vhd for synthesis and simulation.
- Modified vhdl_ls.toml to include unisim files for third-party library support.
2025-04-11 01:50:19 +02:00
a5264642a6 Add new VHDL entities for image processing and update test scripts for Lab2 2025-03-29 00:50:32 +01:00
ac8b35ff73 Refactor PulseWidthModulator entity parameters and update README for project setup 2025-03-24 13:16:39 +01:00
68ca4a6ea2 Refactor VHDL testbench and update library paths in vhdl_ls.toml 2025-03-24 00:28:49 +01:00
Davide Cavagnola
71043ea6ec Update vhdl_ls.toml 2025-03-23 17:05:16 +01:00
Davide Cavagnola
77ad3b2c6c Update vhdl_ls.toml 2025-03-23 17:04:51 +01:00
89ecaadc73 Setup VHDL LS extension 2025-03-23 12:50:02 +01:00