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

deepseek-coder-v2:16b | RAG on

07_csr_register_map_generation / task_73 | apb_sample_csr

benchmarkilyasov
task_idilyasov/07_csr_register_map_generation/task_73
samples_total10
final_success_samples1
final_success_rate_samples10.0%
functional_pass_rate_samples10.0%
synth_pass_rate_samples10.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: reset values are incorrect.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_73\samples\run_20260426_224416_826723_5f6af1__sample_1
generated.v preview
module apb_sample_csr (
    input clk,
    input rst_n,
    input psel,
    input penable,
    input pwrite,
    input [7:0] paddr,
    input [31:0] pwdata,
    input [3:0] pstrb,
    output reg [31:0] prdata,
    output reg pready,
    input sample_push,
    input [7:0] sample_data,
    output reg [7:0] threshold,
    output reg irq_out,
    output reg ack_pulse
);

  typedef enum {IDLE, WRITE, READ} state_t;
  state_t state, next_state;

  reg [31:0] cfg_reg;
  reg data_pending;
  reg [7:0] latched_sample;

  always @(posedge clk or negedge rst_n) begin
    if (!rst_n) begin
      state <= IDLE;
      cfg_reg <= 32'h0;
      data_pending <= 1'b0;
      latched_sample <= 8'b0;
    end else begin
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: threshold write failed.
ERROR: STATUS readback failed. Got xxxxxxxx
ERROR: DATA read did not clear data_pending.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_73/tb.v:178: $finish called at 156000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: reset values are incorrect.",
    "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: reset values are incorrect.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_73\samples\run_20260426_224416_826723_5f6af1__sample_2
generated.v preview
module apb_sample_csr (
    input clk,
    input rst_n,
    input psel,
    input penable,
    input pwrite,
    input [7:0] paddr,
    input [31:0] pwdata,
    input [3:0] pstrb,
    output reg [31:0] prdata,
    output reg pready,
    input sample_push,
    input [7:0] sample_data,
    output reg [7:0] threshold,
    output reg irq_out,
    output reg ack_pulse
);

    typedef enum {IDLE, WRITE, READ} state_t;
    state_t state, next_state;

    reg [31:0] cfg_reg;
    reg data_pending;
    reg [7:0] sample_latch;

    always @(posedge clk or negedge rst_n) begin
        if (!rst_n) begin
            state <= IDLE;
            cfg_reg <= 32'h0;
            data_pending <= 1'b0;
            sample_latch <= 8'b0;
        end else begin
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: sample_push did not set data_pending.
ERROR: STATUS readback failed. Got xxxxxxxx
ERROR: STATUS read incorrectly cleared data_pending.
ERROR: DATA readback failed. Got 00000000
ERROR: DATA read did not clear data_pending.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_73/tb.v:178: $finish called at 156000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: reset values are incorrect.",
    "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 ok ok ok success Full pipeline success
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_73\samples\run_20260426_224416_826723_5f6af1__sample_3
generated.v preview
module apb_sample_csr (
    input clk,
    input rst_n,
    input psel,
    input penable,
    input pwrite,
    input [7:0] paddr,
    input [31:0] pwdata,
    input [3:0] pstrb,
    output reg [31:0] prdata,
    output reg pready,
    input sample_push,
    input [7:0] sample_data,
    output reg [7:0] threshold,
    output reg irq_out,
    output reg ack_pulse
);

    // Register definitions
    typedef enum logic [1:0] {
        IDLE = 2'b00,
        WRITE = 2'b01,
        READ = 2'b10,
        WAIT = 2'b11
    } state_t;

    reg [7:0] threshold_reg;
    reg data_pending;
    reg [7:0] sample_data_latched;

    // State machine for APB protocol
    state_t state, next_state;
...
functional details
[stdout]
TEST_PASSED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_73/tb.v:178: $finish called at 156000 (1ps)
synthesis details
[error]
None
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": true,
  "functional_ok": true,
  "openlane_ok": true,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": true,
  "success": true
}
sample_4 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: reset values are incorrect.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_73\samples\run_20260426_224416_826723_5f6af1__sample_4
generated.v preview
module apb_sample_csr (
    input clk,
    input rst_n,
    input psel,
    input penable,
    input pwrite,
    input [7:0] paddr,
    input [31:0] pwdata,
    input [3:0] pstrb,
    output reg [31:0] prdata,
    output reg pready,
    input sample_push,
    input [7:0] sample_data,
    output reg [7:0] threshold,
    output reg irq_out,
    output reg ack_pulse
);

  // Register definitions
  typedef enum {IDLE, PENDING} state_t;
  state_t state, next_state;

  reg [7:0] threshold_reg;
  reg data_pending;
  reg [7:0] sample_data_latched;

  // State machine for handling APB transactions
  always @(posedge clk or negedge rst_n) begin
    if (!rst_n) begin
      state <= IDLE;
      data_pending <= 0;
    end else begin
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: threshold write failed.
ERROR: sample_push did not set data_pending.
ERROR: DATA read did not clear data_pending.
ERROR: STATUS should be clear after DATA read. Got 00000001
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_73/tb.v:178: $finish called at 156000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: reset values are incorrect.",
    "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 failed failed skipped failed syntax /data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/generated.v:41: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_73\samples\run_20260426_224416_826723_5f6af1__sample_5
