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

deepseek-coder-v2:16b | RAG on

03_low_power_design / task_34 | soc_top

benchmarkilyasov
task_idilyasov/03_low_power_design/task_34
samples_total10
final_success_samples0
final_success_rate_samples0.0%
functional_pass_rate_samples0.0%
synth_pass_rate_samples0.0%
source_runsrun_20260426_224416_826723_5f6af1

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

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

Samples

sample run extract_ok syntax_ok functional_ok openlane_ok final_success failure_stage failure_reason details
sample_1 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__03_low_power_design__task_34\samples\run_20260426_224416_826723_5f6af1__sample_1
generated.v preview
module soc_top(
    input clk,
    input rst_n,
    input sleep_req,
    input [31:0] data_in,
    output [31:0] data_out,
    output pwr_enable,
    output iso_en
);

    // Instantiate AON Controller
    aon_ctrl aon_inst (
        .clk(clk),
        .rst_n(rst_n),
        .sleep_req(sleep_req),
        .pwr_enable(pwr_enable),
        .iso_en(iso_en)
    );

    // Instantiate Power-Down DSP Domain
    pd_dsp pd_inst (
        .clk(clk),
        .rst_n(rst_n),
        .data_in(data_in),
        .data_out(data_out)
    );

endmodule

// AON Controller Module
module aon_ctrl(
    input clk,
...
functional details
[stdout]
ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
ERROR: Wake Up failed to resolve. Expected pwr_enable=1, iso_en=0.
TEST_FAILED
/workspace/banchmarks/pashencev/03_low_power_design/task_34/tb.v:95: $finish called at 86000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.",
    "retryable": false,
    "details": {
      "marker": "TEST_FAILED"
    }
  },
  {
    "stage": "openlane",
    "code": "openlane.invalidated_by_functional_failure",
    "message": "OpenLane result invalidated because functional validation failed after output-marker correction",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": true,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_2 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: Bad reset state. Expected pwr=1, iso=0
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__03_low_power_design__task_34\samples\run_20260426_224416_826723_5f6af1__sample_2
generated.v preview
module soc_top(
    input clk,
    input rst_n,
    input sleep_req,
    input [31:0] data_in,
    output [31:0] data_out,
    output pwr_enable,
    output iso_en
);

    // Instantiate AON Controller
    aon_ctrl aon_inst (
        .clk(clk),
        .rst_n(rst_n),
        .sleep_req(sleep_req),
        .pwr_enable(pwr_enable),
        .iso_en(iso_en)
    );

    // Instantiate Power-Down DSP Domain
    pd_dsp pd_inst (
        .clk(clk),
        .rst_n(rst_n),
        .data_in(data_in),
        .data_out(data_out)
    );

endmodule

// AON Controller Module
module aon_ctrl(
    input clk,
...
functional details
[stdout]
ERROR: Bad reset state. Expected pwr=1, iso=0
ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
ERROR: UPF Wake-Up Sequence Flaw! Isolation dropped prematurely.
  Expected: pwr_enable=1, iso_en=1
  Got:      pwr_enable=0, iso_en=0
ERROR: Wake Up failed to resolve. Expected pwr_enable=1, iso_en=0.
TEST_FAILED
/workspace/banchmarks/pashencev/03_low_power_design/task_34/tb.v:95: $finish called at 86000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: Bad reset state. Expected pwr=1, iso=0",
    "retryable": false,
    "details": {
      "marker": "TEST_FAILED"
    }
  },
  {
    "stage": "openlane",
    "code": "openlane.invalidated_by_functional_failure",
    "message": "OpenLane result invalidated because functional validation failed after output-marker correction",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": true,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_3 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__03_low_power_design__task_34\samples\run_20260426_224416_826723_5f6af1__sample_3
generated.v preview
module soc_top(
    input clk,
    input rst_n,
    input sleep_req,
    input [31:0] data_in,
    output [31:0] data_out,
    output pwr_enable,
    output iso_en
);

    // Instantiate AON Controller
    aon_ctrl aon_inst (
        .clk(clk),
        .rst_n(rst_n),
        .sleep_req(sleep_req),
        .pwr_enable(pwr_enable),
        .iso_en(iso_en)
    );

    // Instantiate Power-Down DSP Domain
    pd_dsp pd_inst (
        .clk(clk),
        .rst_n(rst_n),
        .data_in(data_in),
        .data_out(data_out)
    );

endmodule

// AON Controller Module
module aon_ctrl(
    input clk,
...
functional details
[stdout]
ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
ERROR: Wake Up failed to resolve. Expected pwr_enable=1, iso_en=0.
TEST_FAILED
/workspace/banchmarks/pashencev/03_low_power_design/task_34/tb.v:95: $finish called at 86000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.",
    "retryable": false,
    "details": {
      "marker": "TEST_FAILED"
    }
  },
  {
    "stage": "openlane",
    "code": "openlane.invalidated_by_functional_failure",
    "message": "OpenLane result invalidated because functional validation failed after output-marker correction",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": true,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_4 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__03_low_power_design__task_34\samples\run_20260426_224416_826723_5f6af1__sample_4
generated.v preview
module soc_top(
    input clk,
    input rst_n,
    input sleep_req,
    input [31:0] data_in,
    output [31:0] data_out,
    output pwr_enable,
    output iso_en
);

    // Instantiate AON Controller
    aon_ctrl aon_inst (
        .clk(clk),
        .rst_n(rst_n),
        .sleep_req(sleep_req),
        .pwr_enable(pwr_enable),
        .iso_en(iso_en)
    );

    // Instantiate Power-Down DSP Domain
    pd_dsp pd_inst (
        .clk(clk),
        .rst_n(rst_n),
        .data_in(data_in),
        .data_out(data_out)
    );

endmodule

// AON Controller Module
module aon_ctrl(
    input clk,
...
functional details
[stdout]
ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
ERROR: Wake Up failed to resolve. Expected pwr_enable=1, iso_en=0.
TEST_FAILED
/workspace/banchmarks/pashencev/03_low_power_design/task_34/tb.v:95: $finish called at 86000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.",
    "retryable": false,
    "details": {
      "marker": "TEST_FAILED"
    }
  },
  {
    "stage": "openlane",
    "code": "openlane.invalidated_by_functional_failure",
    "message": "OpenLane result invalidated because functional validation failed after output-marker correction",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": true,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_5 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__03_low_power_design__task_34\samples\run_20260426_224416_826723_5f6af1__sample_5
generated.v preview
module soc_top(
    input clk,
    input rst_n,
    input sleep_req,
    input [31:0] data_in,
    output [31:0] data_out,
    output pwr_enable,
    output iso_en
);

    // Instantiate AON Controller
    aon_ctrl aon_inst (
        .clk(clk),
        .rst_n(rst_n),
        .sleep_req(sleep_req),
        .pwr_enable(pwr_enable),
        .iso_en(iso_en)
    );

    // Instantiate Power-Down DSP Domain
    pd_dsp pd_inst (
        .clk(clk),
        .rst_n(rst_n),
        .data_in(data_in),
        .data_out(data_out)
    );

endmodule

// AON Controller Module
module aon_ctrl(
    input clk,
...
functional details
[stdout]
ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
ERROR: Wake Up failed to resolve. Expected pwr_enable=1, iso_en=0.
TEST_FAILED
/workspace/banchmarks/pashencev/03_low_power_design/task_34/tb.v:95: $finish called at 86000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.",
    "retryable": false,
    "details": {
      "marker": "TEST_FAILED"
    }
  },
  {
    "stage": "openlane",
    "code": "openlane.invalidated_by_functional_failure",
    "message": "OpenLane result invalidated because functional validation failed after output-marker correction",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": true,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_6 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: Bad reset state. Expected pwr=1, iso=0
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__03_low_power_design__task_34\samples\run_20260426_224416_826723_5f6af1__sample_6
generated.v preview
module soc_top(
    input clk,
    input rst_n,
    input sleep_req,
    input [31:0] data_in,
    output [31:0] data_out,
    output pwr_enable,
    output iso_en
);

    // Instantiate AON Controller
    aon_ctrl aon_inst (
        .clk(clk),
        .rst_n(rst_n),
        .sleep_req(sleep_req),
        .pwr_enable(pwr_enable),
        .iso_en(iso_en)
    );

    // Instantiate Power-Down DSP Domain
    pd_dsp pd_inst (
        .clk(clk),
        .rst_n(rst_n),
        .data_in(data_in),
        .data_out(data_out)
    );

endmodule

// AON Controller Module
module aon_ctrl(
    input clk,
...
functional details
[stdout]
ERROR: Bad reset state. Expected pwr=1, iso=0
ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
ERROR: UPF Wake-Up Sequence Flaw! Isolation dropped prematurely.
  Expected: pwr_enable=1, iso_en=1
  Got:      pwr_enable=0, iso_en=0
ERROR: Wake Up failed to resolve. Expected pwr_enable=1, iso_en=0.
TEST_FAILED
/workspace/banchmarks/pashencev/03_low_power_design/task_34/tb.v:95: $finish called at 86000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: Bad reset state. Expected pwr=1, iso=0",
    "retryable": false,
    "details": {
      "marker": "TEST_FAILED"
    }
  },
  {
    "stage": "openlane",
    "code": "openlane.invalidated_by_functional_failure",
    "message": "OpenLane result invalidated because functional validation failed after output-marker correction",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": true,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_7 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__03_low_power_design__task_34\samples\run_20260426_224416_826723_5f6af1__sample_7
generated.v preview
module soc_top(
    input clk,
    input rst_n,
    input sleep_req,
    input [31:0] data_in,
    output [31:0] data_out,
    output pwr_enable,
    output iso_en
);

    // Instantiate AON Controller
    aon_ctrl aon_inst (
        .clk(clk),
        .rst_n(rst_n),
        .sleep_req(sleep_req),
        .pwr_enable(pwr_enable),
        .iso_en(iso_en)
    );

    // Instantiate Power-Down DSP Domain
    pd_dsp pd_inst (
        .clk(clk),
        .rst_n(rst_n),
        .data_in(data_in),
        .data_out(data_out)
    );

endmodule

// AON Controller Module
module aon_ctrl(
    input clk,
...
functional details
[stdout]
ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
ERROR: Wake Up failed to resolve. Expected pwr_enable=1, iso_en=0.
TEST_FAILED
/workspace/banchmarks/pashencev/03_low_power_design/task_34/tb.v:95: $finish called at 86000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.",
    "retryable": false,
    "details": {
      "marker": "TEST_FAILED"
    }
  },
  {
    "stage": "openlane",
    "code": "openlane.invalidated_by_functional_failure",
    "message": "OpenLane result invalidated because functional validation failed after output-marker correction",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": true,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_8 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__03_low_power_design__task_34\samples\run_20260426_224416_826723_5f6af1__sample_8
generated.v preview
module soc_top(
    input clk,
    input rst_n,
    input sleep_req,
    input [31:0] data_in,
    output [31:0] data_out,
    output pwr_enable,
    output iso_en
);

    // Instantiate AON Controller
    aon_ctrl aon_inst (
        .clk(clk),
        .rst_n(rst_n),
        .sleep_req(sleep_req),
        .pwr_enable(pwr_enable),
        .iso_en(iso_en)
    );

    // Instantiate Power-Down DSP Domain
    pd_dsp pd_inst (
        .clk(clk),
        .rst_n(rst_n),
        .data_in(data_in),
        .data_out(data_out)
    );

endmodule

// AON Controller Module
module aon_ctrl(
    input clk,
...
functional details
[stdout]
ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
ERROR: Wake Up failed to resolve. Expected pwr_enable=1, iso_en=0.
TEST_FAILED
/workspace/banchmarks/pashencev/03_low_power_design/task_34/tb.v:95: $finish called at 86000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.",
    "retryable": false,
    "details": {
      "marker": "TEST_FAILED"
    }
  },
  {
    "stage": "openlane",
    "code": "openlane.invalidated_by_functional_failure",
    "message": "OpenLane result invalidated because functional validation failed after output-marker correction",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": true,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_9 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: Bad reset state. Expected pwr=1, iso=0
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__03_low_power_design__task_34\samples\run_20260426_224416_826723_5f6af1__sample_9
generated.v preview
module soc_top(
    input clk,
    input rst_n,
    input sleep_req,
    input [31:0] data_in,
    output [31:0] data_out,
    output pwr_enable,
    output iso_en
);

    // Instantiate AON Controller
    aon_ctrl aon_inst (
        .clk(clk),
        .rst_n(rst_n),
        .sleep_req(sleep_req),
        .pwr_enable(pwr_enable),
        .iso_en(iso_en)
    );

    // Instantiate Power-Down DSP Domain
    pd_dsp pd_inst (
        .clk(clk),
        .rst_n(rst_n),
        .data_in(data_in),
        .data_out(data_out)
    );

endmodule

// AON Controller Module
module aon_ctrl(
    input clk,
...
functional details
[stdout]
ERROR: Bad reset state. Expected pwr=1, iso=0
ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
ERROR: UPF Wake-Up Sequence Flaw! Isolation dropped prematurely.
  Expected: pwr_enable=1, iso_en=1
  Got:      pwr_enable=0, iso_en=0
ERROR: Wake Up failed to resolve. Expected pwr_enable=1, iso_en=0.
TEST_FAILED
/workspace/banchmarks/pashencev/03_low_power_design/task_34/tb.v:95: $finish called at 86000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: Bad reset state. Expected pwr=1, iso=0",
    "retryable": false,
    "details": {
      "marker": "TEST_FAILED"
    }
  },
  {
    "stage": "openlane",
    "code": "openlane.invalidated_by_functional_failure",
    "message": "OpenLane result invalidated because functional validation failed after output-marker correction",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": true,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_10 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: Bad reset state. Expected pwr=1, iso=0
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__03_low_power_design__task_34\samples\run_20260426_224416_826723_5f6af1__sample_10
generated.v preview
module soc_top(
    input clk,
    input rst_n,
    input sleep_req,
    input [31:0] data_in,
    output [31:0] data_out,
    output pwr_enable,
    output iso_en
);

    // Instantiate AON Controller
    aon_ctrl aon_inst (
        .clk(clk),
        .rst_n(rst_n),
        .sleep_req(sleep_req),
        .pwr_enable(pwr_enable),
        .iso_en(iso_en)
    );

    // Instantiate Power-Down DSP Domain
    pd_dsp pd_inst (
        .clk(clk),
        .rst_n(rst_n),
        .data_in(data_in),
        .data_out(data_out)
    );

endmodule

// AON Controller Module
module aon_ctrl(
    input clk,
...
functional details
[stdout]
ERROR: Bad reset state. Expected pwr=1, iso=0
ERROR: Power Down failed. Expected pwr_enable=0, iso_en=1.
ERROR: UPF Wake-Up Sequence Flaw! Isolation dropped prematurely.
  Expected: pwr_enable=1, iso_en=1
  Got:      pwr_enable=0, iso_en=0
ERROR: Wake Up failed to resolve. Expected pwr_enable=1, iso_en=0.
TEST_FAILED
/workspace/banchmarks/pashencev/03_low_power_design/task_34/tb.v:95: $finish called at 86000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: Bad reset state. Expected pwr=1, iso=0",
    "retryable": false,
    "details": {
      "marker": "TEST_FAILED"
    }
  },
  {
    "stage": "openlane",
    "code": "openlane.invalidated_by_functional_failure",
    "message": "OpenLane result invalidated because functional validation failed after output-marker correction",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": true,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}