Commit Graph

8 Commits

Author SHA1 Message Date
835b4d0ab8 Refactor and update various components in LAB2 design
- Updated node connections in lab_2.bda and pak_depak.bda to correct source and target references.
- Modified pak_depak_wrapper.vhd to reflect the correct timestamp.
- Rearranged the order of components in pak_depak.bd for clarity and consistency.
- Adjusted BRAM writer logic in bram_writer.vhd for improved data handling and comments for clarity.
- Enhanced depacketizer.vhd with additional comments and logic adjustments for better data reception.
- Refined divider_by_3.vhd to optimize division calculations and improve clarity in comments.
- Improved img_conv.vhd with better state management and comments for the convolution process.
- Updated led_blinker.vhd to enhance readability and maintainability with clearer comments.
- Enhanced packetizer.vhd to improve data handling and added comments for better understanding.
- Adjusted rgb2gray.vhd to include standard library comments for consistency.
- Updated test.py to improve image processing logic and added visualization for differences.
- Added new binary files for test_nopath.exe and archived project files for lab2 and pak_depak.
- Updated Vivado project files to ensure correct paths and settings for synthesis and implementation.
2025-04-25 00:43:10 +02:00
a054085341 Add testbench for LED blinker, enhance bram_writer with state management, and update test script for overflow/underflow handling 2025-04-17 22:55:49 +02:00
667632bfa3 Enhance bram_writer and testbench: add data handling for convolution, update state machine, and introduce new configuration files for simulation 2025-04-17 21:29:02 +02:00
7ee12b37fe Enhance bram_writer: add image size parameter, improve state machine for data handling, and refine signal management for better performance 2025-04-17 19:21:15 +02:00
1d226709ac Refactor bram_writer: streamline entity definition, remove unused signals, and enhance state management for improved clarity and functionality 2025-04-17 17:25:21 +02:00
9bf8c21957 Refactor bram_writer and test script: improve code readability, update package installation method, and enhance image processing logic 2025-04-17 01:24:18 +02:00
f363f09506 Implement finite state machine in bram_writer for improved data handling and convolution control 2025-04-16 13:02:48 +02:00
a5264642a6 Add new VHDL entities for image processing and update test scripts for Lab2 2025-03-29 00:50:32 +01:00