13_rtllm_arithmetic / task_12 | multi_8bit
Здесь перечислены все реальные попытки этой модели на одной задаче. По каждой попытке можно увидеть, до какой стадии она дошла, где именно сломалась и какое сообщение об ошибке вернулось из syntax, functional или synthesis.
| sample | run | extract_ok | syntax_ok | functional_ok | openlane_ok | final_success | failure_stage | failure_reason | details |
|---|---|---|---|---|---|---|---|---|---|
| sample_1 | run_20260425_215014_451219_c08f66 | ok | ok | failed | failed | failed | functional | Functional output contains failure marker: TEST FAILED. , Got = x |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_12\samples\run_20260425_215014_451219_c08f66__sample_1
generated.v previewmodule multi_8bit(
input clk,
input rst,
input [7:0] A,
input [7:0] B,
output reg [15:0] product
);
always @(posedge clk) begin
if (rst) begin
product <= 0;
end else begin
product <= product + (A << (8'b00000001 + B));
end
end
endmodule
functional details[stdout] , Got = x Test failed: A = 150, B = 12, Expected Product = 8, Got = x Test failed: A = 194, B = 200, Expected Product = 144, Got = x Test failed: A = 119, B = 61, Expected Product = 91, Got = x Test failed: A = 18, B = 126, Expected Product = 220, Got = x Test failed: A = 109, B = 57, Expected Product = 69, Got = x Test failed: A = 31, B = 211, Expected Product = 141, Got = x Test failed: A = 133, B = 120, Expected Product = 88, Got = x Test failed: A = 91, B = 73, Expected Product = 243, Got = x Test failed: A = 63, B = 42, Expected Product = 86, Got = x Test failed: A = 88, B = 134, Expected Product = 16, Got = x Test failed: A = 142, B = 156, Expected Product = 136, Got = x Test failed: A = 250, B = 38, Expected Product = 28, Got = x Test failed: A = 115, B = 163, Expected Product = 57, Got = x Test failed: A = 47, B = 179, Expected Product = 221, Got = x Test failed: A = 95, B = 68, Expected Product = 60, Got = x Test failed: A = 247, B = 203, Expected Product = 221, Got = x Test failed: A = 230, B = 90, Expected Product = 220, Got = x Test failed: A = 41, B = 237, Expected Product = 245, Got = x Test failed: A = 218, B = 101, Expected Product = 2, Got = x Test failed: A = 181, B = 223, Expected Product = 171, Got = x Test failed: A = 121, B = 68, Expected Product = 36, Got = x Test failed: A = 208, B = 42, Expected Product = 32, Got = x Test failed: A = 171, B = 14, Expected Product = 90, Got = x Test failed: A = 220, B = 154, Expected Product = 88, Got = x Test failed: A = 253, B = 195, Expected Product = 183, Got = x Test failed: A = 86, B = 78, Expected Product = 52, Got = x Test failed: A = 103, B = 10, Expected Product = 6, Got = x Test failed: A = 182, B = 56, Expected Product = 208, Got = x Test failed: A = 121, B = 184, Expected Product = 248, Got = x Test failed: A = 148, B = 147, Expected Product = 252, Got = x ... synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.output_failed_marker",
"message": "Functional output contains failure marker: TEST FAILED. , Got = x",
"retryable": false,
"details": {
"marker": "TEST FAILED"
}
},
{
"stage": "openlane",
"code": "openlane.invalidated_by_functional_failure",
"message": "OpenLane result invalidated because functional validation failed after output-marker correction",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_2 | run_20260425_215014_451219_c08f66 | ok | ok | failed | failed | failed | functional | Functional output contains failure marker: TEST FAILED. , Got = x |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_12\samples\run_20260425_215014_451219_c08f66__sample_2
generated.v previewmodule multi_8bit(
input clk,
input rst,
input [7:0] A,
input [7:0] B,
output reg [15:0] product
);
always @(posedge clk) begin
if (rst) begin
product <= 0;
end else begin
product <= product + (A << (8'b00000001 + B));
end
end
endmodule
functional details[stdout] , Got = x Test failed: A = 150, B = 12, Expected Product = 8, Got = x Test failed: A = 194, B = 200, Expected Product = 144, Got = x Test failed: A = 119, B = 61, Expected Product = 91, Got = x Test failed: A = 18, B = 126, Expected Product = 220, Got = x Test failed: A = 109, B = 57, Expected Product = 69, Got = x Test failed: A = 31, B = 211, Expected Product = 141, Got = x Test failed: A = 133, B = 120, Expected Product = 88, Got = x Test failed: A = 91, B = 73, Expected Product = 243, Got = x Test failed: A = 63, B = 42, Expected Product = 86, Got = x Test failed: A = 88, B = 134, Expected Product = 16, Got = x Test failed: A = 142, B = 156, Expected Product = 136, Got = x Test failed: A = 250, B = 38, Expected Product = 28, Got = x Test failed: A = 115, B = 163, Expected Product = 57, Got = x Test failed: A = 47, B = 179, Expected Product = 221, Got = x Test failed: A = 95, B = 68, Expected Product = 60, Got = x Test failed: A = 247, B = 203, Expected Product = 221, Got = x Test failed: A = 230, B = 90, Expected Product = 220, Got = x Test failed: A = 41, B = 237, Expected Product = 245, Got = x Test failed: A = 218, B = 101, Expected Product = 2, Got = x Test failed: A = 181, B = 223, Expected Product = 171, Got = x Test failed: A = 121, B = 68, Expected Product = 36, Got = x Test failed: A = 208, B = 42, Expected Product = 32, Got = x Test failed: A = 171, B = 14, Expected Product = 90, Got = x Test failed: A = 220, B = 154, Expected Product = 88, Got = x Test failed: A = 253, B = 195, Expected Product = 183, Got = x Test failed: A = 86, B = 78, Expected Product = 52, Got = x Test failed: A = 103, B = 10, Expected Product = 6, Got = x Test failed: A = 182, B = 56, Expected Product = 208, Got = x Test failed: A = 121, B = 184, Expected Product = 248, Got = x Test failed: A = 148, B = 147, Expected Product = 252, Got = x ... synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.output_failed_marker",
"message": "Functional output contains failure marker: TEST FAILED. , Got = x",
"retryable": false,
"details": {
"marker": "TEST FAILED"
}
},
{
"stage": "openlane",
"code": "openlane.invalidated_by_functional_failure",
"message": "OpenLane result invalidated because functional validation failed after output-marker correction",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_3 | run_20260425_215014_451219_c08f66 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_3/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_12\samples\run_20260425_215014_451219_c08f66__sample_3
generated.v previewmodule multi_8bit(
input clk,
input rst,
input [7:0] A,
input [7:0] B,
output reg [15:0] product
);
always @(posedge clk) begin
if (rst) begin
product <= 0;
end else begin
product <= product + (A << (8'd7 - i)) * B[i];
end
end
endmodule
syntax details[stderr] /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_3/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit' /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_3/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit' 2 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_3/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut' /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_3/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut' 2 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_3/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_3/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit'\n2 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_3/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_3/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut'\n2 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_4 | run_20260425_215014_451219_c08f66 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_4/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_12\samples\run_20260425_215014_451219_c08f66__sample_4
generated.v previewmodule multi_8bit(
input clk,
input rst,
input [7:0] A,
input [7:0] B,
output reg [15:0] product
);
always @(posedge clk) begin
if (rst) begin
product <= 0;
end else begin
product <= product + (A << (8'd7 - i)) * B[i];
end
end
endmodule
syntax details[stderr] /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_4/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit' /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_4/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit' 2 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_4/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut' /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_4/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut' 2 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_4/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_4/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit'\n2 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_4/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_4/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut'\n2 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_5 | run_20260425_215014_451219_c08f66 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_5/generated.v:14: error: A is not a valid l-value in multi_8bit. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_12\samples\run_20260425_215014_451219_c08f66__sample_5
generated.v previewmodule multi_8bit(
input clk,
input rst,
input [7:0] A,
input [7:0] B,
output reg [15:0] product
);
always @(posedge clk) begin
if (rst) begin
product <= 0;
end else begin
product <= product << 1 | (A & B[7]);
A <= A >> 1;
end
end
endmodule
syntax details[stderr] /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_5/generated.v:14: error: A is not a valid l-value in multi_8bit. /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_5/generated.v:4: : A is declared here as wire. 1 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_5/functional/generated.v:14: error: A is not a valid l-value in testbench.uut. /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_5/functional/generated.v:4: : A is declared here as wire. 1 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_5/generated.v:14: error: A is not a valid l-value in multi_8bit.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_5/generated.v:4: : A is declared here as wire.\n1 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_5/functional/generated.v:14: error: A is not a valid l-value in testbench.uut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_5/functional/generated.v:4: : A is declared here as wire.\n1 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_6 | run_20260425_215014_451219_c08f66 | ok | ok | failed | failed | failed | functional | Functional output contains failure marker: TEST FAILED. , Got = x |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_12\samples\run_20260425_215014_451219_c08f66__sample_6
generated.v previewmodule multi_8bit(
input clk,
input rst,
input [7:0] A,
input [7:0] B,
output reg [15:0] product
);
always @(posedge clk) begin
if (rst) begin
product <= 0;
end else begin
for (int i = 0; i < 8; i++) begin
if (B[i]) begin
product <= product + (A << i);
end
end
end
end
endmodule
functional details[stdout] , Got = x Test failed: A = 150, B = 12, Expected Product = 8, Got = x Test failed: A = 194, B = 200, Expected Product = 144, Got = x Test failed: A = 119, B = 61, Expected Product = 91, Got = x Test failed: A = 18, B = 126, Expected Product = 220, Got = x Test failed: A = 109, B = 57, Expected Product = 69, Got = x Test failed: A = 31, B = 211, Expected Product = 141, Got = x Test failed: A = 133, B = 120, Expected Product = 88, Got = x Test failed: A = 91, B = 73, Expected Product = 243, Got = x Test failed: A = 63, B = 42, Expected Product = 86, Got = x Test failed: A = 88, B = 134, Expected Product = 16, Got = x Test failed: A = 142, B = 156, Expected Product = 136, Got = x Test failed: A = 250, B = 38, Expected Product = 28, Got = x Test failed: A = 115, B = 163, Expected Product = 57, Got = x Test failed: A = 47, B = 179, Expected Product = 221, Got = x Test failed: A = 95, B = 68, Expected Product = 60, Got = x Test failed: A = 247, B = 203, Expected Product = 221, Got = x Test failed: A = 230, B = 90, Expected Product = 220, Got = x Test failed: A = 41, B = 237, Expected Product = 245, Got = x Test failed: A = 218, B = 101, Expected Product = 2, Got = x Test failed: A = 181, B = 223, Expected Product = 171, Got = x Test failed: A = 121, B = 68, Expected Product = 36, Got = x Test failed: A = 208, B = 42, Expected Product = 32, Got = x Test failed: A = 171, B = 14, Expected Product = 90, Got = x Test failed: A = 220, B = 154, Expected Product = 88, Got = x Test failed: A = 253, B = 195, Expected Product = 183, Got = x Test failed: A = 86, B = 78, Expected Product = 52, Got = x Test failed: A = 103, B = 10, Expected Product = 6, Got = x Test failed: A = 182, B = 56, Expected Product = 208, Got = x Test failed: A = 121, B = 184, Expected Product = 248, Got = x Test failed: A = 148, B = 147, Expected Product = 252, Got = x ... synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.output_failed_marker",
"message": "Functional output contains failure marker: TEST FAILED. , Got = x",
"retryable": false,
"details": {
"marker": "TEST FAILED"
}
},
{
"stage": "openlane",
"code": "openlane.invalidated_by_functional_failure",
"message": "OpenLane result invalidated because functional validation failed after output-marker correction",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_7 | run_20260425_215014_451219_c08f66 | ok | ok | failed | failed | failed | functional | Functional output contains failure marker: TEST FAILED. , Got = x |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_12\samples\run_20260425_215014_451219_c08f66__sample_7
generated.v previewmodule multi_8bit(
input clk,
input rst,
input [7:0] A,
input [7:0] B,
output reg [15:0] product
);
always @(posedge clk) begin
if (rst) begin
product <= 0;
end else begin
product <= product << 1 | A & B[7:0];
end
end
endmodule
functional details[stdout] , Got = x Test failed: A = 150, B = 12, Expected Product = 8, Got = x Test failed: A = 194, B = 200, Expected Product = 144, Got = x Test failed: A = 119, B = 61, Expected Product = 91, Got = x Test failed: A = 18, B = 126, Expected Product = 220, Got = x Test failed: A = 109, B = 57, Expected Product = 69, Got = x Test failed: A = 31, B = 211, Expected Product = 141, Got = x Test failed: A = 133, B = 120, Expected Product = 88, Got = x Test failed: A = 91, B = 73, Expected Product = 243, Got = x Test failed: A = 63, B = 42, Expected Product = 86, Got = x Test failed: A = 88, B = 134, Expected Product = 16, Got = x Test failed: A = 142, B = 156, Expected Product = 136, Got = x Test failed: A = 250, B = 38, Expected Product = 28, Got = x Test failed: A = 115, B = 163, Expected Product = 57, Got = x Test failed: A = 47, B = 179, Expected Product = 221, Got = x Test failed: A = 95, B = 68, Expected Product = 60, Got = x Test failed: A = 247, B = 203, Expected Product = 221, Got = x Test failed: A = 230, B = 90, Expected Product = 220, Got = x Test failed: A = 41, B = 237, Expected Product = 245, Got = x Test failed: A = 218, B = 101, Expected Product = 2, Got = x Test failed: A = 181, B = 223, Expected Product = 171, Got = x Test failed: A = 121, B = 68, Expected Product = 36, Got = x Test failed: A = 208, B = 42, Expected Product = 32, Got = x Test failed: A = 171, B = 14, Expected Product = 90, Got = x Test failed: A = 220, B = 154, Expected Product = 88, Got = x Test failed: A = 253, B = 195, Expected Product = 183, Got = x Test failed: A = 86, B = 78, Expected Product = 52, Got = x Test failed: A = 103, B = 10, Expected Product = 6, Got = x Test failed: A = 182, B = 56, Expected Product = 208, Got = x Test failed: A = 121, B = 184, Expected Product = 248, Got = x Test failed: A = 148, B = 147, Expected Product = 252, Got = x ... synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.output_failed_marker",
"message": "Functional output contains failure marker: TEST FAILED. , Got = x",
"retryable": false,
"details": {
"marker": "TEST FAILED"
}
},
{
"stage": "openlane",
"code": "openlane.invalidated_by_functional_failure",
"message": "OpenLane result invalidated because functional validation failed after output-marker correction",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_8 | run_20260425_215014_451219_c08f66 | ok | ok | failed | failed | failed | functional | Functional output contains failure marker: TEST FAILED. , Got = x |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_12\samples\run_20260425_215014_451219_c08f66__sample_8
generated.v previewmodule multi_8bit(
input clk,
input rst,
input [7:0] A,
input [7:0] B,
output reg [15:0] product
);
always @(posedge clk) begin
if (rst) begin
product <= 0;
end else begin
product <= product + (A << (8'b00000001 + B));
end
end
endmodule
functional details[stdout] , Got = x Test failed: A = 150, B = 12, Expected Product = 8, Got = x Test failed: A = 194, B = 200, Expected Product = 144, Got = x Test failed: A = 119, B = 61, Expected Product = 91, Got = x Test failed: A = 18, B = 126, Expected Product = 220, Got = x Test failed: A = 109, B = 57, Expected Product = 69, Got = x Test failed: A = 31, B = 211, Expected Product = 141, Got = x Test failed: A = 133, B = 120, Expected Product = 88, Got = x Test failed: A = 91, B = 73, Expected Product = 243, Got = x Test failed: A = 63, B = 42, Expected Product = 86, Got = x Test failed: A = 88, B = 134, Expected Product = 16, Got = x Test failed: A = 142, B = 156, Expected Product = 136, Got = x Test failed: A = 250, B = 38, Expected Product = 28, Got = x Test failed: A = 115, B = 163, Expected Product = 57, Got = x Test failed: A = 47, B = 179, Expected Product = 221, Got = x Test failed: A = 95, B = 68, Expected Product = 60, Got = x Test failed: A = 247, B = 203, Expected Product = 221, Got = x Test failed: A = 230, B = 90, Expected Product = 220, Got = x Test failed: A = 41, B = 237, Expected Product = 245, Got = x Test failed: A = 218, B = 101, Expected Product = 2, Got = x Test failed: A = 181, B = 223, Expected Product = 171, Got = x Test failed: A = 121, B = 68, Expected Product = 36, Got = x Test failed: A = 208, B = 42, Expected Product = 32, Got = x Test failed: A = 171, B = 14, Expected Product = 90, Got = x Test failed: A = 220, B = 154, Expected Product = 88, Got = x Test failed: A = 253, B = 195, Expected Product = 183, Got = x Test failed: A = 86, B = 78, Expected Product = 52, Got = x Test failed: A = 103, B = 10, Expected Product = 6, Got = x Test failed: A = 182, B = 56, Expected Product = 208, Got = x Test failed: A = 121, B = 184, Expected Product = 248, Got = x Test failed: A = 148, B = 147, Expected Product = 252, Got = x ... synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.output_failed_marker",
"message": "Functional output contains failure marker: TEST FAILED. , Got = x",
"retryable": false,
"details": {
"marker": "TEST FAILED"
}
},
{
"stage": "openlane",
"code": "openlane.invalidated_by_functional_failure",
"message": "OpenLane result invalidated because functional validation failed after output-marker correction",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_9 | run_20260425_215014_451219_c08f66 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_9/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_12\samples\run_20260425_215014_451219_c08f66__sample_9
generated.v previewmodule multi_8bit(
input clk,
input rst,
input [7:0] A,
input [7:0] B,
output reg [15:0] product
);
always @(posedge clk) begin
if (rst) begin
product <= 0;
end else begin
product <= product + (A << (8'd7 - i)) * B[i];
end
end
endmodule
syntax details[stderr] /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_9/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit' /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_9/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit' 2 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_9/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut' /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_9/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut' 2 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_9/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_9/generated.v:13: error: Unable to bind wire/reg/memory `i' in `multi_8bit'\n2 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_9/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_9/functional/generated.v:13: error: Unable to bind wire/reg/memory `i' in `testbench.uut'\n2 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_10 | run_20260425_215014_451219_c08f66 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_10/generated.v:14: error: A is not a valid l-value in multi_8bit. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_12\samples\run_20260425_215014_451219_c08f66__sample_10
generated.v previewmodule multi_8bit(
input clk,
input rst,
input [7:0] A,
input [7:0] B,
output reg [15:0] product
);
always @(posedge clk) begin
if (rst) begin
product <= 0;
end else begin
product <= product << 1 | (A & B[7]);
A <= A >> 1;
end
end
endmodule
syntax details[stderr] /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_10/generated.v:14: error: A is not a valid l-value in multi_8bit. /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_10/generated.v:4: : A is declared here as wire. 1 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_10/functional/generated.v:14: error: A is not a valid l-value in testbench.uut. /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_10/functional/generated.v:4: : A is declared here as wire. 1 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_10/generated.v:14: error: A is not a valid l-value in multi_8bit.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_10/generated.v:4: : A is declared here as wire.\n1 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_10/functional/generated.v:14: error: A is not a valid l-value in testbench.uut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_12/sample_10/functional/generated.v:4: : A is declared here as wire.\n1 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|