13_rtllm_arithmetic / task_17 | fixed_point_subtractor
Здесь перечислены все реальные попытки этой модели на одной задаче. По каждой попытке можно увидеть, до какой стадии она дошла, где именно сломалась и какое сообщение об ошибке вернулось из 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 | failed | failed | skipped | failed | syntax | /sample_1/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_17\samples\run_20260425_215014_451219_c08f66__sample_1
generated.v previewmodule fixed_point_subtractor(
input wire [N-1:0] a,
input wire [N-1:0] b,
output wire [N-1:0] c
);
reg [N-1:0] res;
always @(posedge a or posedge b) begin
if (a[N-1] == b[N-1]) begin
res = a - b;
end else begin
res = a + ~b + 1;
end
end
assign c = res;
endmodule
syntax details[stderr]
/sample_1/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:3: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:4: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:7: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:10: error: can not select part of scalar: a
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:10: error: can not select part of scalar: b
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:10: error: Unable to elaborate condition expression.
Elaboration failed
functional details[stderr] /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`. /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/sample_1/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:3: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:4: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:7: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:10: error: can not select part of scalar: a\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:10: error: can not select part of scalar: b\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_1/generated.v:10: error: Unable to elaborate condition expression.\nElaboration failed\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`.\n/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`.\n3 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_2 | run_20260425_215014_451219_c08f66 | ok | failed | failed | skipped | failed | syntax | /sample_2/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_17\samples\run_20260425_215014_451219_c08f66__sample_2
generated.v previewmodule fixed_point_subtractor(
input wire [N-1:0] a,
input wire [N-1:0] b,
output wire [N-1:0] c
);
reg [N-1:0] res;
always @(posedge a or posedge b) begin
if (a[N-1] == b[N-1]) begin
res = a - b;
end else begin
res = a + ~b + 1;
end
end
assign c = res;
endmodule
syntax details[stderr]
/sample_2/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:3: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:4: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:7: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:10: error: can not select part of scalar: a
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:10: error: can not select part of scalar: b
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:10: error: Unable to elaborate condition expression.
Elaboration failed
functional details[stderr] /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`. /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/sample_2/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:3: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:4: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:7: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:10: error: can not select part of scalar: a\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:10: error: can not select part of scalar: b\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_2/generated.v:10: error: Unable to elaborate condition expression.\nElaboration failed\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`.\n/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`.\n3 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_3 | run_20260425_215014_451219_c08f66 | ok | failed | failed | skipped | failed | syntax | /sample_3/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_17\samples\run_20260425_215014_451219_c08f66__sample_3
generated.v previewmodule fixed_point_subtractor(
input wire [N-1:0] a,
input wire [N-1:0] b,
output wire [N-1:0] c
);
reg [N-1:0] res;
always @(posedge a or posedge b) begin
if (a[N-1] == b[N-1]) begin
res = a - b;
end else begin
res = a + ~b + 1;
end
end
assign c = res;
endmodule
syntax details[stderr]
/sample_3/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:3: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:4: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:7: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:10: error: can not select part of scalar: a
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:10: error: can not select part of scalar: b
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:10: error: Unable to elaborate condition expression.
Elaboration failed
functional details[stderr] /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`. /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/sample_3/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:3: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:4: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:7: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:10: error: can not select part of scalar: a\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:10: error: can not select part of scalar: b\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_3/generated.v:10: error: Unable to elaborate condition expression.\nElaboration failed\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`.\n/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`.\n3 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 | /sample_4/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_17\samples\run_20260425_215014_451219_c08f66__sample_4
generated.v previewmodule fixed_point_subtractor(
input wire [N-1:0] a,
input wire [N-1:0] b,
output wire [N-1:0] c
);
reg [N-1:0] res;
always @(posedge a or posedge b) begin
if (a[N-1] == b[N-1]) begin
res = a - b;
end else begin
res = a + ~b + 1;
end
end
assign c = res;
endmodule
syntax details[stderr]
/sample_4/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:3: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:4: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:7: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:10: error: can not select part of scalar: a
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:10: error: can not select part of scalar: b
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:10: error: Unable to elaborate condition expression.
Elaboration failed
functional details[stderr] /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`. /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/sample_4/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:3: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:4: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:7: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:10: error: can not select part of scalar: a\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:10: error: can not select part of scalar: b\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_4/generated.v:10: error: Unable to elaborate condition expression.\nElaboration failed\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`.\n/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`.\n3 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 | /sample_5/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_17\samples\run_20260425_215014_451219_c08f66__sample_5
generated.v previewmodule fixed_point_subtractor(
input wire [N-1:0] a,
input wire [N-1:0] b,
output wire [N-1:0] c
);
reg [N-1:0] res;
always @(posedge a or posedge b) begin
if (a[N-1] == b[N-1]) begin
res = a - b;
end else begin
res = a + ~b + 1;
end
end
assign c = res;
endmodule
syntax details[stderr]
/sample_5/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:3: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:4: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:7: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:10: error: can not select part of scalar: a
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:10: error: can not select part of scalar: b
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:10: error: Unable to elaborate condition expression.
Elaboration failed
functional details[stderr] /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`. /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/sample_5/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:3: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:4: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:7: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:10: error: can not select part of scalar: a\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:10: error: can not select part of scalar: b\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_5/generated.v:10: error: Unable to elaborate condition expression.\nElaboration failed\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`.\n/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`.\n3 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 | failed | failed | skipped | failed | syntax | e to bind parameter `N' in `fixed_point_subtractor' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_17\samples\run_20260425_215014_451219_c08f66__sample_6
generated.v previewmodule fixed_point_subtractor(
input wire [N-1:0] a,
input wire [N-1:0] b,
output wire [N-1:0] c
);
reg [N-1:0] res;
assign res = $signed(a) - $signed(b);
assign c = res;
endmodule
syntax details[stderr]
e to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:2: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:2 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:3: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:4: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:7: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)
8 error(s) during elaboration.
functional details[stderr] /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`. /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "e to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:2: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:2 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:3: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:4: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:7: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_6/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)\n8 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`.\n/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`.\n3 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_7 | run_20260425_215014_451219_c08f66 | ok | failed | failed | skipped | failed | syntax | /sample_7/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_17\samples\run_20260425_215014_451219_c08f66__sample_7
generated.v previewmodule fixed_point_subtractor(
input wire [N-1:0] a,
input wire [N-1:0] b,
output wire [N-1:0] c
);
reg [N-1:0] res;
always @(posedge a or posedge b) begin
if (a[N-1] == b[N-1]) begin
res = a - b;
end else begin
res = a + ~b + 1;
end
end
assign c = res;
endmodule
syntax details[stderr]
/sample_7/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:3: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:4: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:7: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:10: error: can not select part of scalar: a
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:10: error: can not select part of scalar: b
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:10: error: Unable to elaborate condition expression.
Elaboration failed
functional details[stderr] /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`. /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/sample_7/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:3: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:4: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:7: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:10: error: can not select part of scalar: a\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:10: error: can not select part of scalar: b\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_7/generated.v:10: error: Unable to elaborate condition expression.\nElaboration failed\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`.\n/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`.\n3 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_8 | run_20260425_215014_451219_c08f66 | ok | failed | failed | skipped | failed | syntax | /sample_8/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_17\samples\run_20260425_215014_451219_c08f66__sample_8
generated.v previewmodule fixed_point_subtractor(
input wire [N-1:0] a,
input wire [N-1:0] b,
output wire [N-1:0] c
);
reg [N-1:0] res;
always @(posedge a or posedge b) begin
if (a[N-1] == b[N-1]) begin
res = a - b;
end else begin
res = a + ~b + 1;
end
end
assign c = res;
endmodule
syntax details[stderr]
/sample_8/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:3: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:4: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:7: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:10: error: can not select part of scalar: a
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:10: error: can not select part of scalar: b
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:10: error: Unable to elaborate condition expression.
Elaboration failed
functional details[stderr] /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`. /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/sample_8/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:3: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:4: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:7: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:10: error: can not select part of scalar: a\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:10: error: can not select part of scalar: b\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_8/generated.v:10: error: Unable to elaborate condition expression.\nElaboration failed\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`.\n/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`.\n3 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_9 | run_20260425_215014_451219_c08f66 | ok | failed | failed | skipped | failed | syntax | /sample_9/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_17\samples\run_20260425_215014_451219_c08f66__sample_9
generated.v previewmodule fixed_point_subtractor(
input wire [N-1:0] a,
input wire [N-1:0] b,
output wire [N-1:0] c
);
reg [N-1:0] res;
always @(posedge a or posedge b) begin
if (a[N-1] == b[N-1]) begin
res = a - b;
end else begin
res = a + ~b + 1;
end
end
assign c = res;
endmodule
syntax details[stderr]
/sample_9/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:3: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:4: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:7: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:10: error: can not select part of scalar: a
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:10: error: can not select part of scalar: b
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:10: error: Unable to elaborate condition expression.
Elaboration failed
functional details[stderr] /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`. /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/sample_9/generated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:3: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:4: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:7: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:10: error: can not select part of scalar: a\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:10: error: can not select part of scalar: b\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_9/generated.v:10: error: Unable to elaborate condition expression.\nElaboration failed\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`.\n/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`.\n3 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 | enerated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_17\samples\run_20260425_215014_451219_c08f66__sample_10
generated.v previewmodule fixed_point_subtractor(
input wire [N-1:0] a,
input wire [N-1:0] b,
output wire [N-1:0] c
);
reg [N-1:0] res;
always @(posedge a or posedge b) begin
if (a[N-1] == b[N-1]) begin
res = a - b;
end else begin
res = a + ~b + 1;
end
end
assign c = res;
endmodule
syntax details[stderr]
enerated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:3: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:4: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:7: error: Dimensions must be constant.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:10: error: can not select part of scalar: a
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:10: error: can not select part of scalar: b
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:10: error: Unable to elaborate condition expression.
Elaboration failed
functional details[stderr] /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`. /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "enerated.v:3: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:3: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:3 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:4: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:4: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:4 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:7: error: Unable to bind parameter `N' in `fixed_point_subtractor'\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:7: error: Dimensions must be constant.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:7 : This MSB expression violates the rule: (N)-('sd1)\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:10: error: can not select part of scalar: a\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:10: error: can not select part of scalar: b\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/rtllm__13_rtllm_arithmetic__task_17/sample_10/generated.v:10: error: Unable to elaborate condition expression.\nElaboration failed\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `N` not found in `tb_fixed_point_subtractor.uut`.\n/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_17/tb.v:19: error: parameter `Q` not found in `tb_fixed_point_subtractor.uut`.\n3 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
}
|