Skip to content

VCS simulation generates a variety of 'compile' warnings as well as runtime asserts to do with invalid AXI bus data #274

Description

@midnightveil

This is of at current mainline commit (2d40a3b). Running hello world generates just the 'compile' warnings, but not the runtime warnings.

The zip below contains the software that reproduces the errors. Source code is https://github.com/au-ts/cheshire/blob/timing-channels/sw/tests/cache_flush.c.

cache_flush.spm_code_shared_data.elf.zip.

I don't know if this is specific to my writes to the LLC here at all; most of the other tests in the sw folder work fine.

$ BINARY=../../../cache_flush.spm_code_shared_data.elf ./start.cheshire_soc.sh

Doing common elaboration

                         Chronologic VCS (TM)
        Version Y-2026.03-1_Full64 -- Tue May 26 17:09:33 2026

                    Copyright (c) 1991 - 2026 Synopsys, Inc.
   This software and the associated documentation are proprietary to Synopsys,
      Inc.  This software may only be used in accordance with the terms and
  conditions of a written license agreement with Synopsys, Inc.  All other use,
   reproduction, or distribution of this software is strictly prohibited.  By
   installing, accessing, using, or executing this software, you agree that it
  will reside on, operate within, and have access to the computers and networks
    where such software is used ("Host System"), and that Synopsys may access
     components and data of the Host System as necessary for it to function
 properly, to authenticate and validate license keys, to verify that it is used
 only in conformity with the applicable license restrictions, and to communicate
                 error messages and associated data to Synopsys.


Top Level Modules:
       tb_cheshire_soc
TimeScale is 1 ps / 1 ps

Warning-[TFIPC] Too few instance port connections
/scratch/julia/cheshire-upstream/hw/cheshire_idma_wrap.sv, 136
cheshire_idma_wrap, "axi_to_reg_v2 #(.axi_req_t(axi_slv_req_t), .axi_rsp_t(axi_slv_rsp_t), .reg_req_t(dma_regs_req_t), .reg_rsp_t(dma_regs_rsp_t), .AxiAddrWidth(AxiAddrWidth), .AxiDataWidth(AxiDataWidth), .AxiIdWidth(AxiSlvIdWidth), .AxiUserWidth(AxiUserWidth), .RegDataWidth(32), .CutMemReqs(1)) i_axi_translate( .axi_req_i (axi_slv_req_i),  .axi_rsp_o (axi_slv_rsp_o),  .reg_req_o (dma_reg_req),  .reg_rsp_i (dma_reg_rsp),  .clk_i (clk_i),  .rst_ni (rst_ni));"
  The above instance has fewer port connections than the module definition.
  Please use '+lint=TFIPC-L' to print out detailed information of unconnected
  ports.


Warning-[ENUMASSIGN] Illegal assignment to enum variable
/scratch/julia/cheshire-upstream/.bender/git/checkouts/axi_llc-5fb8850caad4fcfa/src/hit_miss_detect/axi_llc_tag_store.sv, 258
axi_llc_tag_store, "req_q <= '{default:'0};"
  Only expressions of the enum type can be assigned to an enum variable.
  The type bit [0:0] is incompatible with the enum 'tag_mode_e'
  Expression: '0
  Use the static cast operator to convert the expression to enum type.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/frontend/instr_queue.sv, 446
"pc_j[2]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_instr_queue
  In module : instr_queue.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/frontend/instr_queue.sv, 382
"idx_ds[2]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_instr_queue
  In module : instr_queue.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 330
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 333
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 335
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 338
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 342
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 343
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 344
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 346
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 348
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 352
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 353
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 354
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 357
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 363
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 366
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 367
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 369
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 370
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 371
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 376
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 378
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 380
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 381
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 384
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 385
"fus_busy[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 581
"x_issue_resp_i.register_read[2]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 590
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 591
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 594
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 594
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 595
"stall_raw[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 599
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 602
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 602
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 603
"stall_raw[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 608
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 611
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 612
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 613
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 614
"stall_raw[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 831
"issue_ack_o[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 912
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 912
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 912
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 992
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 993
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 994
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 995
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 1030
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 1031
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 1032
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/issue_read_operands.sv, 1033
"issue_instr_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : i_issue_read_operands
  In module : issue_read_operands.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/ex_stage.sv, 297
