Назад к моделям Назад к профилю модели

codegemma:7b | RAG on

05_dft_testability / task_52 | jtag_tap_debug

benchmarkilyasov
task_idilyasov/05_dft_testability/task_52
samples_total10
final_success_samples0
final_success_rate_samples0.0%
functional_pass_rate_samples0.0%
synth_pass_rate_samples0.0%
source_runsrun_20260425_215014_451219_c08f66

Что показывает эта страница

Здесь перечислены все реальные попытки этой модели на одной задаче. По каждой попытке можно увидеть, до какой стадии она дошла, где именно сломалась и какое сообщение об ошибке вернулось из syntax, functional или synthesis.

Samples

sample run extract_ok syntax_ok functional_ok openlane_ok final_success failure_stage failure_reason details
sample_1 run_20260425_215014_451219_c08f66 ok failed failed skipped failed syntax /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260425_215014_451219_c08f66__sample_1
generated.v preview
module jtag_tap_debug(
    input tck,
    input trst_n,
    input tms,
    input tdi,
    output tdo,
    input [7:0] dbg_status,
    output [7:0] dbg_control
);

    // Internal state variables
    reg test_logic_reset;
    reg run_test_idle;
    reg select_dr_scan;
    reg capture_dr;
    reg shift_dr;
    reg update_dr;
    reg select_ir_scan;
    reg capture_ir;
    reg shift_ir;
    reg update_ir;

    // Instruction register
    reg [3:0] instruction;

    // Data register
    reg [7:0] data;

    // Clock and reset
    always @(posedge tck) begin
        if (trst_n == 0) begin
            test_logic_reset <= 1'b1;
...
syntax details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:35: error: tdo is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:52: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:8:      : dbg_control is declared here as wire.
3 error(s) during elaboration.
functional details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:34: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:52: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:35: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/generated.v:52: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:34: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/functional/generated.v:52: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_1/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_2 run_20260425_215014_451219_c08f66 ok failed failed skipped failed syntax /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260425_215014_451219_c08f66__sample_2
generated.v preview
module jtag_tap_debug(
    input tck,
    input trst_n,
    input tms,
    input tdi,
    output tdo,
    input [7:0] dbg_status,
    output [7:0] dbg_control
);

    // Internal state variables
    reg test_logic_reset;
    reg run_test_idle;
    reg select_dr_scan;
    reg capture_dr;
    reg shift_dr;
    reg update_dr;
    reg select_ir_scan;
    reg capture_ir;
    reg shift_ir;
    reg update_ir;

    // Instruction register
    reg [3:0] instruction;

    // Data register
    reg [7:0] data;

    // Clock and reset
    always @(posedge tck) begin
        if (trst_n == 0) begin
            test_logic_reset <= 1'b1;
...
syntax details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:35: error: tdo is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:86: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:88: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:92: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:8:      : dbg_control is declared here as wire.
5 error(s) during elaboration.
functional details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:34: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:86: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:88: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:92: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8:      : dbg_control 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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:35: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:86: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:88: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:92: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/generated.v:8:      : dbg_control 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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:34: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:86: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:88: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:92: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_2/functional/generated.v:8:      : dbg_control 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_20260425_215014_451219_c08f66 ok failed failed skipped failed syntax /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/generated.v:50: syntax error
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260425_215014_451219_c08f66__sample_3
generated.v preview
module jtag_tap_debug(
    input tck,
    input trst_n,
    input tms,
    input tdi,
    output tdo,
    input [7:0] dbg_status,
    output [7:0] dbg_control
);

    // Internal state variables
    reg test_logic_reset;
    reg run_test_idle;
    reg select_dr_scan;
    reg capture_dr;
    reg shift_dr;
    reg update_dr;
    reg select_ir_scan;
    reg capture_ir;
    reg shift_ir;
    reg update_ir;

    // Instruction register
    reg [3:0] instruction;

    // Data register
    reg [7:0] data;

    // Clock and reset
    always @(posedge tck) begin
        if (trst_n == 0) begin
            test_logic_reset <= 1'b1;
