forked from tanchou/Verilog
Code FPGA fonctionnel
This commit is contained in:
24
Semaine_7/ESP32/leds_commands/project.sh
Normal file
24
Semaine_7/ESP32/leds_commands/project.sh
Normal file
@@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Charger l'environnement OSS CAD Suite
|
||||
source /home/louis/oss-cad-suite/environment
|
||||
|
||||
mkdir -p runs
|
||||
|
||||
case "$1" in
|
||||
sim)
|
||||
bash scripts/linux/simulate.sh
|
||||
;;
|
||||
wave)
|
||||
bash scripts/linux/gtkwave.sh
|
||||
;;
|
||||
clean)
|
||||
bash scripts/linux/clean.sh
|
||||
;;
|
||||
build)
|
||||
bash scripts/linux/build.sh
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {sim|wave|clean|build}"
|
||||
;;
|
||||
esac
|
Reference in New Issue
Block a user