Skip to content

Commit 5c26d4d

Browse files
committed
Odin: update expectations
1 parent 5b3b547 commit 5c26d4d

File tree

2 files changed

+68
-8
lines changed

2 files changed

+68
-8
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"localparam/localparam/no_arch": {
3+
"test_name": "localparam/localparam/no_arch",
4+
"blif": "localparam.blif",
5+
"max_rss(MiB)": 29.8,
6+
"exec_time(ms)": 3.7,
7+
"simulation_time(ms)": 0.8,
8+
"test_coverage(%)": 100,
9+
"Pi": 3,
10+
"Po": 3,
11+
"logic element": 3,
12+
"Longest Path": 3,
13+
"Average Path": 3,
14+
"Estimated LUTs": 3,
15+
"Total Node": 3
16+
},
17+
"localparam/parameter_define_localparam/no_arch": {
18+
"test_name": "localparam/parameter_define_localparam/no_arch",
19+
"blif": "parameter_define_localparam.blif",
20+
"max_rss(MiB)": 29.7,
21+
"exec_time(ms)": 3.6,
22+
"simulation_time(ms)": 0.8,
23+
"test_coverage(%)": 100,
24+
"Pi": 3,
25+
"Po": 3,
26+
"logic element": 3,
27+
"Longest Path": 3,
28+
"Average Path": 3,
29+
"Estimated LUTs": 3,
30+
"Total Node": 3
31+
},
32+
"DEFAULT": {
33+
"test_name": "n/a",
34+
"architecture": "n/a",
35+
"blif": "n/a",
36+
"exit": 0,
37+
"leaks": 0,
38+
"errors": [],
39+
"warnings": [],
40+
"expectation": [],
41+
"max_rss(MiB)": -1,
42+
"exec_time(ms)": -1,
43+
"simulation_time(ms)": -1,
44+
"test_coverage(%)": -1,
45+
"Latch Drivers": 0,
46+
"Pi": 0,
47+
"Po": 0,
48+
"logic element": 0,
49+
"latch": 0,
50+
"Adder": -1,
51+
"Multiplier": -1,
52+
"Memory": -1,
53+
"Hard Ip": -1,
54+
"generic logic size": -1,
55+
"Longest Path": 0,
56+
"Average Path": 0,
57+
"Estimated LUTs": 0,
58+
"Total Node": 0
59+
}
60+
}

ODIN_II/regression_test/benchmark/task/keywords/localparam/synthesis_result.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"localparam/localparam/no_arch": {
33
"test_name": "localparam/localparam/no_arch",
44
"verilog": "localparam.v",
5-
"exit": 134,
6-
"errors": [
7-
"AST localparam.v:5 no match for parameter msb"
8-
]
5+
"Pi": 3,
6+
"Po": 3,
7+
"Longest Path": 2,
8+
"Average Path": 2
99
},
1010
"localparam/parameter_define_localparam/no_arch": {
1111
"test_name": "localparam/parameter_define_localparam/no_arch",
1212
"verilog": "parameter_define_localparam.v",
13-
"exit": 134,
14-
"errors": [
15-
"AST parameter_define_localparam.v:5 no match for parameter lsb"
16-
]
13+
"Pi": 3,
14+
"Po": 3,
15+
"Longest Path": 2,
16+
"Average Path": 2
1717
},
1818
"DEFAULT": {
1919
"test_name": "n/a",

0 commit comments

Comments
 (0)