...
syntax details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/generated.v:50: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/generated.v:51: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/generated.v:53: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/generated.v:55: sorry: break statements not supported.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/generated.v:54: error: Incomprehensible case expression.
functional details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:50: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:51: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:53: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:55: sorry: break statements not supported.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:54: error: Incomprehensible case expression.
synthesis details
[error]
None
errors[]
[
  {
    "stage": "syntax",
    "code": "syntax.iverilog_failed",
    "message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/generated.v:50: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/generated.v:51: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/generated.v:53: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/generated.v:55: sorry: break statements not supported.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/generated.v:54: error: Incomprehensible case expression.\n",
    "retryable": false,
    "details": {}
  },
  {
    "stage": "functional",
    "code": "functional.testbench_failed",
    "message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:50: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:51: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:53: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:55: sorry: break statements not supported.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_3/functional/generated.v:54: error: Incomprehensible case expression.\n",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": false,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_4 run_20260425_215014_451219_c08f66 ok failed failed skipped failed syntax error: trst_n is not a valid l-value in jtag_tap_debug.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260425_215014_451219_c08f66__sample_4
generated.v preview
module jtag_tap_debug(
    input tck,
    input trst_n,
    input tms,
    input tdi,
    output tdo,
    input [7:0] dbg_status,
    output [7:0] dbg_control
);

    // Internal state variables
    reg test_logic_reset;
    reg run_test_idle;
    reg select_dr_scan;
    reg capture_dr;
    reg shift_dr;
    reg update_dr;
    reg select_ir_scan;
    reg capture_ir;
    reg shift_ir;
    reg update_ir;

    // Instruction register
    reg [3:0] instruction;

    // Data register
    reg [7:0] data;

    // Initialize state machine on reset
    initial begin
        trst_n = 1'b0; // Active low asynchronous reset
        test_logic_reset = 1'b1;
...
syntax details
[stderr]
error: trst_n is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:3:      : trst_n is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:35: error: tdo is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:54: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:90: error: tdo is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:92: error: tdo is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:6:      : tdo is declared here as wire.
6 error(s) during elaboration.
functional details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:31: error: trst_n is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:3:      : trst_n is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:34: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:54: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:90: error: tdo is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:92: error: tdo is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/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": "error: trst_n is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:3:      : trst_n is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:35: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:54: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:90: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/generated.v:92: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:31: error: trst_n is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:3:      : trst_n is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:34: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:54: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:90: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/functional/generated.v:92: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_4/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_5 run_20260425_215014_451219_c08f66 ok failed failed skipped failed syntax /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:47: syntax error
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260425_215014_451219_c08f66__sample_5
generated.v preview
module jtag_tap_debug(
    input tck,
    input trst_n,
    input tms,
    input tdi,
    output tdo,
    input [7:0] dbg_status,
    output [7:0] dbg_control
);

    // Internal state variables
    reg test_logic_reset;
    reg run_test_idle;
    reg select_dr_scan;
    reg capture_dr;
    reg shift_dr;
    reg update_dr;
    reg select_ir_scan;
    reg capture_ir;
    reg shift_ir;
    reg update_ir;

    // Instruction register
    reg [3:0] instruction;

    // Data register
    reg [7:0] data;

    // Clock and reset
    always @(posedge tck) begin
        if (trst_n == 0) begin
            test_logic_reset <= 1'b1;
...
syntax details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:47: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:48: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:50: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:51: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:53: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:54: error: Incomprehensible case expression.
functional details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:47: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:48: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:50: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:51: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:53: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:54: error: Incomprehensible case expression.
synthesis details
[error]
None
errors[]
[
  {
    "stage": "syntax",
    "code": "syntax.iverilog_failed",
    "message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:47: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:48: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:50: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:51: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:53: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/generated.v:54: error: Incomprehensible case expression.\n",
    "retryable": false,
    "details": {}
  },
  {
    "stage": "functional",
    "code": "functional.testbench_failed",
    "message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:47: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:48: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:50: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:51: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:53: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_5/functional/generated.v:54: error: Incomprehensible case expression.\n",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": false,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_6 run_20260425_215014_451219_c08f66 ok failed failed skipped failed syntax /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/generated.v:50: syntax error
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260425_215014_451219_c08f66__sample_6
generated.v preview
module jtag_tap_debug(
    input tck,
    input trst_n,
    input tms,
    input tdi,
    output tdo,
    input [7:0] dbg_status,
    output [7:0] dbg_control
);

    // Internal state variables
    reg test_logic_reset;
    reg run_test_idle;
    reg select_dr_scan;
    reg capture_dr;
    reg shift_dr;
    reg update_dr;
    reg select_ir_scan;
    reg capture_ir;
    reg shift_ir;
    reg update_ir;

    // Instruction register
    reg [3:0] instruction;

    // Data register
    reg [7:0] data;

    // Clock and reset
    always @(posedge tck) begin
        if (trst_n == 0) begin
            test_logic_reset <= 1'b1;
...
syntax details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/generated.v:50: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/generated.v:51: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/generated.v:53: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/generated.v:55: sorry: break statements not supported.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/generated.v:54: error: Incomprehensible case expression.
functional details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:50: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:51: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:53: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:55: sorry: break statements not supported.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:54: error: Incomprehensible case expression.
synthesis details
[error]
None
errors[]
[
  {
    "stage": "syntax",
    "code": "syntax.iverilog_failed",
    "message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/generated.v:50: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/generated.v:51: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/generated.v:53: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/generated.v:55: sorry: break statements not supported.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/generated.v:54: error: Incomprehensible case expression.\n",
    "retryable": false,
    "details": {}
  },
  {
    "stage": "functional",
    "code": "functional.testbench_failed",
    "message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:50: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:51: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:53: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:55: sorry: break statements not supported.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_6/functional/generated.v:54: error: Incomprehensible case expression.\n",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": false,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_7 run_20260425_215014_451219_c08f66 ok failed failed skipped failed syntax /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260425_215014_451219_c08f66__sample_7
generated.v preview
module jtag_tap_debug(
    input tck,
    input trst_n,
    input tms,
    input tdi,
    output tdo,
    input [7:0] dbg_status,
    output [7:0] dbg_control
);

    // Internal state variables
    reg test_logic_reset;
    reg run_test_idle;
    reg select_dr_scan;
    reg capture_dr;
    reg shift_dr;
    reg update_dr;
    reg select_ir_scan;
    reg capture_ir;
    reg shift_ir;
    reg update_ir;

    // Instruction register
    reg [3:0] instruction;

    // Data register
    reg [7:0] data;

    // Clock and reset
    always @(posedge tck) begin
        if (trst_n == 0) begin
            test_logic_reset <= 1'b1;
...
syntax details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:35: error: tdo is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:55: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:74: error: tdo is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:81: error: tdo is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:6:      : tdo is declared here as wire.
5 error(s) during elaboration.
functional details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:34: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:55: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:74: error: tdo is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:35: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:55: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:74: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/generated.v:81: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:34: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:55: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/functional/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_7/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_8 run_20260425_215014_451219_c08f66 ok failed failed skipped failed syntax /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260425_215014_451219_c08f66__sample_8
generated.v preview
module jtag_tap_debug(
    input tck,
    input trst_n,
    input tms,
    input tdi,
    output tdo,
    input [7:0] dbg_status,
    output [7:0] dbg_control
);

    // Internal state variables
    reg test_logic_reset;
    reg run_test_idle;
    reg select_dr_scan;
    reg capture_dr;
    reg shift_dr;
    reg update_dr;
    reg select_ir_scan;
    reg capture_ir;
    reg shift_ir;
    reg update_ir;

    // Instruction register
    reg [3:0] instruction;

    // Data register
    reg [7:0] data;

    // Clock and reset
    always @(posedge tck) begin
        if (trst_n == 0) begin
            test_logic_reset <= 1'b1;
...
syntax details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/generated.v:35: error: tdo is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/generated.v:52: error: dbg_control is not a valid l-value in jtag_tap_debug.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:34: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:8:      : dbg_control is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6:      : tdo is declared here as wire.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:52: error: dbg_control is not a valid l-value in tb_task_52.dut.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/generated.v:34: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/generated.v:35: error: tdo is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/generated.v:52: error: dbg_control is not a valid l-value in jtag_tap_debug.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/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_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:34: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:8:      : dbg_control is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:35: error: tdo is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:6:      : tdo is declared here as wire.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_8/functional/generated.v:52: error: dbg_control is not a valid l-value in tb_task_52.dut.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/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_20260425_215014_451219_c08f66 ok failed failed skipped failed syntax /data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/generated.v:50: syntax error
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260425_215014_451219_c08f66__sample_9
generated.v preview
module jtag_tap_debug(
    input tck,
    input trst_n,
    input tms,
    input tdi,
    output tdo,
    input [7:0] dbg_status,
    output [7:0] dbg_control
);

    // Internal state variables
    reg test_logic_reset;
    reg run_test_idle;
    reg select_dr_scan;
    reg capture_dr;
    reg shift_dr;
    reg update_dr;
    reg select_ir_scan;
    reg capture_ir;
    reg shift_ir;
    reg update_ir;

    // Instruction register
    reg [3:0] instruction;

    // Data register
    reg [7:0] data;

    // Clock and reset
    always @(posedge tck) begin
        if (trst_n == 0) begin
            test_logic_reset <= 1'b1;
...
syntax details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/generated.v:50: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/generated.v:51: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/generated.v:53: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/generated.v:55: sorry: break statements not supported.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/generated.v:54: error: Incomprehensible case expression.
functional details
[stderr]
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:50: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:51: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:53: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:55: sorry: break statements not supported.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:54: error: Incomprehensible case expression.
synthesis details
[error]
None
errors[]
[
  {
    "stage": "syntax",
    "code": "syntax.iverilog_failed",
    "message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/generated.v:50: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/generated.v:51: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/generated.v:53: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/generated.v:55: sorry: break statements not supported.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/generated.v:54: error: Incomprehensible case expression.\n",
    "retryable": false,
    "details": {}
  },
  {
    "stage": "functional",
    "code": "functional.testbench_failed",
    "message": "/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:50: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:51: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:53: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:55: sorry: break statements not supported.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_9/functional/generated.v:54: error: Incomprehensible case expression.\n",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": false,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_10 run_20260425_215014_451219_c08f66 ok failed failed skipped failed syntax 20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:64: syntax error
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\codegemma-7b\rag_on\benchmarks\ilyasov\tasks\ilyasov__05_dft_testability__task_52\samples\run_20260425_215014_451219_c08f66__sample_10
generated.v preview
module jtag_tap_debug(
    input tck,
    input trst_n,
    input tms,
    input tdi,
    output tdo,
    output reg [7:0] dbg_status,
    output reg [7:0] dbg_control
);

    // Internal state variables
    reg state;
    reg instruction;
    reg data;

    // Reset logic
    initial begin
        state = 'TEST_LOGIC_RESET;
        instruction = 4'b0001; // IDCODE
        dbg_control = 8'h00;
        tdo = 0;
    end

    // State machine
    always @(posedge tck) begin
        if (trst_n == 0) begin
            state = 'TEST_LOGIC_RESET;
        end else begin
            case (state)
                'TEST_LOGIC_RESET:
                    if (tms) begin
                        state = 'RUN_TEST_IDLE;
...
syntax details
[stderr]
20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:64: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:64: error: Malformed statement
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:62: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:72: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:74: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:74: error: Malformed conditional expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:72: error: Malformed conditional expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:81: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:83: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:83: error: Malformed conditional expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:81: error: Malformed conditional expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:89: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:89: error: Syntax error in continuous assignment
functional details
[stderr]
functional/generated.v:52: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:52: error: Malformed statement
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:50: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:54: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:56: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:56: error: Malformed statement
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:54: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:58: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:60: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:60: error: Malformed statement
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:58: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:62: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:64: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:64: error: Malformed statement
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:62: error: Incomprehensible case expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:72: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:74: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:74: error: Malformed conditional expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:72: error: Malformed conditional expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:81: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:83: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:83: error: Malformed conditional expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:81: error: Malformed conditional expression.
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:89: syntax error
/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:89: error: Syntax error in continuous assignment
synthesis details
[error]
None
errors[]
[
  {
    "stage": "syntax",
    "code": "syntax.iverilog_failed",
    "message": "20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:64: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:64: error: Malformed statement\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:62: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:72: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:74: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:74: error: Malformed conditional expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:72: error: Malformed conditional expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:81: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:83: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:83: error: Malformed conditional expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:81: error: Malformed conditional expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:89: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/generated.v:89: error: Syntax error in continuous assignment\n",
    "retryable": false,
    "details": {}
  },
  {
    "stage": "functional",
    "code": "functional.testbench_failed",
    "message": "functional/generated.v:52: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:52: error: Malformed statement\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:50: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:54: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:56: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:56: error: Malformed statement\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:54: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:58: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:60: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:60: error: Malformed statement\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:58: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:62: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:64: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:64: error: Malformed statement\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:62: error: Incomprehensible case expression.\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:72: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/sample_10/functional/generated.v:74: syntax error\n/data/eval/out/run_20260425_215014_451219_c08f66/tmp/codegemma/pashencev__05_dft_testability__task_52/samp…
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
}