Skip to content

Commit f3132a3

Browse files
chore(metadata): full vyges-metadata.json with interfaces, rtl_files, schema
1 parent 6b1616a commit f3132a3

1 file changed

Lines changed: 48 additions & 1 deletion

File tree

vyges-metadata.json

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"type": "git",
77
"url": "https://github.com/lowRISC/opentitan",
88
"commit": "304378684dfcf5be73bbd14faffa71790793d8c6",
9+
"ip_path": "hw/ip/aon_timer",
10+
"private": false,
911
"rtl_path": "rtl",
1012
"rtl_files": [
1113
"rtl/aon_timer.sv",
@@ -14,5 +16,50 @@
1416
"rtl/aon_timer_reg_top.sv"
1517
]
1618
},
17-
"updated": "2026-02-19T06:03:45Z"
19+
"updated": "2026-02-19T06:12:02Z",
20+
"$schema": "https://vyges.com/schema/v1/vyges-metadata.schema.json",
21+
"x-version": "1.0.0",
22+
"description": "Aon Timer. OpenTitan IP block from hw/ip/aon_timer.",
23+
"template": "opentitan-ip-template@1.0.0",
24+
"target": [
25+
"fpga",
26+
"asic"
27+
],
28+
"design_type": [
29+
"digital"
30+
],
31+
"maturity": "imported",
32+
"created": "2026-02-19T06:12:02Z",
33+
"interfaces": [
34+
{
35+
"type": "bus",
36+
"direction": "input",
37+
"protocol": "TL-UL",
38+
"width": 32,
39+
"description": "TL-UL host interface for register access"
40+
},
41+
{
42+
"type": "bus",
43+
"direction": "output",
44+
"protocol": "Timer",
45+
"description": "Always-on timer wakeup and interrupt"
46+
}
47+
],
48+
"categories": {
49+
"primary": "timer",
50+
"secondary": [
51+
"low-power",
52+
"always-on"
53+
],
54+
"tags": [
55+
"low-power",
56+
"always-on",
57+
"opentitan",
58+
"lowrisc-opentitan"
59+
]
60+
},
61+
"community": {
62+
"issues": "https://github.com/vyges-ip/opentitan-aon-timer/issues",
63+
"contributions": "https://github.com/vyges-ip/opentitan-aon-timer/pulls"
64+
}
1865
}

0 commit comments

Comments
 (0)