1
0
forked from tanchou/Verilog

9 Commits

Author SHA1 Message Date
4c3e40b266 Refactor FIFO module: update pointer and count handling for improved functionality 2025-05-22 14:49:36 +02:00
54bf6df85b Add DHT11 UART communication module and related components
- Implemented a FIFO buffer in Verilog for data storage.
- Created a simplified UART transmitter (txuartlite) for serial communication.
- Developed a UART transmission FIFO (uart_tx_fifo) to manage data flow.
- Designed the top-level module (dht11_uart_top) to interface with the DHT11 sensor and handle data transmission.
- Added a testbench (tb_dht11) for simulating the DHT11 module functionality.
- Updated README with project description and command references.
- Created build and simulation scripts for both Linux and Windows environments.
- Added constraints file for hardware configuration.
- Implemented a state machine for managing measurement and data transmission.
2025-05-22 12:27:16 +02:00
Gamenight77
a541e033d7 Refactor DHT11 model: update clock comment for clarity and adjust state machine comment formatting 2025-05-22 08:58:27 +02:00
Gamenight77
434381e9b6 Refactor DHT11 module and testbench: update timing parameters, adjust state machine, and correct simulation script paths 2025-05-21 18:11:28 +02:00
cbebf620d5 Add DHT11 interface and model, update testbench and scripts for simulation 2025-05-20 15:55:21 +02:00
b3e646d854 Refactor ultrasonic modules and testbench for improved functionality and clarity 2025-05-20 14:24:41 +02:00
Gamenight77
436edae734 Add ultrasonic sensor model and driver, update testbench and scripts 2025-05-19 11:42:28 +02:00
Gamenight77
9755b1b0a3 Refactor testbench by removing unused sensor distance checks and simplifying LED verification logic 2025-05-19 09:53:24 +02:00
Gamenight77
75d1ff029b Semaine 6 init 2025-05-19 09:14:04 +02:00