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

5 lines
101 B
Bash
Raw Normal View History

2025-05-27 15:36:40 +02:00
#!/bin/bash
echo "=== Lancement de GTKWave ==="
gtkwave runs/sim.vcd
echo "=== GTKWave terminé ==="