diff --git a/cfg/schema.json b/cfg/schema.json index 0dfbddd..d0fcfe0 100644 --- a/cfg/schema.json +++ b/cfg/schema.json @@ -15,6 +15,7 @@ }, "URL": { "type": "string", "format": "uri" }, "IP_CARD_URL":{"type":"string","format":"uri"}, + "IP_CARD_PDF_URL":{"type":"string","format":"uri"}, "Project": { "type": "string" }, "WI": { "oneOf": [ diff --git a/ips/isolde.json b/ips/isolde.json index db120cc..faa47ad 100644 --- a/ips/isolde.json +++ b/ips/isolde.json @@ -269,9 +269,11 @@ "Project": "ISOLDE", "Name": "Memory bank interface", "URL": "https://bitbucket.org/fnpub/isolde/", - "License": "Others", - "Status": "", - "Description": "TBD", + "License": [ + "SHL-0.51" + ], + "Status": "Completed, verified", + "Description": "Interface protocol for acessing internal memory banks of the AI/ML accelerator", "WI": [ "ID 2.3.02" ], @@ -829,8 +831,8 @@ "Name": "AI/ML Accelerator (AMA)", "URL": "", "License": "Proprietary", - "Status": "", - "Description": "TBD", + "Status": "Completed, Verified", + "Description": "Hardware accelerator for AI/ML workloads", "WI": [ "ID 3.4.03" ], @@ -1138,8 +1140,8 @@ "Name": "AI/ML Accelerator driver", "URL": "https://bitbucket.org/fnpub/isolde/", "License": "Apache-2.0", - "Status": "", - "Description": "TBD", + "Status": "Completed", + "Description": "Portable driver code for host processor to control the AI/ML accelerator", "WI": [ "ID 4.1.02" ], @@ -1383,8 +1385,8 @@ "Name": "AI/ML Accelerator Compiler Toolchain", "URL": "", "License": "Proprietary", - "Status": "", - "Description": "TBD", + "Status": "Available", + "Description": "ONNX compiler; produces binary code for AI/ML accelerator", "WI": [ "ID 4.2.05" ], @@ -1761,8 +1763,8 @@ "Name": "Software simulator for the AI/ML Accelerator", "URL": "", "License": "Proprietary", - "Status": "", - "Description": "TBD", + "Status": "Completed, tested", + "Description": "Functionally exact simulator for AI/ML accelerator", "WI": [ "ID 4.3.06" ], @@ -1914,4 +1916,4 @@ "IP_CARD_URL": "", "IP_CARD_PDF_URL": "" } -] \ No newline at end of file +]