|
5 | 5 | "warnings": [
|
6 | 6 | "AST defparam_failure.v:30 there are no ports for the module (params)",
|
7 | 7 | "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." |
13 | 9 | ],
|
14 | 10 | "max_rss(MiB)": 13.8,
|
15 | 11 | "exec_time(ms)": 6.2,
|
16 | 12 | "synthesis_time(ms)": 4.5,
|
17 | 13 | "Pi": 6,
|
18 |
| - "Po": 9, |
| 14 | + "Po": 7, |
19 | 15 | "Longest Path": 2,
|
20 | 16 | "Average Path": 2
|
21 | 17 | },
|
|
51 | 47 | "Average Path": 3,
|
52 | 48 | "Total Node": 2
|
53 | 49 | },
|
| 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 | + }, |
54 | 110 | "DEFAULT": {
|
55 | 111 | "test_name": "n/a",
|
56 | 112 | "architecture": "n/a",
|
|
0 commit comments