13_rtllm_arithmetic / task_19 | sub_64bit
Здесь перечислены все реальные попытки этой модели на одной задаче. По каждой попытке можно увидеть, до какой стадии она дошла, где именно сломалась и какое сообщение об ошибке вернулось из syntax, functional или synthesis.
| sample | run | extract_ok | syntax_ok | functional_ok | openlane_ok | final_success | failure_stage | failure_reason | details |
|---|---|---|---|---|---|---|---|---|---|
| sample_1 | run_20260425_215014_451219_c08f66 | ok | ok | failed | skipped | failed | functional | /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_19\samples\run_20260425_215014_451219_c08f66__sample_1
generated.v previewmodule sub_64(
input signed [63:0] a,
input signed [63:0] b,
output signed [63:0] diff,
output logic overflow
);
assign diff = a - b;
assign overflow = (a[63] ^ b[63] ^ diff[63]) & (a[63] ^ diff[63]);
endmodule
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit
2 error(s) during elaboration.
*** These modules were missing:
sub_64bit referenced 1 times.
***
synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit\n2 error(s) during elaboration.\n*** These modules were missing:\n sub_64bit referenced 1 times.\n***\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_2 | run_20260425_215014_451219_c08f66 | ok | ok | failed | skipped | failed | functional | /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_19\samples\run_20260425_215014_451219_c08f66__sample_2
generated.v previewmodule sub_64(
input signed [63:0] a,
input signed [63:0] b,
output signed [63:0] diff,
output logic overflow
);
assign diff = a - b;
assign overflow = (a[63] ^ b[63] ^ diff[63]) & ~((a[63] ^ diff[63]) & (b[63] ^ diff[63]));
endmodule
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit
2 error(s) during elaboration.
*** These modules were missing:
sub_64bit referenced 1 times.
***
synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit\n2 error(s) during elaboration.\n*** These modules were missing:\n sub_64bit referenced 1 times.\n***\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_3 | run_20260425_215014_451219_c08f66 | ok | ok | failed | skipped | failed | functional | /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_19\samples\run_20260425_215014_451219_c08f66__sample_3
generated.v previewmodule sub_64(
input signed [63:0] A,
input signed [63:0] B,
output signed [63:0] result,
output logic overflow
);
assign result = A - B;
assign overflow = (A[63] ^ B[63] ^ result[63]) & 1'b1;
endmodule
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit
2 error(s) during elaboration.
*** These modules were missing:
sub_64bit referenced 1 times.
***
synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit\n2 error(s) during elaboration.\n*** These modules were missing:\n sub_64bit referenced 1 times.\n***\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_4 | run_20260425_215014_451219_c08f66 | ok | ok | failed | skipped | failed | functional | /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_19\samples\run_20260425_215014_451219_c08f66__sample_4
generated.v previewmodule sub_64(
input signed [63:0] A,
input signed [63:0] B,
output signed [63:0] result,
output logic overflow
);
assign result = A - B;
assign overflow = (A[63] ^ B[63] ^ result[63]) & 1'b1;
endmodule
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit
2 error(s) during elaboration.
*** These modules were missing:
sub_64bit referenced 1 times.
***
synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit\n2 error(s) during elaboration.\n*** These modules were missing:\n sub_64bit referenced 1 times.\n***\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_5 | run_20260425_215014_451219_c08f66 | ok | ok | failed | skipped | failed | functional | /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_19\samples\run_20260425_215014_451219_c08f66__sample_5
generated.v previewmodule sub_64(
input signed [63:0] a,
input signed [63:0] b,
output signed [63:0] diff,
output logic overflow
);
assign diff = a - b;
assign overflow = (a[63] ^ b[63] ^ diff[63]) & (~a[63] & b[63] | a[63] & ~b[63]);
endmodule
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit
2 error(s) during elaboration.
*** These modules were missing:
sub_64bit referenced 1 times.
***
synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit\n2 error(s) during elaboration.\n*** These modules were missing:\n sub_64bit referenced 1 times.\n***\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_6 | run_20260425_215014_451219_c08f66 | ok | ok | failed | skipped | failed | functional | /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_19\samples\run_20260425_215014_451219_c08f66__sample_6
generated.v previewmodule sub_64(
input signed [63:0] a,
input signed [63:0] b,
output signed [63:0] diff,
output reg overflow
);
assign diff = a - b;
assign overflow = (a[63] ^ b[63] ^ diff[63]) & (a[63] ^ diff[63]);
endmodule
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit
2 error(s) during elaboration.
*** These modules were missing:
sub_64bit referenced 1 times.
***
synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit\n2 error(s) during elaboration.\n*** These modules were missing:\n sub_64bit referenced 1 times.\n***\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_7 | run_20260425_215014_451219_c08f66 | ok | ok | failed | skipped | failed | functional | /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_19\samples\run_20260425_215014_451219_c08f66__sample_7
generated.v previewmodule sub_64(
input signed [63:0] a,
input signed [63:0] b,
output signed [63:0] diff,
output logic overflow
);
assign diff = a - b;
assign overflow = (a[63] ^ b[63] ^ diff[63]) & ~((a[63] ^ diff[63]) & (b[63] ^ diff[63]));
endmodule
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit
2 error(s) during elaboration.
*** These modules were missing:
sub_64bit referenced 1 times.
***
synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit\n2 error(s) during elaboration.\n*** These modules were missing:\n sub_64bit referenced 1 times.\n***\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_8 | run_20260425_215014_451219_c08f66 | ok | ok | failed | skipped | failed | functional | /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_19\samples\run_20260425_215014_451219_c08f66__sample_8
generated.v previewmodule sub_64(
input signed [63:0] a,
input signed [63:0] b,
output signed [63:0] diff,
output logic overflow
);
assign diff = a - b;
assign overflow = (a[63] ^ b[63] ^ diff[63]) & (a[63] ^ diff[63]);
endmodule
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit
2 error(s) during elaboration.
*** These modules were missing:
sub_64bit referenced 1 times.
***
synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit\n2 error(s) during elaboration.\n*** These modules were missing:\n sub_64bit referenced 1 times.\n***\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_9 | run_20260425_215014_451219_c08f66 | ok | ok | failed | skipped | failed | functional | /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_19\samples\run_20260425_215014_451219_c08f66__sample_9
generated.v previewmodule sub_64(
input signed [63:0] A,
input signed [63:0] B,
output signed [63:0] result,
output logic overflow
);
assign result = A - B;
assign overflow = (A[63] ^ B[63] ^ result[63]) & 1'b1;
endmodule
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit
2 error(s) during elaboration.
*** These modules were missing:
sub_64bit referenced 1 times.
***
synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit\n2 error(s) during elaboration.\n*** These modules were missing:\n sub_64bit referenced 1 times.\n***\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_10 | run_20260425_215014_451219_c08f66 | ok | ok | failed | skipped | failed | functional | /workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\rtllm\tasks\rtllm__13_rtllm_arithmetic__task_19\samples\run_20260425_215014_451219_c08f66__sample_10
generated.v previewmodule sub_64(
input signed [63:0] a,
input signed [63:0] b,
output signed [63:0] diff,
output reg overflow
);
assign diff = a - b;
assign overflow = (a[63] ^ b[63] ^ diff[63]) & (a[63] ^ diff[63]);
endmodule
functional details[stderr]
/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit
2 error(s) during elaboration.
*** These modules were missing:
sub_64bit referenced 1 times.
***
synthesis details[error] None errors[][
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/workspace/banchmarks/rtllm/13_rtllm_arithmetic/task_19/tb.v:13: error: Unknown module type: sub_64bit\n2 error(s) during elaboration.\n*** These modules were missing:\n sub_64bit referenced 1 times.\n***\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": true,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|