1
0
forked from tanchou/Verilog
Commit Graph

26 Commits

Author SHA1 Message Date
Gamenight77
e124c7c0c4 Bloquer a cause du tx 2025-05-13 12:22:50 +02:00
Gamenight77
b7d184d02f Gros patch sur la fifo et rx fifo pour gagner des tick d'horloge, uart comand fonctionne toujours pas 2025-05-13 10:21:28 +02:00
Gamenight77
30bbe27510 ultrasonic commands commencer et tester mais non fonctionnel donc début de testbench pour pouvoir debuguer 2025-05-12 12:15:52 +02:00
Gamenight77
004def5ba2 Add README for UART loopback issue and delay explanation 2025-05-09 11:58:55 +02:00
Gamenight77
e086ba8ef0 Loopback fifo fonctionne mais avec 3 valeur de décalage 2025-05-09 11:39:40 +02:00
Gamenight77
99e259f672 MAJ FIFO -> turn wire rd_data into register 2025-05-09 10:27:13 +02:00
Gamenight77
cd14d82add patch 2025-05-09 09:20:56 +02:00
Gamenight77
a162a2a1bb Update LED display logic to show received data instead of received signal 2025-05-09 09:15:44 +02:00
Gamenight77
a792f85adf loopback fonctionne avec le rxuartlite 2025-05-09 09:15:28 +02:00
Gamenight77
93e0e96798 Add WAIT state to FSM and implement delay mechanism in UART module 2025-05-07 18:07:45 +02:00
Gamenight77
6bb42700f8 Update TX data assignment in UART loopback module to send fixed value 2025-05-07 18:05:02 +02:00
Gamenight77
f990a6f6d3 Fix UART RX module instantiation and update build script for correct file references 2025-05-07 11:07:42 +02:00
Gamenight77
83c40bee28 Fix build script and update state machine in UART loopback module 2025-05-07 10:39:52 +02:00
Gamenight77
ec1c69cf8f Implement UART and ultrasonic sensor integration with FIFO for data transmission 2025-05-07 10:27:17 +02:00
Gamenight77
abef18227c Refactor UART FIFO implementation: update top-level module and integrate RX/TX FIFO functionality 2025-05-07 09:46:43 +02:00
Gamenight77
86d4f5ddd2 rx fifo et tx fifo on l'air de fonctionner lors des testbenchs 2025-05-06 10:59:08 +02:00
Gamenight77
1ca3456ab8 Création de la structure du uart fifo 2025-05-06 09:42:26 +02:00
Gamenight77
aaebf22d48 Tb for fifo working fine 2025-05-06 09:14:59 +02:00
Gamenight77
1d39c68b5c Refactor uart_tx module to implement FIFO functionality with write and read pointers 2025-05-05 15:29:45 +02:00
Gamenight77
7156abf4e7 Add UART TX module and testbench, update scripts and constraints 2025-05-05 15:23:44 +02:00
Gamenight77
e0a54fb42a Add LED indication for RX signal in top_uart_loopback module 2025-05-05 14:54:40 +02:00
Gamenight77
589c36ed83 Loopback ne fonctionne pas 2025-05-05 14:52:01 +02:00
Gamenight77
87732dcf87 uart modules work 2025-05-05 09:58:19 +02:00
Gamenight77
fc48941459 uart_rx valid 2025-05-05 09:51:23 +02:00
Gamenight77
c9a5fba97e TX tested with other's rx code (its work) 2025-05-05 09:26:41 +02:00
Gamenight77
f5e73d7379 struct 2025-05-02 15:51:18 +02:00