13_rtllm_arithmetic / task_03 | verified_adder_32bit
Здесь перечислены все реальные попытки этой модели на одной задаче. По каждой попытке можно увидеть, до какой стадии она дошла, где именно сломалась и какое сообщение об ошибке вернулось из syntax, functional или synthesis.
| sample | run | extract_ok | syntax_ok | functional_ok | openlane_ok | final_success | failure_stage | failure_reason | details |
|---|---|---|---|---|---|---|---|---|---|
| sample_1 | run_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_102437_171676_163c0c__sample_1
generated.v previewmodule verified_adder_32bit (
input logic [32:1] A,
input logic [32:1] B,
output logic [32:1] S,
output logic C32
);
// Instantiate 16 instances of the 16-bit CLA block
genvar i;
generate
for (i = 0; i < 16; i++) begin : cla_blocks
cla_block #(.WIDTH(16)) cla_inst (
.A(A[2*i+:16]),
.B(B[2*i+:16]),
.S(S[2*i+:16]),
.C(C32[i])
);
end
endgenerate
endmodule
syntax details[stderr]
p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block
16 error(s) during elaboration.
*** These modules were missing:
cla_block referenced 16 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block
19 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block referenced 16 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:11: error: Unknown module type: cla_block\n16 error(s) during elaboration.\n*** These modules were missing:\n cla_block referenced 16 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_16…
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_1 | run_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:53: error: Unknown module type: cla_block |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_144342_055801_c17762__sample_1
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// 16-bit CLA block
module cla_block (
input A[16:1],
input B[16:1],
output S[16:1],
output C16
);
// 4-bit full adder
module full_adder (
input A,
input B,
input C,
output S,
output C32
);
assign S = A ^ B ^ C;
assign C32 = (A & B) | (B & C) | (C & A);
endmodule // full_adder
wire [16:1] A_low, A_high, B_low, B_high;
wire [16:1] S_low, S_high;
wire [4:1] C_low, C_high;
...
syntax details[stderr]
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:53: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:54: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:55: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:56: error: Unknown module type: cla_block
5 error(s) during elaboration.
*** These modules were missing:
cla_block referenced 4 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:53: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:54: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:55: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:56: error: Unknown module type: cla_block
7 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block referenced 4 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:53: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:54: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:55: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/generated.v:56: error: Unknown module type: cla_block\n5 error(s) during elaboration.\n*** These modules were missing:\n cla_block referenced 4 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:53: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:54: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:55: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_1/functional/generated.v:56: error: Unknown module type: cla_block\n7 error(s) during elaboration.\n*** These modules were missing:\n adder_32bit referenced 1 times.\n cla_block referenced 4 times.\n***\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_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_102437_171676_163c0c__sample_2
generated.v previewmodule verified_adder_32bit (
input wire [31:0] A,
input wire [31:0] B,
output wire [31:0] S,
output wire C32
);
// Instantiate 16 16-bit CLA blocks
genvar i;
generate
for (i = 0; i < 16; i++) begin : cla_blocks
cla_block #(.WIDTH(16)) cla (
.A(A[i*16+:16]),
.B(B[i*16+:16]),
.S(S[i*16+:16]),
.C32(C32)
);
end
endgenerate
endmodule
syntax details[stderr]
p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block
16 error(s) during elaboration.
*** These modules were missing:
cla_block referenced 16 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block
19 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block referenced 16 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:11: error: Unknown module type: cla_block\n16 error(s) during elaboration.\n*** These modules were missing:\n cla_block referenced 16 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_16…
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_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | : Unknown module type: cla_block_16bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_144342_055801_c17762__sample_2
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// Instantiate 16 16-bit CLA blocks
cla_block_16bit cla_0 (A[15:0], B[15:0], S[15:0], C16);
cla_block_16bit cla_1 (A[31:16], B[31:16], S[31:16], C17);
cla_block_16bit cla_2 (A[47:32], B[47:32], S[47:32], C18);
cla_block_16bit cla_3 (A[63:48], B[63:48], S[63:48], C19);
cla_block_16bit cla_4 (A[79:64], B[79:64], S[79:64], C20);
cla_block_16bit cla_5 (A[95:80], B[95:80], S[95:80], C21);
cla_block_16bit cla_6 (A[111:96], B[111:96], S[111:96], C22);
cla_block_16bit cla_7 (A[127:112], B[127:112], S[127:112], C23);
cla_block_16bit cla_8 (A[143:128], B[143:128], S[143:128], C24);
cla_block_16bit cla_9 (A[159:144], B[159:144], S[159:144], C25);
cla_block_16bit cla_10 (A[175:160], B[175:160], S[175:160], C26);
cla_block_16bit cla_11 (A[191:176], B[191:176], S[191:176], C27);
cla_block_16bit cla_12 (A[207:192], B[207:192], S[207:192], C28);
cla_block_16bit cla_13 (A[223:208], B[223:208], S[223:208], C29);
cla_block_16bit cla_14 (A[239:224], B[239:224], S[239:224], C30);
cla_block_16bit cla_15 (A[255:240], B[255:240], S[255:240], C31);
// Connect the carry outputs of each block to the next block's carry input
assign C17 = C16;
assign C18 = C17;
assign C19 = C18;
assign C20 = C19;
assign C21 = C20;
assign C22 = C21;
...
syntax details[stderr]
: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:14: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:15: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:16: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:17: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:18: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:19: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:20: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:21: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:22: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:23: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:24: error: Unknown module type: cla_block_16bit
17 error(s) during elaboration.
*** These modules were missing:
cla_block_16bit referenced 16 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:9: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:10: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:12: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:13: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:14: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:15: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:16: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:17: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:18: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:19: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:20: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:21: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:22: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:23: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:24: error: Unknown module type: cla_block_16bit
19 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block_16bit referenced 16 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": ": Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:14: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:15: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:16: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:17: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:18: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:19: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:20: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:21: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:22: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:23: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/generated.v:24: error: Unknown module type: cla_block_16bit\n17 error(s) during elaboration.\n*** These modules were missing:\n cla_block_16bit referenced 16 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:9: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:10: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:11: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:12: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:13: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:14: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:15: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:16: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:17: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:18: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:19: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:20: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:21: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:22: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_2/functional/generated.v:23:…
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_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | 76_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_102437_171676_163c0c__sample_3
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// Instantiate 16 16-bit CLA blocks
for (genvar i = 0; i < 16; i++) begin
cla_block #(.WIDTH(16)) cla_inst (
.A(A[i*16+:16]),
.B(B[i*16+:16]),
.S(S[i*16+:16]),
.C(C32[i])
);
end
endmodule
syntax details[stderr]
76_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block
16 error(s) during elaboration.
*** These modules were missing:
cla_block referenced 16 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block
19 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block referenced 16 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "76_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:9: error: Unknown module type: cla_block\n16 error(s) during elaboration.\n*** These modules were missing:\n cla_block referenced 16 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:9: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codell…
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_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_144342_055801_c17762__sample_3
generated.v previewmodule verified_adder_32bit (
input logic [31:0] A,
input logic [31:0] B,
output logic [31:0] S,
output logic C32
);
// Instantiate 16 16-bit CLA blocks
genvar i;
generate
for (i = 0; i < 16; i++) begin : cla_blocks
cla_block #(.WIDTH(16)) cla (
.A(A[15:0]),
.B(B[15:0]),
.S(S[15:0]),
.C(C32)
);
end
endgenerate
endmodule
syntax details[stderr]
p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block
16 error(s) during elaboration.
*** These modules were missing:
cla_block referenced 16 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block
19 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block referenced 16 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/generated.v:11: error: Unknown module type: cla_block\n16 error(s) during elaboration.\n*** These modules were missing:\n cla_block referenced 16 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_3/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c1…
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_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_102437_171676_163c0c__sample_4
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// Instantiate 16 16-bit CLA blocks
genvar i;
generate
for (i = 0; i < 16; i++) begin : cla_blocks
cla_block #(.WIDTH(16)) cla_inst (
.A(A[(i+1)*16-1:i*16]),
.B(B[(i+1)*16-1:i*16]),
.S(S[(i+1)*16-1:i*16]),
.C(C32[i])
);
end
endgenerate
endmodule
syntax details[stderr]
p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block
16 error(s) during elaboration.
*** These modules were missing:
cla_block referenced 16 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block
19 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block referenced 16 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: cla_block\n16 error(s) during elaboration.\n*** These modules were missing:\n cla_block referenced 16 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_102437_171676_16…
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_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | : Unknown module type: adder_cla_16bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_144342_055801_c17762__sample_4
generated.v previewmodule verified_adder_32bit (
input logic [32:1] A,
input logic [32:1] B,
output logic [32:1] S,
output logic C32
);
// Instantiate 16 16-bit CLA blocks
genvar i;
generate
for (i = 0; i < 16; i++) begin : cla_blocks
adder_cla_16bit cla (
.A(A[32:16]),
.B(B[32:16]),
.S(S[32:16]),
.C16(C32)
);
end
endgenerate
endmodule
syntax details[stderr]
: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit
16 error(s) during elaboration.
*** These modules were missing:
adder_cla_16bit referenced 16 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit
19 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
adder_cla_16bit referenced 16 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": ": Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/generated.v:11: error: Unknown module type: adder_cla_16bit\n16 error(s) during elaboration.\n*** These modules were missing:\n adder_cla_16bit referenced 16 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11: error: Unknown module type: adder_cla_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_4/functional/generated.v:11:…
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_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | : Unknown module type: cla_block_16bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_102437_171676_163c0c__sample_5
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// Instantiate 16 16-bit CLA blocks
cla_block_16bit cla_0 (A[15:0], B[15:0], S[15:0], C16);
cla_block_16bit cla_1 (A[31:16], B[31:16], S[31:16], C16);
cla_block_16bit cla_2 (A[47:32], B[47:32], S[47:32], C16);
cla_block_16bit cla_3 (A[63:48], B[63:48], S[63:48], C16);
cla_block_16bit cla_4 (A[79:64], B[79:64], S[79:64], C16);
cla_block_16bit cla_5 (A[95:80], B[95:80], S[95:80], C16);
cla_block_16bit cla_6 (A[111:96], B[111:96], S[111:96], C16);
cla_block_16bit cla_7 (A[127:112], B[127:112], S[127:112], C16);
cla_block_16bit cla_8 (A[143:128], B[143:128], S[143:128], C16);
cla_block_16bit cla_9 (A[159:144], B[159:144], S[159:144], C16);
cla_block_16bit cla_10 (A[175:160], B[175:160], S[175:160], C16);
cla_block_16bit cla_11 (A[191:176], B[191:176], S[191:176], C16);
cla_block_16bit cla_12 (A[207:192], B[207:192], S[207:192], C16);
cla_block_16bit cla_13 (A[223:208], B[223:208], S[223:208], C16);
cla_block_16bit cla_14 (A[239:224], B[239:224], S[239:224], C16);
cla_block_16bit cla_15 (A[255:240], B[255:240], S[255:240], C16);
// Connect the carry-out outputs of each block to the next block's carry-in input
assign C32 = cla_15.C16;
endmodule
syntax details[stderr]
: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:14: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:15: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:16: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:17: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:18: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:19: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:20: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:21: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:22: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:23: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:24: error: Unknown module type: cla_block_16bit
17 error(s) during elaboration.
*** These modules were missing:
cla_block_16bit referenced 16 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:9: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:10: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:12: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:13: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:14: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:15: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:16: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:17: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:18: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:19: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:20: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:21: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:22: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:23: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:24: error: Unknown module type: cla_block_16bit
19 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block_16bit referenced 16 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": ": Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:14: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:15: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:16: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:17: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:18: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:19: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:20: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:21: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:22: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:23: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:24: error: Unknown module type: cla_block_16bit\n17 error(s) during elaboration.\n*** These modules were missing:\n cla_block_16bit referenced 16 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:9: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:10: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:12: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:13: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:14: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:15: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:16: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:17: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:18: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:19: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:20: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:21: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:22: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:23:…
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_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_144342_055801_c17762__sample_5
generated.v previewmodule verified_adder_32bit (
input wire [31:0] A,
input wire [31:0] B,
output wire [31:0] S,
output wire C32
);
// Instantiate 16 16-bit CLA blocks
genvar i;
generate
for (i = 0; i < 16; i++) begin : cla_blocks
cla_block #(.WIDTH(16)) cla (
.A({A[32*i+15:32*i], A[32*i-1:0]}),
.B({B[32*i+15:32*i], B[32*i-1:0]}),
.S({S[32*i+15:32*i], S[32*i-1:0]}),
.C(C32)
);
end
endgenerate
endmodule
syntax details[stderr]
p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block
16 error(s) during elaboration.
*** These modules were missing:
cla_block referenced 16 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block
19 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block referenced 16 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/generated.v:11: error: Unknown module type: cla_block\n16 error(s) during elaboration.\n*** These modules were missing:\n cla_block referenced 16 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_5/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c1…
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_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:8: error: Unknown module type: cla_block_16bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_102437_171676_163c0c__sample_6
generated.v previewmodule verified_adder_32bit (
input logic [31:0] A,
input logic [31:0] B,
output logic [31:0] S,
output logic C32
);
// Instantiate the 16-bit CLA block
cla_block_16bit cla_block (
.A(A[15:0]),
.B(B[15:0]),
.S(S[15:0]),
.C16()
);
// Instantiate the 16-bit CLA block for the upper half of the operands
cla_block_16bit cla_block_upper (
.A(A[31:16]),
.B(B[31:16]),
.S(S[31:16]),
.C16()
);
// Connect the carry-out of the lower half to the carry-in of the upper half
assign cla_block.C16 = cla_block_upper.C16;
// Assign the final carry-out output
assign C32 = cla_block_upper.C16;
endmodule
syntax details[stderr]
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:8: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:16: error: Unknown module type: cla_block_16bit
3 error(s) during elaboration.
*** These modules were missing:
cla_block_16bit referenced 2 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:8: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:16: error: Unknown module type: cla_block_16bit
5 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block_16bit referenced 2 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:8: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:16: error: Unknown module type: cla_block_16bit\n3 error(s) during elaboration.\n*** These modules were missing:\n cla_block_16bit referenced 2 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:8: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:16: error: Unknown module type: cla_block_16bit\n5 error(s) during elaboration.\n*** These modules were missing:\n adder_32bit referenced 1 times.\n cla_block_16bit referenced 2 times.\n***\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_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_144342_055801_c17762__sample_6
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// Instantiate 16 instances of the 16-bit CLA block
genvar i;
generate
for (i = 0; i < 16; i++) begin : cla_blocks
cla_block #(
.WIDTH(16)
) u_cla_block (
.A(A[2*i+1:i]),
.B(B[2*i+1:i]),
.S(S[2*i+1:i]),
.C(C32[i])
);
end
endgenerate
endmodule
syntax details[stderr]
p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block
16 error(s) during elaboration.
*** These modules were missing:
cla_block referenced 16 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block
19 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block referenced 16 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/generated.v:13: error: Unknown module type: cla_block\n16 error(s) during elaboration.\n*** These modules were missing:\n cla_block referenced 16 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_6/functional/generated.v:13: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c1…
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_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:9: error: Unknown module type: cla_block_16bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_102437_171676_163c0c__sample_7
generated.v previewmodule verified_adder_32bit (
input wire [31:0] A,
input wire [31:0] B,
output reg [31:0] S,
output reg C32
);
// Instantiate 16 16-bit CLA blocks
cla_block_16bit cla_block_1 (A[15:0], B[15:0], S[15:0], C32);
cla_block_16bit cla_block_2 (A[31:16], B[31:16], S[31:16], C32);
// Connect the carry-out of each block to the carry-in of the next block
assign cla_block_2.C = cla_block_1.C;
endmodule
syntax details[stderr]
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:9: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:10: error: Unknown module type: cla_block_16bit
3 error(s) during elaboration.
*** These modules were missing:
cla_block_16bit referenced 2 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:9: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:10: error: Unknown module type: cla_block_16bit
5 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block_16bit referenced 2 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:9: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:10: error: Unknown module type: cla_block_16bit\n3 error(s) during elaboration.\n*** These modules were missing:\n cla_block_16bit referenced 2 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:9: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:10: error: Unknown module type: cla_block_16bit\n5 error(s) during elaboration.\n*** These modules were missing:\n adder_32bit referenced 1 times.\n cla_block_16bit referenced 2 times.\n***\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_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:9: error: Unknown module type: cla_block_16bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_144342_055801_c17762__sample_7
generated.v previewmodule verified_adder_32bit (
input logic [32:1] A,
input logic [32:1] B,
output logic [32:1] S,
output logic C32
);
// Instantiate 4 instances of the 16-bit CLA block
cla_block_16bit cla_0 (
.A(A[15:0]),
.B(B[15:0]),
.S(S[15:0]),
.C16(C32)
);
cla_block_16bit cla_1 (
.A(A[31:16]),
.B(B[31:16]),
.S(S[31:16]),
.C16(C32)
);
cla_block_16bit cla_2 (
.A(A[47:32]),
.B(B[47:32]),
.S(S[47:32]),
.C16(C32)
);
cla_block_16bit cla_3 (
.A(A[63:48]),
.B(B[63:48]),
...
syntax details[stderr]
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:9: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:16: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:23: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:30: error: Unknown module type: cla_block_16bit
5 error(s) during elaboration.
*** These modules were missing:
cla_block_16bit referenced 4 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:9: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:16: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:23: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:30: error: Unknown module type: cla_block_16bit
7 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block_16bit referenced 4 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:9: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:16: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:23: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/generated.v:30: error: Unknown module type: cla_block_16bit\n5 error(s) during elaboration.\n*** These modules were missing:\n cla_block_16bit referenced 4 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:9: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:16: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:23: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_7/functional/generated.v:30: error: Unknown module type: cla_block_16bit\n7 error(s) during elaboration.\n*** These modules were missing:\n adder_32bit referenced 1 times.\n cla_block_16bit referenced 4 times.\n***\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_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/generated.v:22: error: 'C' has already been declared in this scope. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_102437_171676_163c0c__sample_8
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// 16-bit CLA block
module cla_block (
input A[16:1],
input B[16:1],
output S[16:1],
output C16
);
// 4-bit full adder
module full_adder (
input A,
input B,
input C,
output S,
output C
);
assign S = A ^ B ^ C;
assign C = (A & B) | (B & C) | (C & A);
endmodule // full_adder
// 4-bit half adder
module half_adder (
input A,
...
syntax details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/generated.v:22: error: 'C' has already been declared in this scope. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/generated.v:20: : It was declared here as a net. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/generated.v:89: syntax error I give up. functional details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/functional/generated.v:22: error: 'C' has already been declared in this scope. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/functional/generated.v:20: : It was declared here as a net. /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:39: syntax error I give up. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/generated.v:22: error: 'C' has already been declared in this scope.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/generated.v:20: : It was declared here as a net.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/generated.v:89: syntax error\nI give up.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/functional/generated.v:22: error: 'C' has already been declared in this scope.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/functional/generated.v:20: : It was declared here as a net.\n/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:39: syntax error\nI give up.\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_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/generated.v:36: syntax error |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_144342_055801_c17762__sample_8
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// 16-bit CLA block
module cla_block (
input A[16:1],
input B[16:1],
output S[16:1],
output C16
);
// Carry-lookahead adder
assign {C16, S} = A + B;
endmodule
// 32-bit adder
module adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// 16-bit CLA blocks
cla_block cla0 (A[15:0], B[15:0], S[15:0], C15);
cla_block cla1 (A[31:16], B[31:16], S[31:16], C31);
...
syntax details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/generated.v:36: syntax error I give up. functional details[stderr] /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:39: syntax error I give up. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_8/generated.v:36: syntax error\nI give up.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:39: syntax error\nI give up.\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_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:9: error: Unknown module type: cla_block_16bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_102437_171676_163c0c__sample_9
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// Instantiate 16-bit CLA blocks
cla_block_16bit cla_1 (.A(A[15:0]), .B(B[15:0]), .S(S[15:0]), .C(C[15:0]));
cla_block_16bit cla_2 (.A(A[31:16]), .B(B[31:16]), .S(S[31:16]), .C(C[31:16]));
// Connect carry-out of 1st CLA block to carry-in of 2nd CLA block
assign cla_2.A = {cla_1.C, A[31:17]};
assign cla_2.B = {cla_1.C, B[31:17]};
// Connect carry-out of 2nd CLA block to output carry-out
assign C32 = cla_2.C;
endmodule
syntax details[stderr]
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:9: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:10: error: Unknown module type: cla_block_16bit
3 error(s) during elaboration.
*** These modules were missing:
cla_block_16bit referenced 2 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:9: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:10: error: Unknown module type: cla_block_16bit
5 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block_16bit referenced 2 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:9: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:10: error: Unknown module type: cla_block_16bit\n3 error(s) during elaboration.\n*** These modules were missing:\n cla_block_16bit referenced 2 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:9: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:10: error: Unknown module type: cla_block_16bit\n5 error(s) during elaboration.\n*** These modules were missing:\n adder_32bit referenced 1 times.\n cla_block_16bit referenced 2 times.\n***\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_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_144342_055801_c17762__sample_9
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// Instantiate 16 instances of the 16-bit CLA block
genvar i;
generate
for (i = 0; i < 16; i++) begin : cla_blocks
cla_block #(.WIDTH(16)) cla (
.A(A[2*i+:16]),
.B(B[2*i+:16]),
.S(S[2*i+:16]),
.C(C32)
);
end
endgenerate
endmodule
syntax details[stderr]
p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block
16 error(s) during elaboration.
*** These modules were missing:
cla_block referenced 16 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block
19 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block referenced 16 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "p/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/generated.v:11: error: Unknown module type: cla_block\n16 error(s) during elaboration.\n*** These modules were missing:\n cla_block referenced 16 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_9/functional/generated.v:11: error: Unknown module type: cla_block\n/data/eval/out/run_20260427_144342_055801_c1…
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_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:76: : check for proper recursion termination or increase the limit (10) with the -pRECURSIVE_MOD_LIMIT flag. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_102437_171676_163c0c__sample_10
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// Instantiate 16 16-bit CLA blocks
genvar i;
generate
for (i = 0; i < 16; i++) begin : cla_blocks
cla_block #(
.WIDTH(16)
) cla_inst (
.A(A[2*i+1:i]),
.B(B[2*i+1:i]),
.S(S[2*i+1:i]),
.C(C32[2*i+1:i])
);
end
endgenerate
endmodule
// 16-bit CLA block
module cla_block (
input A[15:0],
input B[15:0],
output S[15:0],
output C[15:0]
);
// Instantiate 4 4-bit full adders
genvar i;
generate
...
syntax details[stderr] data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:76: : check for proper recursion termination or increase the limit (10) with the -pRECURSIVE_MOD_LIMIT flag. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:76: error: instance verified_adder_32bit.cla_blocks[15].cla_inst.full_adders[3].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[0].ha.full_adder[0].fa of module full_adder is nested too deep. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:76: : check for proper recursion termination or increase the limit (10) with the -pRECURSIVE_MOD_LIMIT flag. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:76: error: instance verified_adder_32bit.cla_blocks[15].cla_inst.full_adders[3].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa of module full_adder is nested too deep. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:76: : check for proper recursion termination or increase the limit (10) with the -pRECURSIVE_MOD_LIMIT flag. 131088 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:76: : check for proper recursion termination or increase the limit (10) with the -pRECURSIVE_MOD_LIMIT flag.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:76: error: instance verified_adder_32bit.cla_blocks[15].cla_inst.full_adders[3].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[0].ha.full_adder[0].fa of module full_adder is nested too deep.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:76: : check for proper recursion termination or increase the limit (10) with the -pRECURSIVE_MOD_LIMIT flag.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:76: error: instance verified_adder_32bit.cla_blocks[15].cla_inst.full_adders[3].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa.half_adders[1].ha.full_adder[0].fa of module full_adder is nested too deep.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:76: : check for proper recursion termination or increase the limit (10) with the -pRECURSIVE_MOD_LIMIT flag.\n131088 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_error",
"message": "error",
"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_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:9: error: Unknown module type: cla_block_16bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_03\samples\run_20260427_144342_055801_c17762__sample_10
generated.v previewmodule verified_adder_32bit (
input A[32:1],
input B[32:1],
output S[32:1],
output C32
);
// Instantiate 16 16-bit CLA blocks
cla_block_16bit cla_0 (
.A(A[15:0]),
.B(B[15:0]),
.S(S[15:0]),
.C32(C32)
);
cla_block_16bit cla_1 (
.A(A[31:16]),
.B(B[31:16]),
.S(S[31:16]),
.C32(C32)
);
cla_block_16bit cla_2 (
.A(A[47:32]),
.B(B[47:32]),
.S(S[47:32]),
.C32(C32)
);
cla_block_16bit cla_3 (
.A(A[63:48]),
.B(B[63:48]),
...
syntax details[stderr]
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:9: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:16: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:23: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:30: error: Unknown module type: cla_block_16bit
5 error(s) during elaboration.
*** These modules were missing:
cla_block_16bit referenced 4 times.
***
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/functional/generated.v:9: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/functional/generated.v:16: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/functional/generated.v:23: error: Unknown module type: cla_block_16bit
/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/functional/generated.v:30: error: Unknown module type: cla_block_16bit
7 error(s) during elaboration.
*** These modules were missing:
adder_32bit referenced 1 times.
cla_block_16bit referenced 4 times.
***
synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:9: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:16: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:23: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/generated.v:30: error: Unknown module type: cla_block_16bit\n5 error(s) during elaboration.\n*** These modules were missing:\n cla_block_16bit referenced 4 times.\n***\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_03/tb.v:14: error: Unknown module type: adder_32bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/functional/generated.v:9: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/functional/generated.v:16: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/functional/generated.v:23: error: Unknown module type: cla_block_16bit\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/rtllm__13_rtllm_arithmetic__task_03/sample_10/functional/generated.v:30: error: Unknown module type: cla_block_16bit\n7 error(s) during elaboration.\n*** These modules were missing:\n adder_32bit referenced 1 times.\n cla_block_16bit referenced 4 times.\n***\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
}
|