forked from tanchou/Verilog
FPGA_ESP32_WIFI_Fonctionnel 3MB
This commit is contained in:
@@ -6,7 +6,7 @@ cd "$(dirname "$0")/../.." || exit 1
|
||||
# Config de base
|
||||
DEVICE="GW2AR-LV18QN88C8/I7"
|
||||
BOARD="tangnano20k"
|
||||
TOP="dht11_uart_top"
|
||||
TOP="fpga_wifi_led"
|
||||
CST_FILE="$TOP.cst"
|
||||
JSON_FILE="runs/$TOP.json"
|
||||
PNR_JSON="runs/pnr_$TOP.json"
|
||||
@@ -16,7 +16,7 @@ BITSTREAM="runs/$TOP.fs"
|
||||
mkdir -p runs
|
||||
|
||||
echo "=== Étape 4 : Flash avec openFPGALoader ==="
|
||||
sudo /etc/oss-cad-suite/bin/openFPGALoader -b "$BOARD" "$BITSTREAM"
|
||||
sudo /home/louis/oss-cad-suite/bin/openFPGALoader -b "$BOARD" "$BITSTREAM"
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "=== Erreur lors du flash ==="
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user