generated.v preview
module apb_sample_csr (
    input clk,
    input rst_n,
    input psel,
    input penable,
    input pwrite,
    input [7:0] paddr,
    input [31:0] pwdata,
    input [3:0] pstrb,
    output reg [31:0] prdata,
    output reg pready,
    input sample_push,
    input [7:0] sample_data,
    output reg [7:0] threshold,
    output reg irq_out,
    output reg ack_pulse
);

    typedef enum {IDLE, WRITE_CONFIG, READ_CONFIG, WRITE_STATUS, READ_STATUS, WRITE_DATA, READ_DATA} state_t;
    state_t state, next_state;

    always @(posedge clk or negedge rst_n) begin
        if (!rst_n) begin
            state <= IDLE;
        end else begin
            state <= next_state;
        end
    end

    always @(*) begin
        case (state)
            IDLE: begin
...
syntax details
[stderr]
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/generated.v:41: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/generated.v:101: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/generated.v:105: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/generated.v:129: error: Unable to bind wire/reg/memory `data_pending' in `apb_sample_csr'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/generated.v:134: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
5 error(s) during elaboration.
functional details
[stderr]
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/functional/generated.v:41: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/functional/generated.v:101: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/functional/generated.v:105: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/functional/generated.v:129: error: Unable to bind wire/reg/memory `data_pending' in `tb_task_73.dut'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/functional/generated.v:134: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'
5 error(s) during elaboration.
synthesis details
[error]
None
errors[]
[
  {
    "stage": "syntax",
    "code": "syntax.iverilog_failed",
    "message": "/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/generated.v:41: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/generated.v:101: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/generated.v:105: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/generated.v:129: error: Unable to bind wire/reg/memory `data_pending' in `apb_sample_csr'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/generated.v:134: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'\n5 error(s) during elaboration.\n",
    "retryable": false,
    "details": {}
  },
  {
    "stage": "functional",
    "code": "functional.testbench_failed",
    "message": "/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/functional/generated.v:41: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/functional/generated.v:101: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/functional/generated.v:105: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/functional/generated.v:129: error: Unable to bind wire/reg/memory `data_pending' in `tb_task_73.dut'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_5/functional/generated.v:134: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'\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_6 run_20260426_224416_826723_5f6af1 ok failed failed skipped failed syntax /data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:41: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_73\samples\run_20260426_224416_826723_5f6af1__sample_6
generated.v preview
module apb_sample_csr (
    input clk,
    input rst_n,
    input psel,
    input penable,
    input pwrite,
    input [7:0] paddr,
    input [31:0] pwdata,
    input [3:0] pstrb,
    output reg [31:0] prdata,
    output reg pready,
    input sample_push,
    input [7:0] sample_data,
    output reg [7:0] threshold,
    output reg irq_out,
    output reg ack_pulse
);

  typedef enum {IDLE, WRITE_CONFIG, READ_CONFIG, WRITE_STATUS, READ_STATUS, WRITE_DATA, READ_DATA} state_t;
  state_t state, next_state;

  always @(posedge clk or negedge rst_n) begin
    if (!rst_n) begin
      state <= IDLE;
    end else begin
      state <= next_state;
    end
  end

  always @(*) begin
    case (state)
      IDLE: begin
...
syntax details
[stderr]
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:41: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:86: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:90: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:126: error: Unable to bind wire/reg/memory `data_pending' in `apb_sample_csr'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:137: error: Could not find variable ``data_pending'' in ``apb_sample_csr''
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:140: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
6 error(s) during elaboration.
functional details
[stderr]
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:41: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:86: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:90: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:126: error: Unable to bind wire/reg/memory `data_pending' in `tb_task_73.dut'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:137: error: Could not find variable ``data_pending'' in ``tb_task_73.dut''
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:140: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'
6 error(s) during elaboration.
synthesis details
[error]
None
errors[]
[
  {
    "stage": "syntax",
    "code": "syntax.iverilog_failed",
    "message": "/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:41: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:86: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:90: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:126: error: Unable to bind wire/reg/memory `data_pending' in `apb_sample_csr'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:137: error: Could not find variable ``data_pending'' in ``apb_sample_csr''\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/generated.v:140: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'\n6 error(s) during elaboration.\n",
    "retryable": false,
    "details": {}
  },
  {
    "stage": "functional",
    "code": "functional.testbench_failed",
    "message": "/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:41: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:86: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:90: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:126: error: Unable to bind wire/reg/memory `data_pending' in `tb_task_73.dut'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:137: error: Could not find variable ``data_pending'' in ``tb_task_73.dut''\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_6/functional/generated.v:140: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'\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_7 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: threshold write failed.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_73\samples\run_20260426_224416_826723_5f6af1__sample_7
generated.v preview
module apb_sample_csr (
    input clk,
    input rst_n,
    input psel,
    input penable,
    input pwrite,
    input [7:0] paddr,
    input [31:0] pwdata,
    input [3:0] pstrb,
    output reg [31:0] prdata,
    output reg pready,
    input sample_push,
    input [7:0] sample_data,
    output reg [7:0] threshold,
    output reg irq_out,
    output reg ack_pulse
);

    // Register definitions
    typedef enum logic [1:0] {
        IDLE = 2'b00,
        WRITE = 2'b01,
        READ = 2'b10,
        WAIT = 2'b11
    } state_t;

    reg [1:0] state;
    reg [7:0] threshold_reg;
    reg data_pending;
    reg [7:0] sample_data_latched;

    always @(posedge clk or negedge rst_n) begin
...
functional details
[stdout]
ERROR: threshold write failed.
ERROR: STATUS readback failed. Got 00000000
ERROR: DATA readback failed. Got 00000000
ERROR: DATA read did not clear data_pending.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_73/tb.v:178: $finish called at 156000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: threshold write failed.",
    "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 failed failed skipped failed syntax /data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_8/generated.v:89: error: Unable to bind wire/reg/memory `data_pending' in `apb_sample_csr'
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_73\samples\run_20260426_224416_826723_5f6af1__sample_8
generated.v preview
module apb_sample_csr (
    input clk,
    input rst_n,
    input psel,
    input penable,
    input pwrite,
    input [7:0] paddr,
    input [31:0] pwdata,
    input [3:0] pstrb,
    output reg [31:0] prdata,
    output reg pready,
    input sample_push,
    input [7:0] sample_data,
    output reg [7:0] threshold,
    output reg irq_out,
    output reg ack_pulse
);

    typedef enum {IDLE, WRITE_CONFIG, READ_CONFIG, WRITE_STATUS, READ_STATUS, WRITE_DATA, READ_DATA} state_t;
    state_t state, next_state;

    always @(posedge clk or negedge rst_n) begin
        if (!rst_n) begin
            state <= IDLE;
        end else begin
            state <= next_state;
        end
    end

    always @(*) begin
        case (state)
            IDLE: begin
...
syntax details
[stderr]
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_8/generated.v:89: error: Unable to bind wire/reg/memory `data_pending' in `apb_sample_csr'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_8/generated.v:98: error: Could not find variable ``data_pending'' in ``apb_sample_csr''
2 error(s) during elaboration.
functional details
[stderr]
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_8/functional/generated.v:89: error: Unable to bind wire/reg/memory `data_pending' in `tb_task_73.dut'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_8/functional/generated.v:98: error: Could not find variable ``data_pending'' in ``tb_task_73.dut''
2 error(s) during elaboration.
synthesis details
[error]
None
errors[]
[
  {
    "stage": "syntax",
    "code": "syntax.iverilog_failed",
    "message": "/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_8/generated.v:89: error: Unable to bind wire/reg/memory `data_pending' in `apb_sample_csr'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_8/generated.v:98: error: Could not find variable ``data_pending'' in ``apb_sample_csr''\n2 error(s) during elaboration.\n",
    "retryable": false,
    "details": {}
  },
  {
    "stage": "functional",
    "code": "functional.testbench_failed",
    "message": "/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_8/functional/generated.v:89: error: Unable to bind wire/reg/memory `data_pending' in `tb_task_73.dut'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_8/functional/generated.v:98: error: Could not find variable ``data_pending'' in ``tb_task_73.dut''\n2 error(s) during elaboration.\n",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": false,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_9 run_20260426_224416_826723_5f6af1 ok failed failed skipped failed syntax /data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/generated.v:37: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_73\samples\run_20260426_224416_826723_5f6af1__sample_9
generated.v preview
module apb_sample_csr (
    input clk,
    input rst_n,
    input psel,
    input penable,
    input pwrite,
    input [7:0] paddr,
    input [31:0] pwdata,
    input [3:0] pstrb,
    output reg [31:0] prdata,
    output reg pready,
    input sample_push,
    input [7:0] sample_data,
    output reg [7:0] threshold,
    output reg irq_out,
    output reg ack_pulse
);

  typedef enum {IDLE, WRITE_CONFIG, READ_CONFIG, WRITE_STATUS, READ_STATUS, WRITE_DATA, READ_DATA} state_t;
  state_t state, next_state;

  always @(posedge clk or negedge rst_n) begin
    if (!rst_n) begin
      state <= IDLE;
    end else begin
      state <= next_state;
    end
  end

  always @(*) begin
    case (state)
      IDLE: begin
...
syntax details
[stderr]
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/generated.v:37: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/generated.v:81: error: Unable to bind wire/reg/memory `data_pending' in `apb_sample_csr'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/generated.v:84: error: Could not find variable ``data_pending'' in ``apb_sample_csr''
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/generated.v:86: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'
4 error(s) during elaboration.
functional details
[stderr]
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/functional/generated.v:37: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/functional/generated.v:81: error: Unable to bind wire/reg/memory `data_pending' in `tb_task_73.dut'
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/functional/generated.v:84: error: Could not find variable ``data_pending'' in ``tb_task_73.dut''
/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/functional/generated.v:86: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'
4 error(s) during elaboration.
synthesis details
[error]
None
errors[]
[
  {
    "stage": "syntax",
    "code": "syntax.iverilog_failed",
    "message": "/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/generated.v:37: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/generated.v:81: error: Unable to bind wire/reg/memory `data_pending' in `apb_sample_csr'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/generated.v:84: error: Could not find variable ``data_pending'' in ``apb_sample_csr''\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/generated.v:86: error: Unable to bind wire/reg/memory `WRITE_CMD' in `apb_sample_csr'\n4 error(s) during elaboration.\n",
    "retryable": false,
    "details": {}
  },
  {
    "stage": "functional",
    "code": "functional.testbench_failed",
    "message": "/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/functional/generated.v:37: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/functional/generated.v:81: error: Unable to bind wire/reg/memory `data_pending' in `tb_task_73.dut'\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/functional/generated.v:84: error: Could not find variable ``data_pending'' in ``tb_task_73.dut''\n/data/eval/out/run_20260426_224416_826723_5f6af1/tmp/deepseek_coder_v2/pashencev__07_csr_register_map_generation__task_73/sample_9/functional/generated.v:86: error: Unable to bind wire/reg/memory `WRITE_CMD' in `tb_task_73.dut'\n4 error(s) during elaboration.\n",
    "retryable": false,
    "details": {}
  }
]
outcome
{
  "llm_ok": true,
  "extract_ok": true,
  "syntax_ok": false,
  "functional_ok": false,
  "openlane_ok": false,
  "syntax_required": true,
  "functional_required": true,
  "openlane_required": true,
  "final_success": false,
  "success": false
}
sample_10 run_20260426_224416_826723_5f6af1 ok ok failed failed failed functional Functional output contains failure marker: TEST_FAILED. ERROR: reset values are incorrect.
Open details
sample_dir: E:\Work\MIEM\VKR\Analyse\data\model_dataset\models\deepseek-coder-v2-16b\rag_on\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_73\samples\run_20260426_224416_826723_5f6af1__sample_10
generated.v preview
module apb_sample_csr (
    input clk,
    input rst_n,
    input psel,
    input penable,
    input pwrite,
    input [7:0] paddr,
    input [31:0] pwdata,
    input [3:0] pstrb,
    output reg [31:0] prdata,
    output reg pready,
    input sample_push,
    input [7:0] sample_data,
    output reg [7:0] threshold,
    output reg irq_out,
    output reg ack_pulse
);

    typedef enum {IDLE, WRITE_CONFIG, READ_CONFIG, WRITE_STATUS, READ_STATUS, WRITE_DATA, READ_DATA} state_t;
    state_t state, next_state;

    reg [7:0] threshold_reg;
    reg data_pending;
    reg [7:0] sample_data_latched;

    always @(posedge clk or negedge rst_n) begin
        if (!rst_n) begin
            state <= IDLE;
            threshold_reg <= 8'h20;
            data_pending <= 1'b0;
            sample_data_latched <= 8'b0;
        end else begin
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: threshold write failed.
ERROR: sample_push did not set data_pending.
ERROR: STATUS readback failed. Got xxxxxxxx
ERROR: STATUS read incorrectly cleared data_pending.
ERROR: DATA readback failed. Got 00000000
ERROR: ack_pulse did not assert.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_73/tb.v:178: $finish called at 156000 (1ps)
synthesis details
[error]
None
errors[]
[
  {
    "stage": "functional",
    "code": "functional.output_failed_marker",
    "message": "Functional output contains failure marker: TEST_FAILED. ERROR: reset values are incorrect.",
    "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
}