05_dft_testability / task_52 | jtag_tap_debug
Здесь перечислены все реальные попытки этой модели на одной задаче. По каждой попытке можно увидеть, до какой стадии она дошла, где именно сломалась и какое сообщение об ошибке вернулось из 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 | 171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:8: : dbg_control is declared here as wire. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_102437_171676_163c0c__sample_1
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// TAP state machine
enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} tap_state;
// TCK edge detection
reg tck_edge;
...
syntax details[stderr] 171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:81: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:109: error: Unable to bind wire/reg/memory `IDCODE' in `jtag_tap_debug' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:112: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:113: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:115: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:132: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:134: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:6: : tdo is declared here as wire. 11 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:43: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:75: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:78: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:79: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:81: error: Unable to bind wire/reg/memory `DBG_STAT' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:109: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:112: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:113: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:115: error: Unable to bind wire/reg/memory `DBG_STAT' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:132: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:134: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:6: : tdo is declared here as wire. 11 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:81: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:109: error: Unable to bind wire/reg/memory `IDCODE' in `jtag_tap_debug'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:112: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:113: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:115: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:132: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:134: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:6: : tdo is declared here as wire.\n11 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:43: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:75: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:78: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:79: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:81: error: Unable to bind wire/reg/memory `DBG_STAT' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:109: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:112: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:113: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:115: error: Unable to bind wire/reg/memory `DBG_STAT' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:132: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:6: : tdo is declared here as wire.\n/…
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 | _control is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_144342_055801_c17762__sample_1
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// Shift register
reg [7:0] shift_register;
// State machine
typedef enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} state_t;
...
syntax details[stderr] _control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:58: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:78: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:87: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:89: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:91: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:6: : tdo is declared here as wire. 6 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:41: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:58: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:78: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:87: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:89: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:91: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:6: : tdo is declared here as wire. 6 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:58: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:78: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:87: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:89: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:91: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/generated.v:6: : tdo is declared here as wire.\n6 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:41: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:58: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:78: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:87: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:89: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:91: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:6: : tdo is declared here as wire.\n6 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_2 | run_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | nerated.v:51: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_102437_171676_163c0c__sample_2
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// TAP state machine
enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} tap_state;
// TCK edge detection
reg tck_prev = 0;
...
syntax details[stderr] nerated.v:51: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:58: error: Unable to bind wire/reg/memory `IDCODE' in `jtag_tap_debug' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:59: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:66: error: Unable to bind wire/reg/memory `IDCODE' in `jtag_tap_debug' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:67: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:67: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:86: error: Unable to bind wire/reg/memory `IDCODE' in `jtag_tap_debug' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:87: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:87: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:8: : dbg_control is declared here as wire. 11 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:49: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:50: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:51: error: Unable to bind wire/reg/memory `DBG_STAT' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:58: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:59: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:66: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:67: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:67: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:86: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:87: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut' /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:87: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control is declared here as wire. 11 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "nerated.v:51: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:58: error: Unable to bind wire/reg/memory `IDCODE' in `jtag_tap_debug'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:59: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:66: error: Unable to bind wire/reg/memory `IDCODE' in `jtag_tap_debug'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:67: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:67: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:86: error: Unable to bind wire/reg/memory `IDCODE' in `jtag_tap_debug'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:87: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:87: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:8: : dbg_control is declared here as wire.\n11 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:49: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:50: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:51: error: Unable to bind wire/reg/memory `DBG_STAT' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:58: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:59: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:66: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:67: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:67: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:86: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:87: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut'\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:87: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control is declared here as wire.\n11 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_2 | run_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | ask_52/sample_2/generated.v:204: error: dbg_status is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_144342_055801_c17762__sample_2
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] ir;
// Data register
reg [7:0] dr;
// Current state
reg [2:0] current_state;
// Next state
reg [2:0] next_state;
// Reset signal
wire reset = ~trst_n;
// TAP controller FSM
always @(posedge tck or posedge reset) begin
if (reset) begin
current_state <= TEST_LOGIC_RESET;
end else begin
current_state <= next_state;
end
...
syntax details[stderr] ask_52/sample_2/generated.v:204: error: dbg_status is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:7: : dbg_status is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:207: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `jtag_tap_debug' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:209: error: dbg_status['sd7:'sd1] is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:7: : dbg_status['sd7:'sd1] is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:210: error: dbg_status['sd0] is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:7: : dbg_status['sd0] is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:212: error: dbg_status is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:7: : dbg_status is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:225: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `jtag_tap_debug' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:243: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `jtag_tap_debug' 67 error(s) during elaboration. functional details[stderr] ask_52.dut' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:186: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:189: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `tb_task_52.dut' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:191: error: dbg_control['sd7:'sd1] is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control['sd7:'sd1] is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:192: error: dbg_control['sd0] is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control['sd0] is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:194: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:204: error: dbg_status is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:7: : dbg_status is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:207: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `tb_task_52.dut' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:209: error: dbg_status['sd7:'sd1] is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:7: : dbg_status['sd7:'sd1] is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:210: error: dbg_status['sd0] is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:7: : dbg_status['sd0] is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:212: error: dbg_status is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:7: : dbg_status is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:225: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `tb_task_52.dut' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:243: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `tb_task_52.dut' 67 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "ask_52/sample_2/generated.v:204: error: dbg_status is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:7: : dbg_status is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:207: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `jtag_tap_debug'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:209: error: dbg_status['sd7:'sd1] is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:7: : dbg_status['sd7:'sd1] is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:210: error: dbg_status['sd0] is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:7: : dbg_status['sd0] is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:212: error: dbg_status is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:7: : dbg_status is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:225: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `jtag_tap_debug'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/generated.v:243: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `jtag_tap_debug'\n67 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "ask_52.dut'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:186: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:189: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `tb_task_52.dut'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:191: error: dbg_control['sd7:'sd1] is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control['sd7:'sd1] is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:192: error: dbg_control['sd0] is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control['sd0] is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:194: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:204: error: dbg_status is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:7: : dbg_status is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:207: error: Unable to bind wire/reg/memory `CAPTURE_DR' in `tb_task_52.dut'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:209: error: dbg_status['sd7:'sd1] is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:7: : dbg_status['sd7:'sd1]…
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 | /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:37: error: dbg_control is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_102437_171676_163c0c__sample_3
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// State machine
enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} state;
// Reset behavior
always @(posedge tck or negedge trst_n) begin
...
syntax details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:37: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:71: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:80: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:82: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:84: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:6: : tdo is declared here as wire. 5 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:37: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:71: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:80: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:82: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:84: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:6: : tdo is declared here as wire. 5 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/pashencev__05_dft_testability__task_52/sample_3/generated.v:37: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:71: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:80: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:82: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:84: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:6: : tdo is declared here as wire.\n5 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:37: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:71: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:80: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:82: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:84: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:6: : tdo is declared here as wire.\n5 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_3 | run_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:25: error: dbg_control is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_144342_055801_c17762__sample_3
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// Current state
reg [2:0] current_state = 3'b001; // RUN_TEST_IDLE
always @(posedge tck or negedge trst_n) begin
if (~trst_n) begin
current_state <= 3'b000; // TEST_LOGIC_RESET
instruction <= 4'b0001; // IDCODE
data <= 8'hA5;
dbg_control <= 8'h00;
end else begin
case (current_state)
3'b000: begin // TEST_LOGIC_RESET
if (tms == 1'b0) begin
current_state <= 3'b001; // RUN_TEST_IDLE
end else begin
current_state <= 3'b000; // TEST_LOGIC_RESET
...
syntax details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:25: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:68: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:101: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:8: : dbg_control is declared here as wire. 3 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:25: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:68: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:101: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:8: : dbg_control is declared here as wire. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:25: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:68: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:101: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/generated.v:8: : dbg_control is declared here as wire.\n3 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:25: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:68: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:101: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:8: : dbg_control is declared here as wire.\n3 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_4 | run_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:37: error: dbg_control is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_102437_171676_163c0c__sample_4
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] ir;
// Data register
reg [7:0] dr;
// State machine
enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} state;
// Reset behavior
always @(posedge tck or negedge trst_n) begin
...
syntax details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:37: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:71: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:80: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:82: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:84: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:6: : tdo is declared here as wire. 5 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:37: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:71: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:80: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:82: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:84: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:6: : tdo is declared here as wire. 5 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/pashencev__05_dft_testability__task_52/sample_4/generated.v:37: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:71: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:80: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:82: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:84: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:6: : tdo is declared here as wire.\n5 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:37: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:71: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:80: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:82: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:84: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:6: : tdo is declared here as wire.\n5 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_4 | run_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:82: error: dbg_control is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_144342_055801_c17762__sample_4
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] ir;
// Data register
reg [7:0] dr;
// TAP state machine
enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} tap_state;
// TCK edge detection
reg tck_edge;
...
syntax details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:82: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:114: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:8: : dbg_control is declared here as wire. 2 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:82: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:114: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8: : dbg_control is declared here as wire. 2 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:82: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:114: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/generated.v:8: : dbg_control is declared here as wire.\n2 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:82: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:114: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8: : dbg_control is declared here as wire.\n2 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_5 | run_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | id l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_102437_171676_163c0c__sample_5
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// Shift register
reg [7:0] shift_register;
// State machine
enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} state;
...
syntax details[stderr] id l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:105: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:125: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:204: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:219: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:234: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:6: : tdo is declared here as wire. 8 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:50: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:69: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:90: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:105: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:125: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:204: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:219: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:234: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:6: : tdo is declared here as wire. 8 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "id l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:105: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:125: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:204: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:219: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:234: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:6: : tdo is declared here as wire.\n8 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:50: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:69: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:90: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:105: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:125: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:204: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:219: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/gene…
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 | lity__task_52/sample_5/generated.v:72: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug' |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_144342_055801_c17762__sample_5
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// Shift register
reg [7:0] shift_register;
// State machine
enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} state;
...
syntax details[stderr] lity__task_52/sample_5/generated.v:72: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:94: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:95: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:128: error: Unable to bind wire/reg/memory `IDCODE' in `jtag_tap_debug' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:131: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:132: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:134: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:135: error: dbg_status is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:7: : dbg_status is declared here as wire. 11 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:40: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:66: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:69: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:72: error: Unable to bind wire/reg/memory `DBG_STAT' in `tb_task_52.dut' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:94: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:95: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:128: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:131: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:132: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:134: error: Unable to bind wire/reg/memory `DBG_STAT' in `tb_task_52.dut' /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:135: error: dbg_status is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:7: : dbg_status is declared here as wire. 11 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "lity__task_52/sample_5/generated.v:72: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:94: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:95: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:128: error: Unable to bind wire/reg/memory `IDCODE' in `jtag_tap_debug'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:131: error: Unable to bind wire/reg/memory `DBG_CTL' in `jtag_tap_debug'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:132: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:134: error: Unable to bind wire/reg/memory `DBG_STAT' in `jtag_tap_debug'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:135: error: dbg_status is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/generated.v:7: : dbg_status is declared here as wire.\n11 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:40: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:66: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:69: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:72: error: Unable to bind wire/reg/memory `DBG_STAT' in `tb_task_52.dut'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:94: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:95: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:128: error: Unable to bind wire/reg/memory `IDCODE' in `tb_task_52.dut'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:131: error: Unable to bind wire/reg/memory `DBG_CTL' in `tb_task_52.dut'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:132: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:134: error: Unable to bind wire/reg/memory `DBG_STAT' in `tb_task_52.dut'\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:135: error: dbg_status is no…
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 | value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_102437_171676_163c0c__sample_6
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// TAP state machine
reg [2:0] tap_state = 3'b001; // RUN_TEST_IDLE
always @(posedge tck or negedge trst_n) begin
if (~trst_n) begin
tap_state <= 3'b000; // TEST_LOGIC_RESET
instruction <= 4'b0001; // IDCODE
data <= 8'hA5;
end else begin
case (tap_state)
3'b000: begin // TEST_LOGIC_RESET
tap_state <= 3'b001; // RUN_TEST_IDLE
end
3'b001: begin // RUN_TEST_IDLE
if (tms) begin
case (instruction)
4'b0001: begin // IDCODE
...
syntax details[stderr] value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:177: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:201: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:205: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:214: error: dbg_status is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:7: : dbg_status is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:218: error: dbg_status is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:7: : dbg_status is declared here as wire. 12 error(s) during elaboration. functional details[stderr] nal/generated.v:159: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:162: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:165: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:168: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:171: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:174: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:177: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:201: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:205: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:214: error: dbg_status is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:7: : dbg_status is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:218: error: dbg_status is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:7: : dbg_status is declared here as wire. 12 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:177: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:201: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:205: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:214: error: dbg_status is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:7: : dbg_status is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:218: error: dbg_status is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/generated.v:7: : dbg_status is declared here as wire.\n12 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "nal/generated.v:159: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:162: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:165: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:168: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:171: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:174: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:177: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:201: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sa…
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 | failed | failed | failed | skipped | failed | extract | Model response is empty |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_144342_055801_c17762__sample_6
synthesis details[error] None errors[][
{
"stage": "model_request",
"code": "model_request.failed",
"message": "HTTPConnectionPool(host='ollama', port=11434): Read timed out. (read timeout=120)",
"retryable": true,
"details": {}
},
{
"stage": "extract",
"code": "extract.no_verilog_found",
"message": "Model response is empty",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": false,
"extract_ok": false,
"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/pashencev__05_dft_testability__task_52/sample_7/generated.v:28: error: dbg_control is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_102437_171676_163c0c__sample_7
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// Shift register
reg [7:0] shift_register;
// Current state
reg [2:0] current_state = 3'b001; // RUN_TEST_IDLE
always @(posedge tck or negedge trst_n) begin
if (~trst_n) begin
current_state <= 3'b000; // TEST_LOGIC_RESET
instruction <= 4'b0001; // IDCODE
data <= 8'hA5;
dbg_control <= 8'h00;
end else begin
case (current_state)
3'b000: begin // TEST_LOGIC_RESET
if (tms) begin
...
syntax details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:28: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:78: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:8: : dbg_control is declared here as wire. 2 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:28: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:78: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8: : dbg_control is declared here as wire. 2 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/pashencev__05_dft_testability__task_52/sample_7/generated.v:28: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:78: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:8: : dbg_control is declared here as wire.\n2 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:28: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:78: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8: : dbg_control is declared here as wire.\n2 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_7 | run_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | /generated.v:93: error: dbg_control is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_144342_055801_c17762__sample_7
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// TAP state machine
always @(posedge tck or negedge trst_n) begin
if (~trst_n) begin
// Reset behavior
instruction <= 4'b0001; // IDCODE
dbg_control <= 8'h00;
data <= 8'hA5;
tdo <= 0;
end else begin
case (instruction)
// TEST_LOGIC_RESET
4'b0001: begin
instruction <= 4'b0001; // IDCODE
dbg_control <= 8'h00;
data <= 8'hA5;
tdo <= 0;
...
syntax details[stderr] /generated.v:93: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:95: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:105: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:110: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:114: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:118: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:6: : tdo is declared here as wire. 26 error(s) during elaboration. functional details[stderr] 52/sample_7/functional/generated.v:74: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:79: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:81: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:86: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:88: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:93: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:95: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:105: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:110: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:114: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:118: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire. 26 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/generated.v:93: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:95: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:105: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:110: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:114: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:118: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/generated.v:6: : tdo is declared here as wire.\n26 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "52/sample_7/functional/generated.v:74: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:79: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:81: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:86: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:88: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:93: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:95: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:105: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp…
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 | sk_52/sample_8/generated.v:124: error: tdo is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_102437_171676_163c0c__sample_8
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] ir;
// Data register
reg [7:0] dr;
// TAP state machine
enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} tap_state;
// TCK edge detection
reg tck_posedge;
...
syntax details[stderr] sk_52/sample_8/generated.v:124: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:127: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:118: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:121: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:124: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:127: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire. 35 error(s) during elaboration. functional details[stderr] lama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:121: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:124: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:127: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:118: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:121: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:124: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:127: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:118: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:121: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:124: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:127: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. 35 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "sk_52/sample_8/generated.v:124: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:127: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:118: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:121: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:124: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:127: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire.\n35 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "lama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:121: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:124: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:127: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:118: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:121: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:124: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:127: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:118: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp…
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/pashencev__05_dft_testability__task_52/sample_8/generated.v:43: error: dbg_control is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_144342_055801_c17762__sample_8
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// TAP state machine
enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} tap_state;
// TCK edge detection
reg tck_posedge;
...
syntax details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:43: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:98: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:109: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:8: : dbg_control is declared here as wire. 3 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:43: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:98: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:109: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:8: : dbg_control is declared here as wire. 3 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:43: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:98: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:109: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/generated.v:8: : dbg_control is declared here as wire.\n3 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:43: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:98: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:109: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:8: : dbg_control is declared here as wire.\n3 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_9 | run_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:37: error: dbg_control is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_102437_171676_163c0c__sample_9
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// State machine
enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} state;
always @(posedge tck or negedge trst_n) begin
if (~trst_n) begin
...
syntax details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:37: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:78: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:80: error: dbg_status is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:7: : dbg_status is declared here as wire. 3 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:37: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:78: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:80: error: dbg_status is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:7: : dbg_status is declared here as wire. 3 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/pashencev__05_dft_testability__task_52/sample_9/generated.v:37: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:78: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:80: error: dbg_status is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:7: : dbg_status is declared here as wire.\n3 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:37: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:78: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:80: error: dbg_status is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:7: : dbg_status is declared here as wire.\n3 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_9 | run_20260427_144342_055801_c17762 | ok | failed | failed | skipped | failed | syntax | /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:65: error: dbg_control is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_144342_055801_c17762__sample_9
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] ir;
// Data register
reg [7:0] dr;
// Current state
reg [2:0] state;
// Next state
reg [2:0] next_state;
// Reset signal
wire reset = ~trst_n;
// TAP controller
always @(posedge tck or negedge trst_n) begin
if (reset) begin
// TEST_LOGIC_RESET state
ir <= 4'b0001;
dr <= 8'hA5;
state <= 3'b000;
...
syntax details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:65: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:8: : dbg_control is declared here as wire. 1 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:65: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:8: : dbg_control is declared here as wire. 1 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:65: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/generated.v:8: : dbg_control is declared here as wire.\n1 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:65: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:8: : dbg_control is declared here as wire.\n1 error(s) during elaboration.\n",
"retryable": false,
"details": {}
}
]
outcome{
"llm_ok": true,
"extract_ok": true,
"syntax_ok": false,
"functional_ok": false,
"openlane_ok": false,
"syntax_required": true,
"functional_required": true,
"openlane_required": true,
"final_success": false,
"success": false
}
|
| sample_10 | run_20260427_102437_171676_163c0c | ok | failed | failed | skipped | failed | syntax | ample_10/generated.v:70: error: tdo is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_102437_171676_163c0c__sample_10
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// Shift register
reg [7:0] shift_register;
// JTAG state machine
always @(posedge tck or negedge trst_n) begin
if (~trst_n) begin
// Reset behavior
instruction <= 4'b0001; // IDCODE
data <= 8'hA5; // IDCODE value
dbg_control <= 8'h00; // Clear debug control register
tdo <= 0; // Drive TDO to 0
end else begin
case (instruction)
// TEST_LOGIC_RESET
4'b0001: begin
instruction <= 4'b0001; // IDCODE
...
syntax details[stderr] ample_10/generated.v:70: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:77: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:84: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:91: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:98: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:104: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire. 14 error(s) during elaboration. functional details[stderr] ev__05_dft_testability__task_52/sample_10/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:42: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:49: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:56: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:63: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:70: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:77: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:84: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:91: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:98: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:104: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. 14 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "ample_10/generated.v:70: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:77: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:84: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:91: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:98: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:104: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire.\n14 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "ev__05_dft_testability__task_52/sample_10/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:42: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:49: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:56: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:63: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:70: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:77: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:84: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_102437_171676_163c0c/tmp/code…
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 | do is not a valid l-value in jtag_tap_debug. |
Open detailssample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codellama-13b\rag_off\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260427_144342_055801_c17762__sample_10
generated.v previewmodule jtag_tap_debug (
input tck,
input trst_n,
input tms,
input tdi,
output tdo,
input [7:0] dbg_status,
output [7:0] dbg_control
);
// Instruction register
reg [3:0] instruction;
// Data register
reg [7:0] data;
// TAP state machine
typedef enum {
TEST_LOGIC_RESET,
RUN_TEST_IDLE,
SELECT_DR_SCAN,
CAPTURE_DR,
SHIFT_DR,
UPDATE_DR,
SELECT_IR_SCAN,
CAPTURE_IR,
SHIFT_IR,
UPDATE_IR
} tap_state;
tap_state state = TEST_LOGIC_RESET;
...
syntax details[stderr] do is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:95: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:99: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:99: error: tdo is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:110: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:137: error: dbg_control is not a valid l-value in jtag_tap_debug. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:8: : dbg_control is declared here as wire. 10 error(s) during elaboration. functional details[stderr] /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:91: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:91: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:91: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:91: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:95: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:95: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:99: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:99: error: tdo is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:110: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:8: : dbg_control is declared here as wire. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:137: error: dbg_control is not a valid l-value in tb_task_52.dut. /data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:8: : dbg_control is declared here as wire. /workspace/banchmarks/pashencev/05_dft_testability/task_52/tb.v:24: warning: output port dbg_control is coerced to inout. 10 error(s) during elaboration. synthesis details[error] None errors[][
{
"stage": "syntax",
"code": "syntax.iverilog_failed",
"message": "do is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:95: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:99: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:99: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:110: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:8: : dbg_control is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:137: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/generated.v:8: : dbg_control is declared here as wire.\n10 error(s) during elaboration.\n",
"retryable": false,
"details": {}
},
{
"stage": "functional",
"code": "functional.testbench_failed",
"message": "/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:91: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:91: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:91: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:91: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:95: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:95: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:99: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:6: : tdo is declared here as wire.\n/data/eval/out/run_20260427_144342_055801_c17762/tmp/codellama/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:99: error: tdo is not a valid l-value in tb_t…
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
}
|