From 393de412082b5ec4b654a0ede7bfec5edc9f6fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Czarnecki?= Date: Tue, 14 Jun 2022 16:56:52 +0200 Subject: [PATCH] platforms: eos-s3: add missing env variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Czarnecki --- f4pga/platforms/ql-eos-s3.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/f4pga/platforms/ql-eos-s3.json b/f4pga/platforms/ql-eos-s3.json index 598003a..8c37d1c 100644 --- a/f4pga/platforms/ql-eos-s3.json +++ b/f4pga/platforms/ql-eos-s3.json @@ -66,7 +66,9 @@ "DEVICE_CELLS_SIM": "${shareDir}/arch/ql-eos-s3_wlcsp/cells/ram_sim.v", "DEVICE_CELLS_MAP": "${shareDir}/arch/ql-eos-s3_wlcsp/cells/ram_map.v", "PINMAP_FILE": "${shareDir}/arch/ql-eos-s3_wlcsp/pinmap_PD64.csv", - "PCF_FILE": "${:pcf}" + "PCF_FILE": "${:pcf}", + "PYTHON3": "${python3}", + "UTILS_PATH": "${binDir}/python" } } }, @@ -117,4 +119,4 @@ } } } -} \ No newline at end of file +}