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

qwen3-coder:30b | RAG off

07_csr_register_map_generation / task_70 | apb_timer_csr

benchmarkilyasov
task_idilyasov/07_csr_register_map_generation/task_70
samples_total10
final_success_samples0
final_success_rate_samples0.0%
functional_pass_rate_samples0.0%
synth_pass_rate_samples0.0%
source_runsrun_20260426_175047_007550_9b8266

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

Здесь перечислены все реальные попытки этой модели на одной задаче. По каждой попытке можно увидеть, до какой стадии она дошла, где именно сломалась и какое сообщение об ошибке вернулось из 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_175047_007550_9b8266 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\qwen3-coder-30b\rag_off\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_70\samples\run_20260426_175047_007550_9b8266__sample_1
generated.v preview
module apb_timer_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 [7:0] hw_status,
    input timer_done_evt,
    output reg timer_enable,
    output reg [7:0] threshold,
    output reg clear_done_pulse,
    output reg irq_pending
);

reg [31:0] ctrl_reg;
reg [31:0] status_reg;
reg [31:0] irq_status_reg;
reg [31:0] cmd_reg;

reg [31:0] rdata;

reg cmd_clear_done;

always @ (posedge clk or negedge rst_n) begin
    if (!rst_n) begin
        ctrl_reg <= 32'h1000;
        status_reg <= 32'h0;
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: partial write to CTRL byte 0 corrupted threshold or failed enable.
ERROR: partial write to CTRL byte 1 failed.
ERROR: STATUS readback failed. Got 00005501
ERROR: done sticky bit was not set by timer_done_evt.
ERROR: writing 1 failed to clear IRQ_STATUS.
ERROR: clear_done_pulse was not asserted on CMD write.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_70/tb.v:187: $finish called at 206000 (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_175047_007550_9b8266 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\qwen3-coder-30b\rag_off\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_70\samples\run_20260426_175047_007550_9b8266__sample_2
generated.v preview
module apb_timer_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 [7:0] hw_status,
    input timer_done_evt,
    output reg timer_enable,
    output reg [7:0] threshold,
    output reg clear_done_pulse,
    output reg irq_pending
);

reg [31:0] ctrl_reg;
reg [31:0] status_reg;
reg [31:0] irq_status_reg;
reg [31:0] cmd_reg;

reg [31:0] rdata;

reg cmd_clear_done;

always @ (posedge clk or negedge rst_n) begin
    if (!rst_n) begin
        ctrl_reg <= 32'h1000;
        status_reg <= 32'h0;
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: partial write to CTRL byte 0 corrupted threshold or failed enable.
ERROR: partial write to CTRL byte 1 failed.
ERROR: STATUS readback failed. Got 00005501
ERROR: writing 1 failed to clear IRQ_STATUS.
ERROR: clear_done_pulse was not asserted on CMD write.
ERROR: clear_done_pulse lasted longer than one cycle.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_70/tb.v:187: $finish called at 206000 (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_175047_007550_9b8266 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\qwen3-coder-30b\rag_off\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_70\samples\run_20260426_175047_007550_9b8266__sample_3
generated.v preview
module apb_timer_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 [7:0] hw_status,
    input timer_done_evt,
    output reg timer_enable,
    output reg [7:0] threshold,
    output reg clear_done_pulse,
    output reg irq_pending
);

reg [31:0] ctrl_reg;
reg [31:0] status_reg;
reg [31:0] irq_status_reg;
reg [31:0] cmd_reg;

reg [31:0] rdata;

reg cmd_clear_done;

always @ (posedge clk or negedge rst_n) begin
    if (!rst_n) begin
        ctrl_reg <= 32'h1000;
        status_reg <= 32'h0;
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: partial write to CTRL byte 0 corrupted threshold or failed enable.
ERROR: partial write to CTRL byte 1 failed.
ERROR: STATUS readback failed. Got 00005501
ERROR: writing 1 failed to clear IRQ_STATUS.
ERROR: clear_done_pulse was not asserted on CMD write.
ERROR: clear_done_pulse lasted longer than one cycle.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_70/tb.v:187: $finish called at 206000 (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_4 run_20260426_175047_007550_9b8266 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\qwen3-coder-30b\rag_off\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_70\samples\run_20260426_175047_007550_9b8266__sample_4
generated.v preview
module apb_timer_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 [7:0] hw_status,
    input timer_done_evt,
    output reg timer_enable,
    output reg [7:0] threshold,
    output reg clear_done_pulse,
    output reg irq_pending
);