"one_cycle_select[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : ex_stage_i
  In module : ex_stage.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/ex_stage.sv, 298
"fu_data_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : ex_stage_i
  In module : ex_stage.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/ex_stage.sv, 299
"rs1_forwarding_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : ex_stage_i
  In module : ex_stage.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/ex_stage.sv, 300
"rs2_forwarding_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : ex_stage_i
  In module : ex_stage.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/ex_stage.sv, 393
"mult_valid_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : ex_stage_i
  In module : ex_stage.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/ex_stage.sv, 394
"fu_data_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : ex_stage_i
  In module : ex_stage.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/ex_stage.sv, 526
"lsu_valid_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : ex_stage_i
  In module : ex_stage.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/ex_stage.sv, 527
"fu_data_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : ex_stage_i
  In module : ex_stage.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/ex_stage.sv, 528
"tinst_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : ex_stage_i
  In module : ex_stage.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/ex_stage.sv, 429
"fpu_valid_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : ex_stage_i
  In module : ex_stage.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/ex_stage.sv, 430
"fu_data_i[1]"
  The select index is out of declared bounds : [0:0].
  In module instance : ex_stage_i
  In module : ex_stage.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[0].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[0].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[1].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[1].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[2].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[2].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[3].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[3].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[4].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[4].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[5].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[5].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[6].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[6].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[7].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[7].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[8].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[8].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[9].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[9].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[10].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[10].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[11].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[11].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[12].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[12].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[13].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[13].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[14].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[14].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[15].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_tlb.sv, 163
"tags_q[15].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][1]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_itlb i_dtlb
  In module : cva6_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[0].is_page[((32'b00000000000000000000000000000011 - 1) - 0)]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[0].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[0].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][HYP_EXT]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[0].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][HYP_EXT]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[0].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[0].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[0].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][HYP_EXT]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[0].is_page[((32'b00000000000000000000000000000011 - 2) - 2)][HYP_EXT]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[0].is_page[((32'b00000000000000000000000000000011 - 2) - 2)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[1].is_page[((32'b00000000000000000000000000000011 - 1) - 0)]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[1].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[1].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][HYP_EXT]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[1].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][HYP_EXT]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[1].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[1].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[1].is_page[((32'b00000000000000000000000000000011 - 1) - 0)][HYP_EXT]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[1].is_page[((32'b00000000000000000000000000000011 - 2) - 2)][HYP_EXT]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.


Warning-[SIOB] Select index out of bounds
/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cva6_mmu/cva6_shared_tlb.sv, 174
"shared_tag_rd[1].is_page[((32'b00000000000000000000000000000011 - 2) - 2)][0]"
  The select index is out of declared bounds : [1:0].
  In module instance : i_shared_tlb
  In module : cva6_shared_tlb.

Notice: Ports coerced to inout, use -notice for details
Starting vcs inline pass...
236 modules and 0 UDP read.
        However, due to incremental compilation, no re-compilation is necessary.
rm -f _cuarc*.so _csrc*.so pre_vcsobj_*.so share_vcsobj_*.so
if [ -x ../simv ]; then chmod a-x ../simv; fi
/usr/bin/g++  -o ../simv   -no-pie    -rdynamic -Wl,-rpath='$ORIGIN'/simv.daidir -Wl,-rpath=./simv.daidir -Wl,-rpath=/opt/synopsys/vcs/Y-2026.03-1/linux64/lib -L/opt/synopsys/vcs/Y-2026.03-1/linux64/lib -z noexecstack -z notext   -Wl,-rpath-link=./ -Wl,--no-as-needed  elfloader.o   objs/amcQw_d.o  _498418_archive_1.so _prev_archive_1.so  SIM_l.o      rmapats_mop.o rmapats.o rmar.o rmar_nd.o  rmar_llvm_0_1.o rmar_llvm_0_0.o            -lnuma -lerrorinf -lsnpsmalloc -lvfs       -lnuma_stubs -lvcsnew -ldistsimclient -lsimprofile -lvirsim -luclinative -lmemprof_init /opt/synopsys/vcs/Y-2026.03-1/linux64/lib/vcs_tls.o   -Wl,-whole-archive  -lvcsucli    -Wl,-no-whole-archive      ./../simv.daidir/vc_hdrs.o    /opt/synopsys/vcs/Y-2026.03-1/linux64/lib/vcs_save_restore_new.o -ldl  -lc -lm -lpthread -ldl
../simv up to date
CPU time: 10.211 seconds to compile + .334 seconds to elab + .385 seconds to link
Verdi KDB elaboration done and the database successfully generated

