From 78c864fad4c2ebc93224876bfcdc66fe19f484c7 Mon Sep 17 00:00:00 2001
From: "joachim.schmidt" <joachim.schmidt@hesge.ch>
Date: Tue, 22 Sep 2020 08:41:49 +0200
Subject: [PATCH] Added a JSON file for the IP Core Aurora.

---
 tools/config/scalp_aurora_phy.json | 25 +++++++++++++++++++++++++
 tools/config/scalp_firmware.json   | 10 +++++-----
 2 files changed, 30 insertions(+), 5 deletions(-)
 create mode 100644 tools/config/scalp_aurora_phy.json

diff --git a/tools/config/scalp_aurora_phy.json b/tools/config/scalp_aurora_phy.json
new file mode 100644
index 0000000..06c46fe
--- /dev/null
+++ b/tools/config/scalp_aurora_phy.json
@@ -0,0 +1,25 @@
+{
+    "author" : {
+        "name"  : "Joachim Schmidt",
+        "email" : "<joachim.schmidt@hesge.ch"
+    },
+    "project" : {
+        "name"            : "scalp_aurora_phy",
+        "type"            : "COMP_PRJ_TYPE",
+        "category"        : "IPS",
+        "vivado_version"  : "2019.2",
+        "target_language" : "VHDL",
+        "vhdl_version"    : "VHDL 2008"
+    },
+    "hardware" : {
+        "part_name"  : "xc7z015clg485-2",
+        "board_name" : "SCALP"
+    },
+    "components" : {
+        "packages" : {
+            "aurora_drp_pkg"    : "enable",
+            "aurora_status_pkg" : "enable",
+            "axi4_pkg"          : "enable"
+        }
+    }
+}
diff --git a/tools/config/scalp_firmware.json b/tools/config/scalp_firmware.json
index 1e259d2..b57d97c 100644
--- a/tools/config/scalp_firmware.json
+++ b/tools/config/scalp_firmware.json
@@ -11,16 +11,16 @@
         "target_language" : "VHDL",
         "vhdl_version"    : "VHDL 2008"
     },
+    "hardware" : {
+        "part_name"  : "xc7z015clg485-2",
+        "board_name" : "SCALP"
+    },
     "constraints" : {
         "scalp_firmware"     : "enable",
         "ibert_constraints"  : "disable",
         "debug"              : "enable",
         "timing_constraints" : "enable"
-    },
-    "hardware" : {
-        "part_name"  : "xc7z015clg485-2",
-        "board_name" : "SCALP"
-    },
+    },   
     "components" : {
         "packages" : {
             "aurora_drp_pkg"    : "enable",
-- 
GitLab