reg [31:0] ctrl_reg;
reg [31:0] status_reg;
reg [31:0] irq_status_reg;
reg [31:0] cmd_reg;

reg [31:0] rdata;

reg cmd_clear_done;

always @ (posedge clk or negedge rst_n) begin
    if (!rst_n) begin
        ctrl_reg <= 32'h1000;
        status_reg <= 32'h0;
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: partial write to CTRL byte 0 corrupted threshold or failed enable.
ERROR: partial write to CTRL byte 1 failed.
ERROR: STATUS readback failed. Got 00005501
ERROR: writing 1 failed to clear IRQ_STATUS.
ERROR: clear_done_pulse was not asserted on CMD write.
ERROR: clear_done_pulse lasted longer than one cycle.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_70/tb.v:187: $finish called at 206000 (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_175047_007550_9b8266 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\qwen3-coder-30b\rag_off\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_70\samples\run_20260426_175047_007550_9b8266__sample_5
generated.v preview
module apb_timer_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 [7:0] hw_status,
    input timer_done_evt,
    output reg timer_enable,
    output reg [7:0] threshold,
    output reg clear_done_pulse,
    output reg irq_pending
);

reg [31:0] ctrl_reg;
reg [31:0] status_reg;
reg [31:0] irq_status_reg;
reg [31:0] cmd_reg;

reg [31:0] rdata;

reg cmd_clear_done;

always @ (posedge clk or negedge rst_n) begin
    if (!rst_n) begin
        ctrl_reg <= 32'h1000;
        status_reg <= 32'h0;
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: partial write to CTRL byte 0 corrupted threshold or failed enable.
ERROR: partial write to CTRL byte 1 failed.
ERROR: STATUS readback failed. Got 00005501
ERROR: writing 1 failed to clear IRQ_STATUS.
ERROR: clear_done_pulse was not asserted on CMD write.
ERROR: clear_done_pulse lasted longer than one cycle.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_70/tb.v:187: $finish called at 206000 (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_6 run_20260426_175047_007550_9b8266 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\qwen3-coder-30b\rag_off\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_70\samples\run_20260426_175047_007550_9b8266__sample_6
generated.v preview
module apb_timer_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 [7:0] hw_status,
    input timer_done_evt,
    output reg timer_enable,
    output reg [7:0] threshold,
    output reg clear_done_pulse,
    output reg irq_pending
);

reg [31:0] ctrl_reg;
reg [31:0] status_reg;
reg [31:0] irq_status_reg;
reg [31:0] cmd_reg;

reg [31:0] rdata;

reg cmd_clear_done;

always @ (posedge clk or negedge rst_n) begin
    if (!rst_n) begin
        ctrl_reg <= 32'h1000;
        status_reg <= 32'h0;
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: partial write to CTRL byte 0 corrupted threshold or failed enable.
ERROR: partial write to CTRL byte 1 failed.
ERROR: STATUS readback failed. Got 00005501
ERROR: writing 1 failed to clear IRQ_STATUS.
ERROR: clear_done_pulse was not asserted on CMD write.
ERROR: clear_done_pulse lasted longer than one cycle.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_70/tb.v:187: $finish called at 206000 (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_7 run_20260426_175047_007550_9b8266 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\qwen3-coder-30b\rag_off\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_70\samples\run_20260426_175047_007550_9b8266__sample_7
generated.v preview
module apb_timer_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 [7:0] hw_status,
    input timer_done_evt,
    output reg timer_enable,
    output reg [7:0] threshold,
    output reg clear_done_pulse,
    output reg irq_pending
);

reg [31:0] ctrl_reg;
reg [31:0] status_reg;
reg [31:0] irq_status_reg;
reg [31:0] cmd_reg;

reg [31:0] rdata;

reg cmd_clear_done;