Then the logs:

Info: [VCS_SAVE_RESTORE_INFO] ASLR (Address Space Layout Randomization) is detected on the machine. To enable $save functionality, ASLR will be switched off and simv re-executed.
Please use '-no_save' simv switch to avoid re-execution or '-suppress=ASLR_DETECTED_INFO' to suppress this message.
Chronologic VCS simulator copyright 1991-2026
Contains Synopsys proprietary information.
Compiler version Y-2026.03-1_Full64; Runtime version Y-2026.03-1_Full64;  May 26 17:25 2026
[TRACER] Output filename is: trace_hart_0.log
[SLINK] Wait for LLC configuration
[SLINK] Preloading ELF binary: ../../../cache_flush.spm_code_shared_data.elf
[ELF] INFO: File ../../../cache_flush.spm_code_shared_data.elf was memory mapped to 0x155525921000
[ELF] INFO: Entrypoint at 0x10004000
[ELF] INFO: Found symbol table at offset 0x52e48
[ELF] INFO: Found string table at offset 0x535e0
[SLINK] Preloading section at 0x0000000010000000 (22720 bytes)
[SLINK] - 1024/22720 bytes (4%)
[SLINK] - 2048/22720 bytes (9%)
[SLINK] - 3072/22720 bytes (13%)
[SLINK] - 4096/22720 bytes (18%)
[SLINK] - 5120/22720 bytes (22%)
[SLINK] - 6144/22720 bytes (27%)
[SLINK] - 7168/22720 bytes (31%)
[SLINK] - 8192/22720 bytes (36%)
[SLINK] -
[SLINK] - 20480/22720 bytes (90%)
[SLINK] - 21504/22720 bytes (94%)
[SLINK] - 22528/22720 bytes (99%)
[SLINK] Preloading section at 0x0000000080000000 (262144 bytes)
[SLINK] - 1024/262144 bytes (0%)
[SLINK] - 2048/262144 bytes (0%)
[SLINK] - 3072/262144 bytes (1%)
[SLINK] - 4096/262144 bytes (1%)
[SLINK] - 5120/262144 bytes (1%)
[SLINK] - 6144/262144 bytes (2%)
...
[SLINK] Preload complete
[SLINK] Wrote launch signal and entry point 0x0000000010004000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: started at 11732515000ps failed at 11732515000ps
	Offending '((|dcache_req_ports_o[1].data_rdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: at time 11732515000 ps
          1[l1 dcache] reading invalid data on port 1: data=0000000000000000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 328: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.a_invalid_write_data: started at 11732540000ps failed at 11732540000ps
	Offending '((|dcache_req_ports_i[(NumPorts - 1)].data_wdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 328: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.a_invalid_write_data: at time 11732540000 ps
          1[l1 dcache] writing invalid data: paddr=000000001001ffb8, be=0f, data=xxxxxxxxxxxxxxxx
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 328: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.a_invalid_write_data: started at 11732545000ps failed at 11732545000ps
	Offending '((|dcache_req_ports_i[(NumPorts - 1)].data_wdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 328: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.a_invalid_write_data: at time 11732545000 ps
  ./simv +BOOTMODE=0 +PRELMODE=1 +BINARY=../../../../serengeti/llc_covert_shared.elf
