Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cfg/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
26 changes: 14 additions & 12 deletions ips/isolde.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down Expand Up @@ -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"
],
Expand Down Expand Up @@ -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"
],
Expand Down Expand Up @@ -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"
],
Expand Down Expand Up @@ -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"
],
Expand Down Expand Up @@ -1914,4 +1916,4 @@
"IP_CARD_URL": "",
"IP_CARD_PDF_URL": ""
}
]
]
Loading