forked from tanchou/Verilog
5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "=== Lancement de GTKWave ==="
|
|
gtkwave runs/sim.vcd
|
|
echo "=== GTKWave terminé ===" |