Info: [VCS_SAVE_RESTORE_INFO] ASLR (Address Space Layout Randomization) is detected on the machine. To enable $save functionality, ASLR will be switched off and simv re-executed.
Please use '-no_save' simv switch to avoid re-execution or '-suppress=ASLR_DETECTED_INFO' to suppress this message.
Chronologic VCS simulator copyright 1991-2026
Contains Synopsys proprietary information.
Compiler version Y-2026.03-1_Full64; Runtime version Y-2026.03-1_Full64;  May 26 17:09 2026
[TRACER] Output filename is: trace_hart_0.log
[SLINK] Wait for LLC configuration
[SLINK] Preloading ELF binary: ../../../../serengeti/llc_covert_shared.elf
[ELF] INFO: File ../../../../serengeti/llc_covert_shared.elf was memory mapped to 0x15554aab7000
[ELF] INFO: Entrypoint at 0x80000000
[ELF] WARNING: The section starting @ 0x80000000 contains 0x21344 zero bytes which will NOT be preloaded!
[ELF] INFO: Found symbol table at offset 0x13aa8
[ELF] INFO: Found string table at offset 0x14978
[SLINK] Preloading section at 0x0000000080000000 (151824 bytes)
[SLINK] - 1024/151824 bytes (0%)
[SLINK] - 2048/151824 bytes (1%)
[SLINK] - 3072/151824 bytes (2%)
[SLINK] - 4096/151824 bytes (2%)
[SLINK] - 5120/151824 bytes (3%)
[SLINK] - 6144/151824 bytes (4%)
[SLINK] - 7168/151824 bytes (4%)
[SLINK] - 8192/151824 bytes (5%)
[SLINK] - 9216/151824 bytes (6%)
[SLINK] - 10240/151824 bytes (6%)
[SLINK] - 11264/151824 bytes (7%)
[SLINK] - 12288/151824 bytes (8%)
[SLINK] - 13312/151824 bytes (8%)
[SLINK] - 14336/151824 bytes (9%)
[SLINK] - 15360/151824 bytes (10%)
[SLINK] - 16384/151824 bytes (10%)
[SLINK] - 17408/151824 bytes (11%)
[SLINK] - 18432/151824 bytes (12%)
[SLINK] - 19456/151824 bytes (12%)
[SLINK] - 20480/151824 bytes (13%)
[SLINK] - 21504/151824 bytes (14%)
[SLINK] - 22528/151824 bytes (14%)
[SLINK] - 23552/151824 bytes (15%)
[SLINK] - 24576/151824 bytes (16%)
[SLINK] - 25600/151824 bytes (16%)
[SLINK] - 26624/151824 bytes (17%)
[SLINK] - 27648/151824 bytes (18%)
[SLINK] - 28672/151824 bytes (18%)
[SLINK] - 29696/151824 bytes (19%)
[SLINK] - 30720/151824 bytes (20%)
[SLINK] - 31744/151824 bytes (20%)
[SLINK] - 32768/151824 bytes (21%)
[SLINK] - 33792/151824 bytes (22%)
[SLINK] - 34816/151824 bytes (22%)
[SLINK] - 35840/151824 bytes (23%)
[SLINK] - 36864/151824 bytes (24%)
[SLINK] - 37888/151824 bytes (24%)
[SLINK] - 38912/151824 bytes (25%)
[SLINK] - 39936/151824 bytes (26%)
[SLINK] - 40960/151824 bytes (26%)
[SLINK] - 41984/151824 bytes (27%)
[SLINK] - 43008/151824 bytes (28%)
[SLINK] - 44032/151824 bytes (29%)
[SLINK] - 45056/151824 bytes (29%)
[SLINK] - 46080/151824 bytes (30%)
[SLINK] - 47104/151824 bytes (31%)
[SLINK] - 48128/151824 bytes (31%)
[SLINK] - 49152/151824 bytes (32%)
[SLINK] - 50176/151824 bytes (33%)
[SLINK] - 51200/151824 bytes (33%)
[SLINK] - 52224/151824 bytes (34%)
[SLINK] - 53248/151824 bytes (35%)
[SLINK] - 54272/151824 bytes (35%)
[SLINK] - 55296/151824 bytes (36%)
[SLINK] - 56320/151824 bytes (37%)
[SLINK] - 57344/151824 bytes (37%)
[SLINK] - 58368/151824 bytes (38%)
[SLINK] - 59392/151824 bytes (39%)
[SLINK] - 60416/151824 bytes (39%)
[SLINK] - 61440/151824 bytes (40%)
[SLINK] - 62464/151824 bytes (41%)
[SLINK] - 63488/151824 bytes (41%)
[SLINK] - 64512/151824 bytes (42%)
[SLINK] - 65536/151824 bytes (43%)
[SLINK] - 66560/151824 bytes (43%)
[SLINK] - 67584/151824 bytes (44%)
[SLINK] - 68608/151824 bytes (45%)
[SLINK] - 69632/151824 bytes (45%)
[SLINK] - 70656/151824 bytes (46%)
[SLINK] - 71680/151824 bytes (47%)
[SLINK] - 72704/151824 bytes (47%)
[SLINK] - 73728/151824 bytes (48%)
[SLINK] - 74752/151824 bytes (49%)
[SLINK] - 75776/151824 bytes (49%)
[SLINK] - 76800/151824 bytes (50%)
[SLINK] - 77824/151824 bytes (51%)
[SLINK] - 78848/151824 bytes (51%)
[SLINK] - 79872/151824 bytes (52%)
[SLINK] - 80896/151824 bytes (53%)
[SLINK] - 81920/151824 bytes (53%)
[SLINK] - 82944/151824 bytes (54%)
[SLINK] - 83968/151824 bytes (55%)
[SLINK] - 84992/151824 bytes (55%)
[SLINK] - 86016/151824 bytes (56%)
[SLINK] - 87040/151824 bytes (57%)
[SLINK] - 88064/151824 bytes (58%)
[SLINK] - 89088/151824 bytes (58%)
[SLINK] - 90112/151824 bytes (59%)
[SLINK] - 91136/151824 bytes (60%)
[SLINK] - 92160/151824 bytes (60%)
[SLINK] - 93184/151824 bytes (61%)
[SLINK] - 94208/151824 bytes (62%)
[SLINK] - 95232/151824 bytes (62%)
[SLINK] - 96256/151824 bytes (63%)
[SLINK] - 97280/151824 bytes (64%)
[SLINK] - 98304/151824 bytes (64%)
[SLINK] - 99328/151824 bytes (65%)
[SLINK] - 100352/151824 bytes (66%)
[SLINK] - 101376/151824 bytes (66%)
[SLINK] - 102400/151824 bytes (67%)
[SLINK] - 103424/151824 bytes (68%)
[SLINK] - 104448/151824 bytes (68%)
[SLINK] - 105472/151824 bytes (69%)
[SLINK] - 106496/151824 bytes (70%)
[SLINK] - 107520/151824 bytes (70%)
[SLINK] - 108544/151824 bytes (71%)
[SLINK] - 109568/151824 bytes (72%)
[SLINK] - 110592/151824 bytes (72%)
[SLINK] - 111616/151824 bytes (73%)
[SLINK] - 112640/151824 bytes (74%)
[SLINK] - 113664/151824 bytes (74%)
[SLINK] - 114688/151824 bytes (75%)
[SLINK] - 115712/151824 bytes (76%)
[SLINK] - 116736/151824 bytes (76%)
[SLINK] - 117760/151824 bytes (77%)
[SLINK] - 118784/151824 bytes (78%)
[SLINK] - 119808/151824 bytes (78%)
[SLINK] - 120832/151824 bytes (79%)
[SLINK] - 121856/151824 bytes (80%)
[SLINK] - 122880/151824 bytes (80%)
[SLINK] - 123904/151824 bytes (81%)
[SLINK] - 124928/151824 bytes (82%)
[SLINK] - 125952/151824 bytes (82%)
[SLINK] - 126976/151824 bytes (83%)
[SLINK] - 128000/151824 bytes (84%)
[SLINK] - 129024/151824 bytes (84%)
[SLINK] - 130048/151824 bytes (85%)
[SLINK] - 131072/151824 bytes (86%)
[SLINK] - 132096/151824 bytes (87%)
[SLINK] - 133120/151824 bytes (87%)
[SLINK] - 134144/151824 bytes (88%)
[SLINK] - 135168/151824 bytes (89%)
[SLINK] - 136192/151824 bytes (89%)
[SLINK] - 137216/151824 bytes (90%)
[SLINK] - 138240/151824 bytes (91%)
[SLINK] - 139264/151824 bytes (91%)
[SLINK] - 140288/151824 bytes (92%)
[SLINK] - 141312/151824 bytes (93%)
[SLINK] - 142336/151824 bytes (93%)
[SLINK] - 143360/151824 bytes (94%)
[SLINK] - 144384/151824 bytes (95%)
[SLINK] - 145408/151824 bytes (95%)
[SLINK] - 146432/151824 bytes (96%)
[SLINK] - 147456/151824 bytes (97%)
[SLINK] - 148480/151824 bytes (97%)
[SLINK] - 149504/151824 bytes (98%)
[SLINK] - 150528/151824 bytes (99%)
[SLINK] - 151552/151824 bytes (99%)
[SLINK] Preload complete
[SLINK] Wrote launch signal and entry point 0x0000000080000000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: started at 5924850000ps failed at 5924850000ps
        Offending '((|dcache_req_ports_o[1].data_rdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: at time 5924850000 ps
          1[l1 dcache] reading invalid data on port 1: data=0000000003002000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: started at 5925690000ps failed at 5925690000ps
        Offending '((|dcache_req_ports_o[1].data_rdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: at time 5925690000 ps
          1[l1 dcache] reading invalid data on port 1: data=0000000003002000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: started at 6026940000ps failed at 6026940000ps
        Offending '((|dcache_req_ports_o[1].data_rdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: at time 6026940000 ps
          1[l1 dcache] reading invalid data on port 1: data=0000000003002000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: started at 6027770000ps failed at 6027770000ps
        Offending '((|dcache_req_ports_o[1].data_rdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: at time 6027770000 ps
          1[l1 dcache] reading invalid data on port 1: data=0000000003002000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: started at 6217120000ps failed at 6217120000ps
        Offending '((|dcache_req_ports_o[1].data_rdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: at time 6217120000 ps
          1[l1 dcache] reading invalid data on port 1: data=0000000003002000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: started at 6217950000ps failed at 6217950000ps
        Offending '((|dcache_req_ports_o[1].data_rdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: at time 6217950000 ps
          1[l1 dcache] reading invalid data on port 1: data=0000000003002000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: started at 6406905000ps failed at 6406905000ps
        Offending '((|dcache_req_ports_o[1].data_rdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: at time 6406905000 ps
          1[l1 dcache] reading invalid data on port 1: data=0000000003002000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: started at 6407735000ps failed at 6407735000ps
        Offending '((|dcache_req_ports_o[1].data_rdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: at time 6407735000 ps
          1[l1 dcache] reading invalid data on port 1: data=0000000003002000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: started at 6597085000ps failed at 6597085000ps
        Offending '((|dcache_req_ports_o[1].data_rdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: at time 6597085000 ps
          1[l1 dcache] reading invalid data on port 1: data=0000000003002000
"/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: started at 6597915000ps failed at 6597915000ps
        Offending '((|dcache_req_ports_o[1].data_rdata) !== 1'hx)'
Warning: "/scratch/julia/cheshire-upstream/.bender/git/checkouts/cva6-20c9d7cbe0dd6995/core/cache_subsystem/std_cache_subsystem.sv", 343: tb_cheshire_soc.fix.dut.gen_cva6_cores[0].i_core_cva6.gen_cache_wb.i_cache_subsystem.genblk1[1].a_invalid_read_data: at time 6597915000 ps
          1[l1 dcache] reading invalid data on port 1: data=0000000003002000

simulate.log

The log trace for the program that does a cache flush (it doesn't even start doing the cache flush).

trace_hart_0.log.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions