File tree Expand file tree Collapse file tree 2 files changed +68
-8
lines changed
ODIN_II/regression_test/benchmark/task/keywords/localparam Expand file tree Collapse file tree 2 files changed +68
-8
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 2
2
"localparam/localparam/no_arch" : {
3
3
"test_name" : " localparam/localparam/no_arch" ,
4
4
"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
9
9
},
10
10
"localparam/parameter_define_localparam/no_arch" : {
11
11
"test_name" : " localparam/parameter_define_localparam/no_arch" ,
12
12
"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
17
17
},
18
18
"DEFAULT" : {
19
19
"test_name" : " n/a" ,
You can’t perform that action at this time.
0 commit comments