1
0
forked from tanchou/Verilog
Files
Verilog_Louis/Semaine_7/DHT11/scripts/linux/gtkwave.sh

5 lines
101 B
Bash
Raw Normal View History

2025-05-25 19:04:56 +02:00
#!/bin/bash
echo "=== Lancement de GTKWave ==="
gtkwave runs/sim.vcd
echo "=== GTKWave terminé ==="