always @ (posedge clk or negedge rst_n) begin
    if (!rst_n) begin
        ctrl_reg <= 32'h1000;
        status_reg <= 32'h0;
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: partial write to CTRL byte 0 corrupted threshold or failed enable.
ERROR: partial write to CTRL byte 1 failed.
ERROR: STATUS readback failed. Got 00005501
ERROR: done sticky bit was not set by timer_done_evt.
ERROR: writing 1 failed to clear IRQ_STATUS.
ERROR: clear_done_pulse was not asserted on CMD write.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_70/tb.v:187: $finish called at 206000 (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_8 run_20260426_175047_007550_9b8266 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\qwen3-coder-30b\rag_off\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_70\samples\run_20260426_175047_007550_9b8266__sample_8
generated.v preview
module apb_timer_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 [7:0] hw_status,
    input timer_done_evt,
    output reg timer_enable,
    output reg [7:0] threshold,
    output reg clear_done_pulse,
    output reg irq_pending
);

reg [31:0] ctrl_reg;
reg [31:0] status_reg;
reg [31:0] irq_status_reg;
reg [31:0] cmd_reg;

reg [31:0] rdata;

reg cmd_clear_done;

always @ (posedge clk or negedge rst_n) begin
    if (!rst_n) begin
        ctrl_reg <= 32'h1000;
        status_reg <= 32'h0;
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: partial write to CTRL byte 0 corrupted threshold or failed enable.
ERROR: partial write to CTRL byte 1 failed.
ERROR: STATUS readback failed. Got 00005501
ERROR: writing 1 failed to clear IRQ_STATUS.
ERROR: clear_done_pulse was not asserted on CMD write.
ERROR: clear_done_pulse lasted longer than one cycle.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_70/tb.v:187: $finish called at 206000 (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_9 run_20260426_175047_007550_9b8266 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\qwen3-coder-30b\rag_off\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_70\samples\run_20260426_175047_007550_9b8266__sample_9
generated.v preview
module apb_timer_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 [7:0] hw_status,
    input timer_done_evt,
    output reg timer_enable,
    output reg [7:0] threshold,
    output reg clear_done_pulse,
    output reg irq_pending
);

reg [31:0] ctrl_reg;
reg [31:0] status_reg;
reg [31:0] irq_status_reg;
reg [31:0] cmd_reg;

reg [31:0] rdata;

reg cmd_clear_done;

always @ (posedge clk or negedge rst_n) begin
    if (!rst_n) begin
        ctrl_reg <= 32'h1000;
        status_reg <= 32'h0;
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: partial write to CTRL byte 0 corrupted threshold or failed enable.
ERROR: partial write to CTRL byte 1 failed.
ERROR: STATUS readback failed. Got 00005501
ERROR: done sticky bit was not set by timer_done_evt.
ERROR: writing 1 failed to clear IRQ_STATUS.
ERROR: clear_done_pulse was not asserted on CMD write.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_70/tb.v:187: $finish called at 206000 (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_10 run_20260426_175047_007550_9b8266 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\qwen3-coder-30b\rag_off\benchmarks\ilyasov\tasks\ilyasov__07_csr_register_map_generation__task_70\samples\run_20260426_175047_007550_9b8266__sample_10
generated.v preview
module apb_timer_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 [7:0] hw_status,
    input timer_done_evt,
    output reg timer_enable,
    output reg [7:0] threshold,
    output reg clear_done_pulse,
    output reg irq_pending
);

reg [31:0] ctrl_reg;
reg [31:0] status_reg;
reg [31:0] irq_status_reg;
reg [31:0] cmd_reg;

reg [31:0] rdata;

reg cmd_clear_done;

always @ (posedge clk or negedge rst_n) begin
    if (!rst_n) begin
        ctrl_reg <= 32'h1000;
        status_reg <= 32'h0;
...
functional details
[stdout]
ERROR: reset values are incorrect.
ERROR: partial write to CTRL byte 0 corrupted threshold or failed enable.
ERROR: partial write to CTRL byte 1 failed.
ERROR: STATUS readback failed. Got 00005501
ERROR: done sticky bit was not set by timer_done_evt.
ERROR: writing 1 failed to clear IRQ_STATUS.
ERROR: clear_done_pulse was not asserted on CMD write.
TEST_FAILED
/workspace/banchmarks/pashencev/07_csr_register_map_generation/task_70/tb.v:187: $finish called at 206000 (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
}