From 843a1d49eca3efd780cc84cadaeac6d01428b75f Mon Sep 17 00:00:00 2001
From: "joachim.schmidt" <joachim.schmidt@hesge.ch>
Date: Tue, 8 Sep 2020 13:30:35 +0200
Subject: [PATCH] Added the 2008 version configuration for the VHDL language in
 the JSON file of the design.

---
 tools/config/scalp_firmware.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/config/scalp_firmware.json b/tools/config/scalp_firmware.json
index 747420d..1e8d8d5 100644
--- a/tools/config/scalp_firmware.json
+++ b/tools/config/scalp_firmware.json
@@ -8,7 +8,8 @@
         "type"            : "DESIGN_PRJ_TYPE",
         "category"        : "DESIGNS",
         "vivado_version"  : "2019.2",
-        "target_language" : "VHDL"
+        "target_language" : "VHDL",
+        "vhdl_version"    : "VHDL 2008"
     },
     "hardware" : {
         "part_name"  : "xc7z015clg485-2",
-- 
GitLab