Skip to content

Commit 5b3b547

Browse files
emacdo12jeanlego
emacdo12
authored andcommitted
Odin: update expectation
1 parent 27645d4 commit 5b3b547

File tree

2 files changed

+105
-6
lines changed

2 files changed

+105
-6
lines changed

ODIN_II/regression_test/benchmark/task/keywords/defparam/simulation_result.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,49 @@
5757
"Estimated LUTs": 1,
5858
"Total Node": 3
5959
},
60+
"defparam/defparam_depth_1/no_arch": {
61+
"test_name": "defparam/defparam_depth_1/no_arch",
62+
"blif": "defparam_depth_1.blif",
63+
"max_rss(MiB)": 30,
64+
"exec_time(ms)": 5.1,
65+
"simulation_time(ms)": 1.7,
66+
"test_coverage(%)": 100,
67+
"Pi": 10,
68+
"Po": 10,
69+
"logic element": 10,
70+
"Longest Path": 3,
71+
"Average Path": 3,
72+
"Estimated LUTs": 10,
73+
"Total Node": 10
74+
},
75+
"defparam/defparam_depth_1_failure/no_arch": {
76+
"test_name": "defparam/defparam_depth_1_failure/no_arch",
77+
"blif": "defparam_depth_1_failure.blif",
78+
"max_rss(MiB)": 30,
79+
"exec_time(ms)": 4.8,
80+
"simulation_time(ms)": 1.5,
81+
"test_coverage(%)": 100,
82+
"Pi": 5,
83+
"Po": 5,
84+
"logic element": 5,
85+
"Longest Path": 3,
86+
"Average Path": 3,
87+
"Estimated LUTs": 5,
88+
"Total Node": 5
89+
},
90+
"defparam/defparam_simple_failure/no_arch": {
91+
"test_name": "defparam/defparam_simple_failure/no_arch",
92+
"blif": "defparam_simple_failure.blif",
93+
"max_rss(MiB)": 29.1,
94+
"exec_time(ms)": 2.1,
95+
"Pi": 3,
96+
"Po": 3,
97+
"logic element": 3,
98+
"Longest Path": 3,
99+
"Average Path": 3,
100+
"Estimated LUTs": 3,
101+
"Total Node": 3
102+
},
60103
"DEFAULT": {
61104
"test_name": "n/a",
62105
"architecture": "n/a",

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

Lines changed: 62 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@
55
"warnings": [
66
"AST defparam_failure.v:30 there are no ports for the module (params)",
77
"NETLIST defparam_failure.v:8 This output is undriven (simple_op^out2~3) and will be removed",
8-
"NETLIST defparam_failure.v:8 This output is undriven (simple_op^out2~4) and will be removed",
9-
"NETLIST defparam_failure.v:8 This output is undriven (simple_op^out2~5) and will be removed",
10-
"NETLIST defparam_failure.v:8 Net simple_op^out2~3 driving node simple_op^out2~3 is itself undriven.",
11-
"NETLIST defparam_failure.v:8 Net simple_op^out2~4 driving node simple_op^out2~4 is itself undriven.",
12-
"NETLIST defparam_failure.v:8 Net simple_op^out2~5 driving node simple_op^out2~5 is itself undriven."
8+
"NETLIST defparam_failure.v:8 Net simple_op^out2~3 driving node simple_op^out2~3 is itself undriven."
139
],
1410
"max_rss(MiB)": 13.8,
1511
"exec_time(ms)": 6.2,
1612
"synthesis_time(ms)": 4.5,
1713
"Pi": 6,
18-
"Po": 9,
14+
"Po": 7,
1915
"Longest Path": 2,
2016
"Average Path": 2
2117
},
@@ -51,6 +47,66 @@
5147
"Average Path": 3,
5248
"Total Node": 2
5349
},
50+
"defparam/defparam_depth_1/no_arch": {
51+
"test_name": "defparam/defparam_depth_1/no_arch",
52+
"verilog": "defparam_depth_1.v",
53+
"max_rss(MiB)": 32.7,
54+
"exec_time(ms)": 6.2,
55+
"synthesis_time(ms)": 4,
56+
"Pi": 10,
57+
"Po": 10,
58+
"Longest Path": 2,
59+
"Average Path": 2
60+
},
61+
"defparam/defparam_depth_1_failure/no_arch": {
62+
"test_name": "defparam/defparam_depth_1_failure/no_arch",
63+
"verilog": "defparam_depth_1_failure.v",
64+
"warnings": [
65+
"AST defparam_depth_1_failure.v:13 Defparam can only override parameters: width",
66+
"AST defparam_depth_1_failure.v:14 Defparam can only override parameters: width",
67+
"NETLIST defparam_depth_1_failure.v:8 This output is undriven (simple_op^out2~3) and will be removed",
68+
"NETLIST defparam_depth_1_failure.v:8 This output is undriven (simple_op^out2~4) and will be removed",
69+
"NETLIST defparam_depth_1_failure.v:8 This output is undriven (simple_op^out2~5) and will be removed",
70+
"NETLIST defparam_depth_1_failure.v:8 This output is undriven (simple_op^out2~6) and will be removed",
71+
"NETLIST defparam_depth_1_failure.v:8 This output is undriven (simple_op^out2~7) and will be removed",
72+
"NETLIST defparam_depth_1_failure.v:8 Net simple_op^out2~3 driving node simple_op^out2~3 is itself undriven.",
73+
"NETLIST defparam_depth_1_failure.v:8 Net simple_op^out2~4 driving node simple_op^out2~4 is itself undriven.",
74+
"NETLIST defparam_depth_1_failure.v:8 Net simple_op^out2~5 driving node simple_op^out2~5 is itself undriven.",
75+
"NETLIST defparam_depth_1_failure.v:8 Net simple_op^out2~6 driving node simple_op^out2~6 is itself undriven.",
76+
"NETLIST defparam_depth_1_failure.v:8 Net simple_op^out2~7 driving node simple_op^out2~7 is itself undriven."
77+
],
78+
"max_rss(MiB)": 33,
79+
"exec_time(ms)": 6.4,
80+
"synthesis_time(ms)": 4.2,
81+
"Pi": 5,
82+
"Po": 10,
83+
"Longest Path": 2,
84+
"Average Path": 2
85+
},
86+
"defparam/defparam_depth_2/no_arch": {
87+
"test_name": "defparam/defparam_depth_2/no_arch",
88+
"verilog": "defparam_depth_2.v",
89+
"exit": 134,
90+
"errors": [
91+
"NETLIST defparam_depth_2.v:16 This module port simple_op.m2^in~2 is unused in module assg1"
92+
]
93+
},
94+
"defparam/defparam_simple_failure/no_arch": {
95+
"test_name": "defparam/defparam_simple_failure/no_arch",
96+
"verilog": "defparam_simple_failure.v",
97+
"warnings": [
98+
"AST defparam_simple_failure.v:23 there are no ports for the module (params)",
99+
"NETLIST defparam_simple_failure.v:5 This output is undriven (simple_op^out1~3) and will be removed",
100+
"NETLIST defparam_simple_failure.v:5 Net simple_op^out1~3 driving node simple_op^out1~3 is itself undriven."
101+
],
102+
"max_rss(MiB)": 32.7,
103+
"exec_time(ms)": 5.6,
104+
"synthesis_time(ms)": 3.1,
105+
"Pi": 3,
106+
"Po": 4,
107+
"Longest Path": 2,
108+
"Average Path": 2
109+
},
54110
"DEFAULT": {
55111
"test_name": "n/a",
56112
"architecture": "n/a",

0 commit comments

Comments
 (0)