1
0
forked from tanchou/Verilog

Add ultrasonic sensor model and driver, update testbench and scripts

This commit is contained in:
Gamenight77
2025-05-19 11:42:28 +02:00
parent 9755b1b0a3
commit 436edae734
17 changed files with 740 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "=== Lancement de GTKWave ==="
gtkwave runs/ultrason_commands.vcd
echo "=== GTKWave terminé ==="