-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsimple_name_1.json
40 lines (40 loc) · 1.44 KB
/
simple_name_1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"type": "DesignDatabase",
"libraries": [{
"type": "Library",
"id": "worklib",
"units": [
{
"type": "Entity",
"id": "test",
"first_line": 1, "first_column": 1,
"last_line": 4, "last_column": 10,
"file_name": "analyser_json_tests/simple_name_1.vhd",
"decls": [
"__is_a_set",
{
"type": "EnumerationTypeDecl",
"id": "test1",
"first_line": 2, "first_column": 5,
"last_line": 2, "last_column": 24,
"file_name": "analyser_json_tests/simple_name_1.vhd"
},{
"type": "SubtypeDecl",
"id": "test2",
"first_line": 3, "first_column": 5,
"last_line": 3, "last_column": 27,
"file_name": "analyser_json_tests/simple_name_1.vhd",
"subtype_indication": {
"type": "SubtypeIndication",
"type_mark": "test1"}
},{
"type": "EnumerationLitDecl",
"id": "foo",
"idx": 0,
"enum_name": "test1"
}
]
}
]
}]
}