diff --git a/hw/ip/spatz/src/spatz_vlsu.sv b/hw/ip/spatz/src/spatz_vlsu.sv index 81353f7a..9249c5f7 100644 --- a/hw/ip/spatz/src/spatz_vlsu.sv +++ b/hw/ip/spatz/src/spatz_vlsu.sv @@ -434,16 +434,23 @@ module spatz_vlsu maxew_t idx_offset; assign idx_offset = mem_idx_counter_q[port]; + logic signed [2:0] data_index_width_diff; + logic [idx_width(N_FU*ELENB)-1:0] word_index; + always_comb begin stride = mem_is_strided ? mem_spatz_req.rs2 >> mem_spatz_req.vtype.vsew : 'd1; if (mem_is_indexed) begin // What is the relationship between data and index width? - automatic logic [1:0] data_index_width_diff = int'(mem_spatz_req.vtype.vsew) - int'(mem_spatz_req.op_mem.ew); + data_index_width_diff = int'(mem_spatz_req.vtype.vsew) - int'(mem_spatz_req.op_mem.ew); // Pointer to index - automatic logic [idx_width(N_FU*ELENB)-1:0] word_index = (port << (MAXEW - data_index_width_diff)) + (maxew_t'(idx_offset << data_index_width_diff) >> data_index_width_diff) + (maxew_t'(idx_offset >> (MAXEW - data_index_width_diff)) << (MAXEW - data_index_width_diff)) * NrMemPorts; - + if (data_index_width_diff >= 0) begin + word_index = (port << (MAXEW - data_index_width_diff)) + (maxew_t'(idx_offset << data_index_width_diff) >> data_index_width_diff) + (maxew_t'(idx_offset >> (MAXEW - data_index_width_diff)) << (MAXEW - data_index_width_diff)) * NrMemPorts; + end else begin + word_index = (port >> (MAXEW + data_index_width_diff)) + (maxew_t'(idx_offset >> -data_index_width_diff) << -data_index_width_diff) + (maxew_t'(idx_offset << (MAXEW + data_index_width_diff)) >> (MAXEW + data_index_width_diff)) * NrMemPorts; + end + // Index unique case (mem_spatz_req.op_mem.ew) EW_8 : offset = $signed(vrf_rdata_i[1][8 * word_index +: 8]); diff --git a/hw/system/spatz_cluster/script/vsim/vloxei.do b/hw/system/spatz_cluster/script/vsim/vloxei.do new file mode 100644 index 00000000..657802c3 --- /dev/null +++ b/hw/system/spatz_cluster/script/vsim/vloxei.do @@ -0,0 +1,9459 @@ +onerror {resume} +quietly WaveActivateNextPane {} 0 +add wave -noupdate /tb_bin/i_dut/cluster_probe +add wave -noupdate -expand -group {core[0]} -group Params {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/BootAddr} +add wave -noupdate -expand -group {core[0]} -group Params {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/BootAddr} +add wave -noupdate -expand -group {core[0]} -group Params {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/BootAddr} +add wave -noupdate -expand -group {core[0]} -group Params {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/BootAddr} +add wave -noupdate -expand -group {core[0]} -group Params {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/BootAddr} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -expand -group {core[0]} -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -expand -group {core[0]} -divider Instructions +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -expand -group {core[0]} -divider Load/Store +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -divider Accelerator +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -divider LSU +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -expand -group {core[0]} -group Snitch -divider ALU +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/clk_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/raddr_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/rdata_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/waddr_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/wdata_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/we_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/mem} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/we_dec} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/clk_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/raddr_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/rdata_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/waddr_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/wdata_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/we_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/mem} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/we_dec} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/clk_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/raddr_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/rdata_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/waddr_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/wdata_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/we_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/mem} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/we_dec} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/clk_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/raddr_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/rdata_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/waddr_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/wdata_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/we_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/mem} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/we_dec} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/clk_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/raddr_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/rdata_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/waddr_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/wdata_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/we_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/mem} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/i_snitch_regfile/we_dec} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/irq_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/flush_i_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/flush_i_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_cacheable_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_finished_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_finished_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_va_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_ppn_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_pte_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_is_4mega_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_rnd_mode_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_fmt_mode_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_status_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_csr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/interrupt} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ecall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ebreak} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/meip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mtip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/msip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mcip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/interrupts_enabled} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/any_interrupt_pending} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_fp_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_fp_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_va} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_page_fault} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_pa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_va} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_page_fault} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_pa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_active} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_trans_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_trans_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_active_exp} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tlb_flush} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_tlb_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_tlb_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_empty} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_paddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scratch_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scratch_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/epc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/epc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tvec_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tvec_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_irq_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_irq_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/spp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/spp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mpp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mpp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/eie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/eie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/priv_lvl_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/priv_lvl_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/satp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/satp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dpc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dpc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dscratch_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dscratch_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/debug_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/debug_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/read_fcsr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cycle_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/instret_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_instr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_load_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_i_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_acc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mseg_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mseg_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/npc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/irq_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/flush_i_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/flush_i_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_cacheable_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_finished_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_finished_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_va_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_ppn_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_pte_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_is_4mega_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_rnd_mode_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_fmt_mode_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_status_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_csr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/interrupt} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ecall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ebreak} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/meip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mtip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/msip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mcip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/interrupts_enabled} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/any_interrupt_pending} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_fp_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_fp_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_va} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_page_fault} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_pa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_va} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_page_fault} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_pa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_active} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_trans_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_trans_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_active_exp} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tlb_flush} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_tlb_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_tlb_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_empty} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_paddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scratch_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scratch_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/epc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/epc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tvec_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tvec_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_irq_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_irq_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/spp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/spp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mpp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mpp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/eie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/eie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/priv_lvl_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/priv_lvl_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/satp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/satp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dpc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dpc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dscratch_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dscratch_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/debug_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/debug_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/read_fcsr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cycle_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/instret_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_instr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_load_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_i_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_acc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mseg_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mseg_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/npc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/irq_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/flush_i_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/flush_i_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_cacheable_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_finished_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_finished_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_va_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_ppn_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_pte_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_is_4mega_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_rnd_mode_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_fmt_mode_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_status_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_csr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/interrupt} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ecall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ebreak} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/meip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mtip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/msip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mcip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/interrupts_enabled} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/any_interrupt_pending} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_fp_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_fp_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_va} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_page_fault} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_pa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_va} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_page_fault} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_pa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_active} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_trans_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_trans_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_active_exp} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tlb_flush} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_tlb_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_tlb_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_empty} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_paddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scratch_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scratch_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/epc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/epc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tvec_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tvec_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_irq_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_irq_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/spp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/spp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mpp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mpp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/eie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/eie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/priv_lvl_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/priv_lvl_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/satp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/satp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dpc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dpc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dscratch_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dscratch_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/debug_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/debug_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/read_fcsr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cycle_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/instret_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_instr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_load_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_i_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_acc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mseg_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mseg_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/npc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/irq_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/flush_i_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/flush_i_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_cacheable_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_finished_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_finished_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_va_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_ppn_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_pte_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_is_4mega_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_rnd_mode_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_fmt_mode_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_status_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_csr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/interrupt} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ecall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ebreak} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/meip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mtip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/msip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mcip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/interrupts_enabled} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/any_interrupt_pending} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_fp_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_fp_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_va} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_page_fault} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_pa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_va} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_page_fault} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_pa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_active} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_trans_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_trans_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_active_exp} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tlb_flush} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_tlb_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_tlb_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_empty} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_paddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scratch_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scratch_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/epc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/epc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tvec_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tvec_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_irq_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_irq_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/spp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/spp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mpp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mpp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/eie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/eie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/priv_lvl_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/priv_lvl_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/satp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/satp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dpc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dpc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dscratch_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dscratch_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/debug_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/debug_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/read_fcsr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cycle_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/instret_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_instr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_load_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_i_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_acc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mseg_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mseg_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/npc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/irq_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/flush_i_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/flush_i_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_cacheable_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_finished_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_finished_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_valid_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_ready_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_va_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_ppn_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_pte_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ptw_is_4mega_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_rnd_mode_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_fmt_mode_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fpu_status_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_csr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/interrupt} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ecall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ebreak} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/meip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mtip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/msip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mcip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/interrupts_enabled} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/any_interrupt_pending} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_fp_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_fp_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_va} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_page_fault} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_pa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_va} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_page_fault} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_pa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_active} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/itlb_trans_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dtlb_trans_valid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/trans_active_exp} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tlb_flush} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_tlb_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_tlb_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_empty} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_paddr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scratch_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scratch_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/epc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/epc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tvec_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tvec_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_irq_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cause_irq_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/spp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/spp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mpp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mpp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/eie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/eie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/tie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cie_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cie_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/seip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ssip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/scip_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/priv_lvl_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/priv_lvl_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/satp_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/satp_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dpc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dpc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dscratch_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dscratch_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/debug_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/debug_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/read_fcsr} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/cycle_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/instret_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_instr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_load_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_i_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retired_acc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mseg_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/mseg_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_store} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/npc} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qdata} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -divider LSU +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -expand -group {core[0]} -group Snitch -divider ALU +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -divider LSU +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -expand -group {core[0]} -group Snitch -divider ALU +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -divider LSU +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -expand -group {core[0]} -group Snitch -divider ALU +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -expand -group {core[0]} -group Snitch -divider LSU +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -expand -group {core[0]} -group Snitch -divider ALU +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_str_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_finished_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_str_finished_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_raddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_waddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_rd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/operands_available} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_move} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_store} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_local} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/lsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/vlsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/move_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/illegal_inst} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/retire} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/ls_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qtag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qwrite} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsigned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qaddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsize} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qamo} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_ptag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qaddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qwrite} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qstrb} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_perror} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_store} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/raddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/rdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/waddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/wdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/mem} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_dec} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/raddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/rdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/waddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/wdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/mem} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_dec} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/raddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/rdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/waddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/wdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/mem} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_dec} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/raddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/rdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/waddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/wdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/mem} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_dec} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/raddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/rdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/waddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/wdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/mem} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_dec} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/rst_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qtag_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qwrite_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsigned_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qaddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsize_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qamo_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_ptag_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_perror_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_empty_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/ld_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_in} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/shifted_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/rst_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qtag_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qwrite_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsigned_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qaddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsize_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qamo_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_ptag_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_perror_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_empty_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/ld_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_in} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/shifted_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/rst_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qtag_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qwrite_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsigned_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qaddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsize_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qamo_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_ptag_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_perror_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_empty_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/ld_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_in} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/shifted_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/rst_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qtag_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qwrite_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsigned_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qaddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsize_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qamo_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_ptag_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_perror_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_empty_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/ld_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_in} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/shifted_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/rst_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qtag_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qwrite_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsigned_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qaddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsize_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qamo_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_ptag_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_perror_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_empty_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/ld_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_in} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/shifted_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_str_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_finished_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_str_finished_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_raddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_waddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_rd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/operands_available} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_move} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_store} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_local} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/lsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/vlsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/move_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/illegal_inst} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/retire} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/ls_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qtag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qwrite} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsigned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qaddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsize} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qamo} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_ptag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qaddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qwrite} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qstrb} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_perror} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_store} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_str_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_finished_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_str_finished_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_raddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_waddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_rd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/operands_available} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_move} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_store} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_local} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/lsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/vlsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/move_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/illegal_inst} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/retire} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/ls_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qtag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qwrite} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsigned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qaddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsize} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qamo} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_ptag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qaddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qwrite} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qstrb} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_perror} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_store} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_str_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_finished_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_str_finished_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_raddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_waddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_rd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/operands_available} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_move} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_store} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_local} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/lsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/vlsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/move_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/illegal_inst} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/retire} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/ls_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qtag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qwrite} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsigned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qaddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsize} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qamo} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_ptag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qaddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qwrite} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qstrb} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_perror} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_store} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_str_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_finished_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_str_finished_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_raddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_waddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_rd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/operands_available} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_move} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_store} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_local} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/lsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/vlsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/move_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/illegal_inst} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/retire} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/ls_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qtag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qwrite} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsigned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qaddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsize} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qamo} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_ptag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qaddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qwrite} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qstrb} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_perror} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_store} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/fpu_rnd_mode_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/fpu_fmt_mode_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_enable_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_wrote_result_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_enable_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_id_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_illegal} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vstart_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vstart_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vl_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vl_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vtype_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vtype_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_rsp} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_rsp_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/buffer_spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/read_table_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/read_table_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/write_table_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/write_table_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/scoreboard_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/scoreboard_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/narrow_wide_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/narrow_wide_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/retire_csr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/next_insn_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/fpu_rnd_mode_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/fpu_fmt_mode_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_enable_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_wrote_result_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_enable_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_id_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_illegal} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vstart_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vstart_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vl_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vl_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vtype_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vtype_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_rsp} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_rsp_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/buffer_spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/read_table_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/read_table_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/write_table_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/write_table_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/scoreboard_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/scoreboard_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/narrow_wide_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/narrow_wide_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/retire_csr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/next_insn_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/fpu_rnd_mode_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/fpu_fmt_mode_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_enable_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_wrote_result_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_enable_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_id_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_illegal} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vstart_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vstart_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vl_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vl_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vtype_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vtype_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_rsp} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_rsp_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/buffer_spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/read_table_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/read_table_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/write_table_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/write_table_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/scoreboard_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/scoreboard_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/narrow_wide_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/narrow_wide_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/retire_csr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/next_insn_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/fpu_rnd_mode_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/fpu_fmt_mode_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_enable_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_wrote_result_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_enable_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_id_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_illegal} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vstart_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vstart_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vl_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vl_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vtype_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vtype_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_rsp} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_rsp_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/buffer_spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/read_table_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/read_table_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/write_table_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/write_table_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/scoreboard_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/scoreboard_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/narrow_wide_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/narrow_wide_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/retire_csr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/next_insn_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/fpu_rnd_mode_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/fpu_fmt_mode_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_enable_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_wrote_result_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_enable_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/sb_id_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/spatz_req_illegal} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vstart_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vstart_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vl_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vl_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vtype_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vtype_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller -childformat {{{/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req.instr} -radix binary}} -expand -subitemconfig {{/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req.instr} {-height 16 -radix binary}} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_rsp} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/decoder_rsp_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/buffer_spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/req_buffer_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/read_table_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/read_table_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/write_table_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/write_table_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/scoreboard_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/scoreboard_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/narrow_wide_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/narrow_wide_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/retire_csr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vlsu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vsldu_stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/next_insn_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/running_insn_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_controller/rsp_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider RegisterWrite +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/waddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/we_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wbe_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider RegisterRead +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/raddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/re_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider Internal +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/waddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wbe} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/raddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider RegisterWrite +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/waddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/we_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wbe_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider RegisterRead +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/raddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/re_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider Internal +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/waddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wbe} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/raddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider RegisterWrite +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/waddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/we_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wbe_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider RegisterRead +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/raddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/re_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider Internal +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/waddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wbe} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/raddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider RegisterWrite +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/waddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/we_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wbe_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider RegisterRead +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/raddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/re_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider Internal +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/waddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wbe} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/raddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider RegisterWrite +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/waddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/we_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wbe_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider RegisterRead +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/raddr_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/re_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rvalid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF -divider Internal +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/waddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/wbe} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/raddr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_str_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_strided} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_indexed} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/store_count_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/store_count_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_wid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_req_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_empty} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_max} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_port_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_empty} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_max} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vd_vreg_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_vreg_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vd_elem_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/pending_index} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/busy_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/busy_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_finished_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_vstart_zero} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_addr_unaligned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_single_element_operation} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_is_addr_unaligned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_is_single_element_operation} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vreg_addr_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/offset_queue_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vreg_start_0} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/catchup} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_svalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_strb} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_lvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_str_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_strided} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_indexed} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/store_count_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/store_count_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_wid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_req_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_empty} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_max} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_port_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_empty} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_max} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vd_vreg_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_vreg_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vd_elem_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/pending_index} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/busy_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/busy_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_finished_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_vstart_zero} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_addr_unaligned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_single_element_operation} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_is_addr_unaligned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_is_single_element_operation} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vreg_addr_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/offset_queue_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vreg_start_0} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/catchup} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_svalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_strb} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_lvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_str_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_strided} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_indexed} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/store_count_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/store_count_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_wid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_req_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_empty} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_max} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_port_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_empty} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_max} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vd_vreg_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_vreg_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vd_elem_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/pending_index} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/busy_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/busy_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_finished_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_vstart_zero} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_addr_unaligned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_single_element_operation} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_is_addr_unaligned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_is_single_element_operation} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vreg_addr_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/offset_queue_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vreg_start_0} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/catchup} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_svalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_strb} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_lvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_str_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_strided} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_indexed} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/store_count_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/store_count_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_wid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_req_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_empty} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_max} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_port_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_empty} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_max} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vd_vreg_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_vreg_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vd_elem_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/pending_index} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/busy_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/busy_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_finished_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_vstart_zero} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_addr_unaligned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_single_element_operation} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_is_addr_unaligned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_is_single_element_operation} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vreg_addr_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/offset_queue_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vreg_start_0} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/catchup} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_svalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_strb} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_lvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU -childformat {{{/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i.op} -radix unsigned}} -expand -subitemconfig {{/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i.op} {-height 16 -radix unsigned}} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_str_finished_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_strided} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_indexed} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/store_count_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/store_count_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_wid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_rid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_req_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rob_empty} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_max} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_port_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_push} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_pop} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_empty} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_max} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vd_vreg_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_vreg_addr} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vd_elem_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/pending_index} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/busy_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/busy_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_finished_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_load} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_vstart_zero} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_addr_unaligned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_is_single_element_operation} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_is_addr_unaligned} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_is_single_element_operation} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_single_element_size} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vreg_addr_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/offset_queue_full} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vreg_start_0} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/catchup} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_id} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_svalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_strb} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_lvalid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_pending} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operations_finished} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/is_vl_zero} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/is_slide_up} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/op_id_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/op_id_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/prefetch_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/prefetch_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/running_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/running_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/in_elem_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/in_elem_flipped_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_in} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_low} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_high} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/sld_offset_rd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operations_finished} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/is_vl_zero} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/is_slide_up} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/op_id_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/op_id_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/prefetch_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/prefetch_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/running_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/running_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/in_elem_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/in_elem_flipped_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_in} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_low} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_high} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/sld_offset_rd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operations_finished} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/is_vl_zero} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/is_slide_up} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/op_id_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/op_id_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/prefetch_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/prefetch_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/running_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/running_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/in_elem_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/in_elem_flipped_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_in} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_low} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_high} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/sld_offset_rd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operations_finished} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/is_vl_zero} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/is_slide_up} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/op_id_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/op_id_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/prefetch_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/prefetch_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/running_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/running_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/in_elem_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/in_elem_flipped_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_in} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_low} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_high} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/sld_offset_rd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operations_finished} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/is_vl_zero} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/is_slide_up} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/op_id_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/op_id_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/prefetch_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/prefetch_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/running_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/running_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_en} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_delta} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_last} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/in_elem_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/in_elem_flipped_offset} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_in} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_out} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_low} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/data_high} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vsldu/sld_offset_rd} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/hart_id_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_status_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vl_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vl_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/busy_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/busy_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/nr_elem_word} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/input_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vstart} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op1_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op2_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op3_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operands_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/valid_operations} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/pending_results} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/word_issued} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/running_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/running_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_fpu_insn} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_fpu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_ipu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/scalar_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/last_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_done} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/widening_upper_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/widening_upper_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_vector_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_scalar_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/pnt} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fill_cnt} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/el_type} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/FPUlatency} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/lat_count_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/lat_count_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/mask} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_wbe} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_r_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/hart_id_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_status_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vl_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vl_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/busy_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/busy_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/nr_elem_word} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/input_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vstart} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op1_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op2_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op3_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operands_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/valid_operations} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/pending_results} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/word_issued} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/running_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/running_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_fpu_insn} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_fpu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_ipu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/scalar_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/last_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_done} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/widening_upper_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/widening_upper_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_vector_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_scalar_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/pnt} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fill_cnt} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/el_type} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/FPUlatency} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/lat_count_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/lat_count_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/mask} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_wbe} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_r_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/hart_id_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_status_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vl_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vl_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/busy_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/busy_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/nr_elem_word} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/input_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vstart} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op1_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op2_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op3_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operands_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/valid_operations} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/pending_results} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/word_issued} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/running_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/running_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_fpu_insn} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_fpu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_ipu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/scalar_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/last_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_done} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/widening_upper_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/widening_upper_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_vector_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_scalar_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/pnt} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fill_cnt} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/el_type} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/FPUlatency} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/lat_count_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/lat_count_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/mask} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_wbe} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_r_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/hart_id_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_status_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vl_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vl_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/busy_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/busy_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/nr_elem_word} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/input_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vstart} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op1_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op2_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op3_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operands_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/valid_operations} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/pending_results} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/word_issued} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/running_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/running_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_fpu_insn} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_fpu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_ipu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/scalar_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/last_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_done} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/widening_upper_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/widening_upper_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_vector_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_scalar_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/pnt} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fill_cnt} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/el_type} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/FPUlatency} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/lat_count_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/lat_count_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/mask} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_wbe} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_r_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/clk_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/rst_ni} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/hart_id_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_waddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wdata_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_we_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wbe_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_wvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_id_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_raddr_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_re_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_rdata_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vrf_rvalid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_status_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vl_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vl_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/busy_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/busy_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/nr_elem_word} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/input_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vstart} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/stall} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op1_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op2_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/op3_is_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operands_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/valid_operations} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/pending_results} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/word_issued} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/running_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/running_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_fpu_insn} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_fpu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/is_ipu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/scalar_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/last_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_state_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_state_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_buf_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_done} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/widening_upper_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/widening_upper_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/result_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_vector_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_scalar_data} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fpu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/pnt} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/fill_cnt} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_request} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/el_type} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/FPUlatency} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/lat_count_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/lat_count_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/mask} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_wbe} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_we} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_r_req} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_q} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_d} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/vreg_wdata} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_in_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_tag} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_valid} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_ready} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/int_ipu_busy} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand1} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand2} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand3} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_valid_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_ready_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_req_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/issue_rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/rsp_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_valid_o} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_req_ready_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_rsp_i} +add wave -noupdate -expand -group {core[0]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/spatz_mem_rsp_valid_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/clk_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/clk_d2_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/rst_ni} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/testmode_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hart_id_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/irq_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hive_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hive_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_res_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_busy_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_perf_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_events_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_addr_base_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_pvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_pready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_pvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_pready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch_ready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_rnd_mode} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_fmt_mode} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_status} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_events} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_dreq_d} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_dreq_q} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/merged_dreq} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_drsp_d} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_drsp_q} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/merged_drsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_finished} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_str_finished} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fp_lsu_mem_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fp_lsu_mem_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req_ready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_rsp_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_tcdm_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_tcdm_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/slave_select} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/addr_map} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/f} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/cycle} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/clk_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/clk_d2_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/rst_ni} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/testmode_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hart_id_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/irq_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hive_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hive_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_res_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_busy_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_perf_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_events_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_addr_base_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_pvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_pready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_pvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_pready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch_ready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_rnd_mode} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_fmt_mode} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_status} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_events} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_dreq_d} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_dreq_q} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/merged_dreq} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_drsp_d} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_drsp_q} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/merged_drsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_finished} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_str_finished} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fp_lsu_mem_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fp_lsu_mem_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req_ready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_rsp_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_tcdm_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_tcdm_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/slave_select} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/addr_map} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/f} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/cycle} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/clk_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/clk_d2_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/rst_ni} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/testmode_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hart_id_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/irq_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hive_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hive_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_res_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_busy_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_perf_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_events_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_addr_base_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_pvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_pready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_pvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_pready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch_ready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_rnd_mode} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_fmt_mode} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_status} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_events} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_dreq_d} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_dreq_q} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/merged_dreq} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_drsp_d} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_drsp_q} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/merged_drsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_finished} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_str_finished} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fp_lsu_mem_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fp_lsu_mem_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req_ready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_rsp_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_tcdm_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_tcdm_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/slave_select} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/addr_map} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/f} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/cycle} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/clk_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/clk_d2_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/rst_ni} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/testmode_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hart_id_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/irq_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hive_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hive_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_res_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_busy_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_perf_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_events_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_addr_base_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_pvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_pready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_pvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_pready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch_ready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_rnd_mode} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_fmt_mode} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_status} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_events} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_dreq_d} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_dreq_q} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/merged_dreq} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_drsp_d} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_drsp_q} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/merged_drsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_finished} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_str_finished} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fp_lsu_mem_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fp_lsu_mem_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req_ready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_rsp_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_tcdm_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_tcdm_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/slave_select} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/addr_map} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/f} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/cycle} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/clk_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/clk_d2_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/rst_ni} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/testmode_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hart_id_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/irq_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hive_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/hive_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_rsp_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_req_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_res_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_busy_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_perf_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/axi_dma_events_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/core_events_o} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/tcdm_addr_base_i} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_resp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_snitch_demux_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_qvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_qready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_pvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_pready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_pvalid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/dma_pready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/acc_demux_snitch_ready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_rnd_mode} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_fmt_mode} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fpu_status} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_events} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_dreq_d} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_dreq_q} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/merged_dreq} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_drsp_d} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/snitch_drsp_q} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/merged_drsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_finished} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_str_finished} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fp_lsu_mem_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/fp_lsu_mem_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_req_ready} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/spatz_mem_rsp_valid} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_tcdm_req} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/data_tcdm_rsp} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/slave_select} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/addr_map} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/f} +add wave -noupdate -expand -group {core[0]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/cycle} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -expand -group {core[0]} -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -expand -group {core[0]} -divider Instructions +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -expand -group {core[0]} -divider Load/Store +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -divider Accelerator +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -expand -group {core[0]} -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -expand -group {core[0]} -divider Instructions +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -expand -group {core[0]} -divider Load/Store +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -divider Accelerator +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -expand -group {core[0]} -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -expand -group {core[0]} -divider Instructions +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -expand -group {core[0]} -divider Load/Store +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -divider Accelerator +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -expand -group {core[0]} -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -expand -group {core[0]} -divider Instructions +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -expand -group {core[0]} -divider Load/Store +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -expand -group {core[0]} -divider Accelerator +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -expand -group {core[0]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -group {core[1]} -group Params {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/BootAddr} +add wave -noupdate -group {core[1]} -group Params {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/BootAddr} +add wave -noupdate -group {core[1]} -group Params {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/BootAddr} +add wave -noupdate -group {core[1]} -group Params {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/BootAddr} +add wave -noupdate -group {core[1]} -group Params {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/BootAddr} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -group {core[1]} -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -group {core[1]} -divider Instructions +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -group {core[1]} -divider Load/Store +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -group {core[1]} -divider Accelerator +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -divider LSU +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -group {core[1]} -expand -group Snitch -divider ALU +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/clk_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/we_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/mem} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/we_dec} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/clk_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/we_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/mem} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/we_dec} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/clk_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/we_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/mem} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/we_dec} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/clk_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/we_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/mem} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/we_dec} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/clk_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/we_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/mem} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal -group RF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/i_snitch_regfile/we_dec} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/irq_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/flush_i_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/flush_i_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_cacheable_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_finished_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_finished_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_va_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_ppn_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_pte_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_is_4mega_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_rnd_mode_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_fmt_mode_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_status_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_csr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/interrupt} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ecall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ebreak} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/meip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mtip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/msip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mcip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/interrupts_enabled} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/any_interrupt_pending} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_fp_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_fp_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_va} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_page_fault} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_pa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_va} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_page_fault} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_pa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_active} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_trans_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_trans_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_active_exp} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tlb_flush} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_tlb_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_tlb_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_empty} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_paddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scratch_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scratch_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/epc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/epc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tvec_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tvec_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_irq_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_irq_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/spp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/spp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mpp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mpp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/eie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/eie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/priv_lvl_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/priv_lvl_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/satp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/satp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dpc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dpc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dscratch_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dscratch_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/debug_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/debug_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/read_fcsr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cycle_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/instret_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_instr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_load_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_i_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_acc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mseg_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mseg_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/npc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/irq_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/flush_i_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/flush_i_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_cacheable_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_finished_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_finished_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_va_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_ppn_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_pte_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_is_4mega_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_rnd_mode_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_fmt_mode_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_status_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_csr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/interrupt} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ecall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ebreak} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/meip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mtip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/msip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mcip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/interrupts_enabled} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/any_interrupt_pending} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_fp_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_fp_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_va} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_page_fault} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_pa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_va} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_page_fault} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_pa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_active} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_trans_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_trans_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_active_exp} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tlb_flush} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_tlb_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_tlb_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_empty} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_paddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scratch_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scratch_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/epc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/epc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tvec_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tvec_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_irq_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_irq_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/spp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/spp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mpp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mpp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/eie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/eie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/priv_lvl_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/priv_lvl_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/satp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/satp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dpc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dpc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dscratch_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dscratch_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/debug_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/debug_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/read_fcsr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cycle_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/instret_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_instr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_load_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_i_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_acc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mseg_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mseg_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/npc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/irq_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/flush_i_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/flush_i_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_cacheable_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_finished_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_finished_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_va_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_ppn_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_pte_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_is_4mega_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_rnd_mode_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_fmt_mode_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_status_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_csr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/interrupt} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ecall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ebreak} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/meip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mtip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/msip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mcip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/interrupts_enabled} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/any_interrupt_pending} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_fp_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_fp_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_va} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_page_fault} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_pa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_va} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_page_fault} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_pa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_active} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_trans_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_trans_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_active_exp} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tlb_flush} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_tlb_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_tlb_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_empty} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_paddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scratch_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scratch_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/epc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/epc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tvec_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tvec_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_irq_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_irq_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/spp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/spp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mpp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mpp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/eie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/eie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/priv_lvl_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/priv_lvl_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/satp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/satp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dpc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dpc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dscratch_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dscratch_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/debug_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/debug_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/read_fcsr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cycle_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/instret_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_instr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_load_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_i_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_acc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mseg_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mseg_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/npc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/irq_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/flush_i_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/flush_i_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_cacheable_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_finished_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_finished_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_va_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_ppn_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_pte_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_is_4mega_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_rnd_mode_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_fmt_mode_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_status_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_csr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/interrupt} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ecall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ebreak} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/meip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mtip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/msip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mcip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/interrupts_enabled} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/any_interrupt_pending} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_fp_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_fp_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_va} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_page_fault} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_pa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_va} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_page_fault} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_pa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_active} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_trans_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_trans_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_active_exp} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tlb_flush} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_tlb_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_tlb_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_empty} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_paddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scratch_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scratch_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/epc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/epc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tvec_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tvec_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_irq_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_irq_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/spp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/spp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mpp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mpp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/eie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/eie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/priv_lvl_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/priv_lvl_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/satp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/satp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dpc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dpc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dscratch_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dscratch_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/debug_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/debug_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/read_fcsr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cycle_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/instret_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_instr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_load_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_i_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_acc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mseg_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mseg_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/npc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/irq_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/flush_i_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/flush_i_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_cacheable_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_finished_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_finished_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_valid_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_ready_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_va_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_ppn_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_pte_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ptw_is_4mega_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_rnd_mode_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_fmt_mode_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fpu_status_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_csr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/interrupt} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ecall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ebreak} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/meip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mtip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/msip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mcip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/interrupts_enabled} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/any_interrupt_pending} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_fp_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_fp_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_va} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_page_fault} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_pa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_va} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_page_fault} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_pa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_active} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/itlb_trans_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dtlb_trans_valid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/trans_active_exp} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tlb_flush} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_tlb_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_tlb_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_empty} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_paddr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scratch_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scratch_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/epc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/epc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tvec_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tvec_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_irq_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cause_irq_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/spp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/spp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mpp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mpp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/eie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/eie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/tie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cie_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cie_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/seip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ssip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/scip_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/priv_lvl_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/priv_lvl_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/satp_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/satp_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dpc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dpc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dscratch_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dscratch_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/debug_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/debug_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/read_fcsr} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/cycle_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/instret_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_instr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_load_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_i_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retired_acc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mseg_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/mseg_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_store} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/npc} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -divider LSU +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -group {core[1]} -expand -group Snitch -divider ALU +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -divider LSU +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -group {core[1]} -expand -group Snitch -divider ALU +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -divider LSU +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -group {core[1]} -expand -group Snitch -divider ALU +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_stall} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/zero_lsb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/pc_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/wfi_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/fcsr_q} +add wave -noupdate -group {core[1]} -expand -group Snitch -divider LSU +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_size} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_amo} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/lsu_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_load} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_i} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/retire_acc} +add wave -noupdate -group {core[1]} -expand -group Snitch -divider ALU +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/iimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/jimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/bimm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/simm} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/adder_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs1} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rs2} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/gpr_we} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/consec_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/sb_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_load} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_store} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_signed} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ls_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/ld_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/st_addr_misaligned} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/valid_instr} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/exception} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_op} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/write_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/uses_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/next_pc} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_select} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rd_bypass} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/is_branch} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_rvalue} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/csr_en} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_register_rd} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/dst_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opa_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/opb_ready} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_reversed} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left_result} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_opa_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_right_result_ext} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_left} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/shift_arithmetic} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opa} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_opb} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/alu_writeback} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Snitch {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/core_events_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_str_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_finished_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_str_finished_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_rd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/operands_available} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_move} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_store} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_local} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/vlsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/move_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/retire} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/ls_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qtag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qwrite} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsigned} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qaddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsize} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qamo} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_ptag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qaddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qwrite} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qstrb} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_perror} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_store} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/mem} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_dec} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/mem} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_dec} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/mem} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_dec} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/mem} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_dec} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/mem} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group FPR {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fpr/we_dec} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/rst_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qtag_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qwrite_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsigned_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qaddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsize_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qamo_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_ptag_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_perror_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_empty_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/ld_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_in} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/shifted_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/rst_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qtag_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qwrite_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsigned_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qaddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsize_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qamo_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_ptag_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_perror_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_empty_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/ld_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_in} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/shifted_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/rst_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qtag_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qwrite_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsigned_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qaddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsize_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qamo_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_ptag_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_perror_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_empty_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/ld_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_in} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/shifted_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/rst_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qtag_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qwrite_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsigned_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qaddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsize_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qamo_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_ptag_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_perror_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_empty_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/ld_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_in} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/shifted_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/rst_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qtag_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qwrite_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsigned_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qaddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qsize_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qamo_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_ptag_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_perror_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_pready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_empty_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/ld_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/data_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_in} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/mem_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/laq_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} -group LSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/i_fp_lsu/shifted_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_str_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_finished_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_str_finished_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_rd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/operands_available} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_move} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_store} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_local} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/vlsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/move_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/retire} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/ls_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qtag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qwrite} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsigned} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qaddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsize} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qamo} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_ptag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qaddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qwrite} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qstrb} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_perror} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_store} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_str_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_finished_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_str_finished_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_rd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/operands_available} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_move} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_store} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_local} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/vlsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/move_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/retire} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/ls_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qtag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qwrite} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsigned} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qaddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsize} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qamo} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_ptag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qaddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qwrite} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qstrb} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_perror} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_store} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_str_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_finished_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_str_finished_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_rd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/operands_available} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_move} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_store} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_local} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/vlsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/move_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/retire} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/ls_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qtag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qwrite} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsigned} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qaddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsize} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qamo} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_ptag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qaddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qwrite} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qstrb} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_perror} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_store} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/issue_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/resp_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_mem_str_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_finished_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/spatz_mem_str_finished_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fs3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_raddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_waddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fpr_we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/sb_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fs3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_fd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/use_rd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/operands_available} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_move} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_store} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_local} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/lsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/vlsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/move_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/illegal_inst} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/retire} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/ls_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qtag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qwrite} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsigned} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qaddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qsize} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qamo} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_qready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_ptag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_lsu_pready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qaddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qwrite} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qstrb} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_qid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_perror} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/mem_pid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/acc_mem_str_cnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/is_vector_store} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/fp_move_result_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group {FPU Sequencer} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/gen_fpu_sequencer/i_fpu_sequencer/outstanding_store_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/fpu_rnd_mode_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/fpu_fmt_mode_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_enable_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_wrote_result_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_enable_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_id_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_illegal} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vstart_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vstart_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vl_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vl_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vtype_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vtype_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_rsp} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_rsp_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/buffer_spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/read_table_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/read_table_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/write_table_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/write_table_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/scoreboard_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/scoreboard_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/narrow_wide_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/narrow_wide_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/retire_csr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/next_insn_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/fpu_rnd_mode_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/fpu_fmt_mode_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_enable_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_wrote_result_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_enable_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_id_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_illegal} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vstart_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vstart_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vl_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vl_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vtype_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vtype_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_rsp} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_rsp_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/buffer_spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/read_table_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/read_table_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/write_table_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/write_table_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/scoreboard_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/scoreboard_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/narrow_wide_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/narrow_wide_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/retire_csr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/next_insn_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/fpu_rnd_mode_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/fpu_fmt_mode_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_enable_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_wrote_result_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_enable_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_id_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_illegal} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vstart_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vstart_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vl_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vl_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vtype_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vtype_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_rsp} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_rsp_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/buffer_spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/read_table_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/read_table_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/write_table_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/write_table_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/scoreboard_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/scoreboard_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/narrow_wide_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/narrow_wide_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/retire_csr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/next_insn_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/fpu_rnd_mode_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/fpu_fmt_mode_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_enable_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_wrote_result_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_enable_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_id_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_illegal} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vstart_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vstart_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vl_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vl_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vtype_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vtype_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_rsp} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_rsp_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/buffer_spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/read_table_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/read_table_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/write_table_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/write_table_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/scoreboard_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/scoreboard_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/narrow_wide_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/narrow_wide_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/retire_csr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/next_insn_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/fpu_rnd_mode_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/fpu_fmt_mode_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_enable_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_wrote_result_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_enable_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/sb_id_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/spatz_req_illegal} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vstart_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vstart_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vl_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vl_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vtype_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vtype_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_rsp} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/decoder_rsp_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/buffer_spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/req_buffer_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/read_table_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/read_table_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/write_table_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/write_table_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/scoreboard_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/scoreboard_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/narrow_wide_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/narrow_wide_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/wrote_result_narrowing_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/retire_csr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vlsu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vsldu_stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/next_insn_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/running_insn_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/vfu_rsp_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group Controller {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_controller/rsp_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider RegisterWrite +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/we_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wbe_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider RegisterRead +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/re_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider Internal +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/waddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wbe} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/raddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider RegisterWrite +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/we_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wbe_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider RegisterRead +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/re_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider Internal +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/waddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wbe} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/raddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider RegisterWrite +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/we_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wbe_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider RegisterRead +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/re_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider Internal +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/waddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wbe} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/raddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider RegisterWrite +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/we_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wbe_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider RegisterRead +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/re_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider Internal +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/waddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wbe} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/raddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider RegisterWrite +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/waddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/we_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wbe_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider RegisterRead +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/raddr_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/re_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rvalid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF -divider Internal +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/waddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/wbe} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/raddr} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VRF {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vrf/rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_str_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_strided} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_indexed} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/store_count_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/store_count_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_wid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_req_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_empty} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_max} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_port_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_empty} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_max} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vd_vreg_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_vreg_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vd_elem_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/pending_index} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/busy_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/busy_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_finished_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_vstart_zero} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_addr_unaligned} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_single_element_operation} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_is_addr_unaligned} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_is_single_element_operation} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vreg_addr_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/offset_queue_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vreg_start_0} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/catchup} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_svalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_strb} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_lvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_str_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_strided} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_indexed} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/store_count_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/store_count_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_wid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_req_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_empty} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_max} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_port_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_empty} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_max} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vd_vreg_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_vreg_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vd_elem_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/pending_index} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/busy_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/busy_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_finished_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_vstart_zero} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_addr_unaligned} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_single_element_operation} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_is_addr_unaligned} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_is_single_element_operation} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vreg_addr_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/offset_queue_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vreg_start_0} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/catchup} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_svalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_strb} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_lvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_str_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_strided} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_indexed} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/store_count_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/store_count_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_wid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_req_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_empty} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_max} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_port_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_empty} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_max} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vd_vreg_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_vreg_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vd_elem_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/pending_index} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/busy_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/busy_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_finished_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_vstart_zero} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_addr_unaligned} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_single_element_operation} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_is_addr_unaligned} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_is_single_element_operation} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vreg_addr_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/offset_queue_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vreg_start_0} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/catchup} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_svalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_strb} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_lvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_str_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_strided} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_indexed} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/store_count_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/store_count_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_wid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_req_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_empty} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_max} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_port_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_empty} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_max} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vd_vreg_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_vreg_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vd_elem_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/pending_index} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/busy_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/busy_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_finished_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_vstart_zero} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_addr_unaligned} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_single_element_operation} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_is_addr_unaligned} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_is_single_element_operation} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vreg_addr_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/offset_queue_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vreg_start_0} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/catchup} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_svalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_strb} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_lvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_str_finished_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_strided} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_indexed} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/store_count_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/store_count_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_wid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_rid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_req_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/rob_empty} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_max} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_port_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_push} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_pop} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_empty} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_max} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_finished_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vd_vreg_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_vreg_addr} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vd_elem_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vs2_elem_id_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/pending_index} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/busy_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/busy_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vlsu_finished_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_load} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_vstart_zero} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_addr_unaligned} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_is_single_element_operation} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_idx_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_is_addr_unaligned} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_is_single_element_operation} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/commit_single_element_size} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vreg_addr_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/offset_queue_full} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/vreg_start_0} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/catchup} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_id} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_svalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_strb} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_lvalid} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_req_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -expand -group VLSU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vlsu/mem_pending} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operations_finished} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/is_vl_zero} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/is_slide_up} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/op_id_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/op_id_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/prefetch_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/prefetch_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/running_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/running_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/in_elem_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/in_elem_flipped_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_in} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_low} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_high} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/sld_offset_rd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operations_finished} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/is_vl_zero} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/is_slide_up} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/op_id_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/op_id_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/prefetch_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/prefetch_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/running_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/running_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/in_elem_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/in_elem_flipped_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_in} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_low} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_high} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/sld_offset_rd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operations_finished} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/is_vl_zero} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/is_slide_up} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/op_id_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/op_id_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/prefetch_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/prefetch_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/running_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/running_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/in_elem_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/in_elem_flipped_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_in} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_low} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_high} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/sld_offset_rd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operations_finished} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/is_vl_zero} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/is_slide_up} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/op_id_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/op_id_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/prefetch_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/prefetch_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/running_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/running_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/in_elem_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/in_elem_flipped_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_in} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_low} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_high} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/sld_offset_rd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vsldu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vrf_req_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operations_finished} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/is_vl_zero} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/is_slide_up} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/op_id_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/op_id_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/slide_amount_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/prefetch_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/prefetch_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/running_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/running_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/new_vsldu_request_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_en} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_delta} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_counter_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_last} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/vreg_operation_first_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/shift_overflow_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/in_elem_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/in_elem_flipped_offset} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_in} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_out} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_low} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/data_high} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VSLDU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vsldu/sld_offset_rd} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/hart_id_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_status_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vl_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vl_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/busy_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/busy_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/nr_elem_word} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/input_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vstart} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op1_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op2_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op3_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/valid_operations} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/pending_results} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/word_issued} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/running_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/running_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_fpu_insn} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_fpu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_ipu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/scalar_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/last_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_done} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/widening_upper_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/widening_upper_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_vector_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_scalar_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/pnt} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fill_cnt} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/el_type} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/FPUlatency} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/lat_count_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/lat_count_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/mask} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_wbe} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_r_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/hart_id_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_status_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vl_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vl_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/busy_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/busy_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/nr_elem_word} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/input_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vstart} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op1_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op2_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op3_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/valid_operations} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/pending_results} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/word_issued} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/running_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/running_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_fpu_insn} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_fpu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_ipu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/scalar_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/last_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_done} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/widening_upper_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/widening_upper_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_vector_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_scalar_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/pnt} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fill_cnt} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/el_type} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/FPUlatency} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/lat_count_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/lat_count_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/mask} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_wbe} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_r_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/hart_id_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_status_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vl_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vl_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/busy_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/busy_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/nr_elem_word} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/input_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vstart} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op1_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op2_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op3_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/valid_operations} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/pending_results} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/word_issued} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/running_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/running_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_fpu_insn} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_fpu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_ipu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/scalar_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/last_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_done} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/widening_upper_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/widening_upper_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_vector_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_scalar_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/pnt} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fill_cnt} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/el_type} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/FPUlatency} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/lat_count_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/lat_count_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/mask} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_wbe} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_r_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/hart_id_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_status_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vl_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vl_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/busy_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/busy_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/nr_elem_word} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/input_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vstart} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op1_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op2_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op3_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/valid_operations} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/pending_results} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/word_issued} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/running_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/running_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_fpu_insn} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_fpu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_ipu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/scalar_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/last_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_done} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/widening_upper_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/widening_upper_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_vector_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_scalar_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/pnt} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fill_cnt} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/el_type} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/FPUlatency} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/lat_count_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/lat_count_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/mask} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_wbe} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_r_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/clk_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/rst_ni} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/hart_id_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vfu_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_waddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wdata_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_we_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wbe_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_wvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_id_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_raddr_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_re_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_rdata_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vrf_rvalid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_status_o} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/spatz_req_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vl_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vl_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/busy_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/busy_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/nr_elem_word} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_tag_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/input_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_valid_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vstart} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/stall} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_ready_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op1_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op2_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/op3_is_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operands_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/valid_operations} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/pending_results} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/word_issued} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/running_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/running_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_fpu_insn} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_fpu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/is_ipu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/scalar_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/last_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_state_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_state_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_pointer_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/shift_amnt_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_buf_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_done} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/narrowing_upper_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/widening_upper_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/widening_upper_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/result_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_vector_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_scalar_data} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fpu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/pnt} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/fill_cnt} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/reduction_operand_request} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/el_type} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/FPUlatency} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/lat_count_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/lat_count_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/num_inter_lane_iterations_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/mask} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_wbe} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_we} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_r_req} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_q} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_addr_d} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/vreg_wdata} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_in_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_tag} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_valid} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_result_ready} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/int_ipu_busy} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand1} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand2} +add wave -noupdate -group {core[1]} -expand -group Spatz -group VFU {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/i_vfu/ipu_wide_operand3} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_rsp_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_valid_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_ready_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_req_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/issue_rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/rsp_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_valid_o} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_req_ready_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_rsp_i} +add wave -noupdate -group {core[1]} -expand -group Spatz {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_spatz/spatz_mem_rsp_valid_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/clk_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/clk_d2_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/rst_ni} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/testmode_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hart_id_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/irq_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_res_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_busy_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_perf_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_events_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/core_events_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_addr_base_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_pvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_pready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_pvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_pready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch_ready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_rnd_mode} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_fmt_mode} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_status} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_events} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_dreq_d} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_dreq_q} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/merged_dreq} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_drsp_d} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_drsp_q} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/merged_drsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_finished} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_str_finished} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fp_lsu_mem_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fp_lsu_mem_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req_ready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_rsp_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_tcdm_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_tcdm_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/slave_select} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/addr_map} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/f} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/cycle} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/clk_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/clk_d2_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/rst_ni} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/testmode_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hart_id_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/irq_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_res_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_busy_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_perf_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_events_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/core_events_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_addr_base_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_pvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_pready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_pvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_pready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch_ready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_rnd_mode} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_fmt_mode} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_status} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_events} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_dreq_d} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_dreq_q} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/merged_dreq} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_drsp_d} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_drsp_q} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/merged_drsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_finished} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_str_finished} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fp_lsu_mem_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fp_lsu_mem_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req_ready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_rsp_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_tcdm_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_tcdm_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/slave_select} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/addr_map} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/f} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/cycle} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/clk_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/clk_d2_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/rst_ni} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/testmode_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hart_id_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/irq_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_res_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_busy_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_perf_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_events_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/core_events_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_addr_base_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_pvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_pready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_pvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_pready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch_ready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_rnd_mode} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_fmt_mode} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_status} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_events} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_dreq_d} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_dreq_q} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/merged_dreq} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_drsp_d} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_drsp_q} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/merged_drsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_finished} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_str_finished} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fp_lsu_mem_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fp_lsu_mem_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req_ready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_rsp_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_tcdm_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_tcdm_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/slave_select} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/addr_map} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/f} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/cycle} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/clk_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/clk_d2_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/rst_ni} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/testmode_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hart_id_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/irq_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_res_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_busy_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_perf_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_events_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/core_events_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_addr_base_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_pvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_pready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_pvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_pready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch_ready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_rnd_mode} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_fmt_mode} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_status} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_events} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_dreq_d} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_dreq_q} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/merged_dreq} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_drsp_d} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_drsp_q} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/merged_drsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_finished} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_str_finished} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fp_lsu_mem_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fp_lsu_mem_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req_ready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_rsp_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_tcdm_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_tcdm_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/slave_select} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/addr_map} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/f} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/cycle} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/clk_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/clk_d2_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/rst_ni} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/testmode_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hart_id_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/irq_i} +add wave -noupdate -group {core[1]} -group Internal -expand -subitemconfig {{/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_req_o.acc_req} -expand} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_req_o} +add wave -noupdate -group {core[1]} -group Internal -expand -subitemconfig {{/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_rsp_i.acc_resp} -expand} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/hive_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_rsp_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_req_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_res_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_busy_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_perf_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/axi_dma_events_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/core_events_o} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/tcdm_addr_base_i} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_resp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_snitch_demux_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_qvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_qready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_pvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_pready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_pvalid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/dma_pready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/acc_demux_snitch_ready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_rnd_mode} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_fmt_mode} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fpu_status} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_events} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_dreq_d} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_dreq_q} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/merged_dreq} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_drsp_d} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/snitch_drsp_q} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/merged_drsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_finished} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_str_finished} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fp_lsu_mem_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/fp_lsu_mem_rsp} +add wave -noupdate -group {core[1]} -group Internal -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_req_ready} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/spatz_mem_rsp_valid} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_tcdm_req} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/data_tcdm_rsp} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/slave_select} +add wave -noupdate -group {core[1]} -group Internal -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/addr_map} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/f} +add wave -noupdate -group {core[1]} -group Internal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/cycle} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -group {core[1]} -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -group {core[1]} -divider Instructions +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -group {core[1]} -divider Load/Store +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -group {core[1]} -divider Accelerator +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -group {core[1]} -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -group {core[1]} -divider Instructions +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -group {core[1]} -divider Load/Store +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -group {core[1]} -divider Accelerator +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -group {core[1]} -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -group {core[1]} -divider Instructions +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -group {core[1]} -divider Load/Store +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -group {core[1]} -divider Accelerator +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/clk_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/rst_i} +add wave -noupdate -group {core[1]} -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/hart_id_i} +add wave -noupdate -group {core[1]} -divider Instructions +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_addr_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_data_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_valid_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/inst_ready_i} +add wave -noupdate -group {core[1]} -divider Load/Store +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_req_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/data_rsp_i} +add wave -noupdate -group {core[1]} -divider Accelerator +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qreq_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qrsp_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qvalid_o} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_qready_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_prsp_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pvalid_i} +add wave -noupdate -group {core[1]} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[1]/i_spatz_cc/i_snitch/acc_pready_o} +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/clk_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/rst_ni +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/debug_req_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/meip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/mtip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/msip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hart_base_id_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_base_addr_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_core_default_user_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_probe_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_in_req_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_in_resp_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_out_req_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_out_resp_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_start_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_end_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_periph_start_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_periph_end_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_mst_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_mst_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_mst_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_mst_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_slv_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_slv_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ic_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ic_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/sb_dma_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/sb_dma_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_soc_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_soc_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/icache_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/filtered_core_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/filtered_core_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/reg_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/reg_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/bootrom_reg_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/bootrom_reg_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/icache_prefetch_enable +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cl_interrupt +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_xbar_default_port +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_xbar_rule +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_req_q_addr_nontrunc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hive_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hive_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_addr +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_cacheable +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_data +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_valid +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_ready +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_error +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flush_valid +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flush_ready +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_to_axi_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_to_axi_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_user +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_xbar_rules +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_req_soc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_resp_soc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flat_acc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flat_con +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/clk_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/rst_ni +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/debug_req_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/meip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/mtip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/msip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hart_base_id_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_base_addr_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_core_default_user_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_probe_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_in_req_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_in_resp_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_out_req_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_out_resp_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_start_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_end_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_periph_start_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_periph_end_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_mst_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_mst_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_mst_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_mst_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_slv_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_slv_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ic_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ic_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/sb_dma_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/sb_dma_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_soc_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_soc_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/icache_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/filtered_core_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/filtered_core_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/reg_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/reg_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/bootrom_reg_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/bootrom_reg_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/icache_prefetch_enable +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cl_interrupt +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_xbar_default_port +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_xbar_rule +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_req_q_addr_nontrunc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hive_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hive_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_addr +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_cacheable +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_data +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_valid +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_ready +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_error +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flush_valid +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flush_ready +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_to_axi_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_to_axi_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_user +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_xbar_rules +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_req_soc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_resp_soc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flat_acc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flat_con +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/clk_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/rst_ni +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/debug_req_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/meip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/mtip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/msip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hart_base_id_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_base_addr_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_core_default_user_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_probe_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_in_req_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_in_resp_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_out_req_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_out_resp_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_start_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_end_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_periph_start_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_periph_end_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_mst_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_mst_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_mst_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_mst_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_slv_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_slv_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ic_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ic_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/sb_dma_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/sb_dma_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_soc_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_soc_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/icache_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/filtered_core_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/filtered_core_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/reg_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/reg_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/bootrom_reg_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/bootrom_reg_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/icache_prefetch_enable +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cl_interrupt +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_xbar_default_port +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_xbar_rule +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_req_q_addr_nontrunc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hive_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hive_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_addr +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_cacheable +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_data +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_valid +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_ready +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_error +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flush_valid +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flush_ready +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_to_axi_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_to_axi_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_user +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_xbar_rules +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_req_soc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_resp_soc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flat_acc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flat_con +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/clk_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/rst_ni +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/debug_req_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/meip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/mtip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/msip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hart_base_id_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_base_addr_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_core_default_user_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_probe_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_in_req_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_in_resp_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_out_req_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_out_resp_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_start_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_end_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_periph_start_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_periph_end_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_mst_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_mst_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_mst_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_mst_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_slv_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_slv_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ic_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ic_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/sb_dma_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/sb_dma_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_soc_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_soc_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/icache_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/filtered_core_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/filtered_core_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/reg_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/reg_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/bootrom_reg_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/bootrom_reg_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/icache_prefetch_enable +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cl_interrupt +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_xbar_default_port +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_xbar_rule +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_req_q_addr_nontrunc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hive_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hive_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_addr +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_cacheable +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_data +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_valid +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_ready +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_error +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flush_valid +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flush_ready +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_to_axi_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_to_axi_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_user +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_xbar_rules +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_req_soc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_resp_soc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flat_acc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flat_con +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/clk_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/rst_ni +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/debug_req_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/meip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/mtip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/msip_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hart_base_id_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_base_addr_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_core_default_user_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_probe_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_in_req_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_in_resp_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_out_req_o +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_out_resp_i +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_start_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_end_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_periph_start_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_periph_end_address +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_mst_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_mst_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_mst_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_mst_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_slv_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/wide_axi_slv_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ic_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ic_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/sb_dma_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/sb_dma_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_soc_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/axi_soc_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/tcdm_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/icache_events +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/filtered_core_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/filtered_core_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/reg_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/reg_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/bootrom_reg_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/bootrom_reg_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/icache_prefetch_enable +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cl_interrupt +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_xbar_default_port +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/dma_xbar_rule +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/ext_dma_req_q_addr_nontrunc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hive_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/hive_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_addr +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_cacheable +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_data +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_valid +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_ready +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/inst_error +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flush_valid +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flush_ready +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_to_axi_req +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/core_to_axi_rsp +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_user +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/cluster_xbar_rules +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_req_soc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/narrow_axi_slv_resp_soc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flat_acc +add wave -noupdate -group Cluster /tb_bin/i_dut/i_cluster_wrapper/i_cluster/flat_con +add wave -noupdate /tb_bin/i_dut/cluster_probe +add wave -noupdate /tb_bin/i_dut/cluster_probe +add wave -noupdate /tb_bin/i_dut/cluster_probe +add wave -noupdate /tb_bin/i_dut/cluster_probe +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/clk_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/rst_ni} +add wave -noupdate -divider {Spatz Request} +add wave -noupdate -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate -divider {VLSU Response} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate -divider {Interface with the VRF} +add wave -noupdate -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_d} +add wave -noupdate -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_req_q} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_id_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate -divider {Memory Request} +add wave -noupdate -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_valid} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_pending_d} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/commit_insn_push} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_insn_finished_d} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req_ready} +add wave -noupdate -expand -subitemconfig {{/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req[0]} -expand} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -divider {Memory Response} +add wave -noupdate -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate -divider {Memory finished} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_str_finished_o} +add wave -noupdate -divider FLUSSO +add wave -noupdate -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_valid_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_req_ready_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_raddr_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_re_o} +add wave -noupdate -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rvalid_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/gen_mem_req_addr[0]/idx_offset} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/gen_mem_req_addr[0]/offset} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/gen_mem_req_addr[0]/addr} +add wave -noupdate -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req.rs1} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_req_addr_offset} +add wave -noupdate -expand -subitemconfig {{/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o[0]} -expand} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_valid_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_req_ready_i} +add wave -noupdate -expand -subitemconfig {{/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i[0]} -expand} {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_rsp_valid_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_waddr_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wdata_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_we_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wbe_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_valid_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vlsu_rsp_o} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_wvalid_i} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/spatz_mem_finished_o} +add wave -noupdate -divider VRF +add wave -noupdate -expand {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[0]/gen_vrf_slice[0]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[0]/gen_vrf_slice[1]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[0]/gen_vrf_slice[2]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[0]/gen_vrf_slice[3]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[1]/gen_vrf_slice[0]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[1]/gen_vrf_slice[1]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[1]/gen_vrf_slice[2]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[1]/gen_vrf_slice[3]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[2]/gen_vrf_slice[0]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[2]/gen_vrf_slice[1]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[2]/gen_vrf_slice[2]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[2]/gen_vrf_slice[3]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[3]/gen_vrf_slice[0]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[3]/gen_vrf_slice[1]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[3]/gen_vrf_slice[2]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[3]/gen_vrf_slice[3]/i_vregfile/mem} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req} +add wave -noupdate -divider {Debug line 445} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[0]/gen_vrf_slice[0]/i_vregfile/mem[1]} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/gen_mem_req_addr[0]/offset} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/vrf_rdata_i[1]} +add wave -noupdate -radix decimal {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/gen_mem_req_addr[0]/data_index_width_diff} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req.vtype.vsew} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/mem_spatz_req.op_mem.ew} +add wave -noupdate -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/gen_mem_req_addr[0]/word_index} +add wave -noupdate -radix unsigned {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/gen_mem_req_addr[0]/idx_offset} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vlsu/NrMemPorts} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[2]/gen_vrf_slice[0]/i_vregfile/mem[0]} +add wave -noupdate {/tb_bin/i_dut/i_cluster_wrapper/i_cluster/gen_core[0]/i_spatz_cc/i_spatz/i_vrf/gen_reg_banks[2]/gen_vrf_slice[1]/i_vregfile/mem[0]} +TreeUpdate [SetDefaultTree] +WaveRestoreCursors {{Cursor 1} {4362572 ps} 0} +quietly wave cursor active 1 +configure wave -namecolwidth 279 +configure wave -valuecolwidth 335 +configure wave -justifyvalue left +configure wave -signalnamewidth 1 +configure wave -snapdistance 10 +configure wave -datasetprefix 0 +configure wave -rowmargin 4 +configure wave -childrowmargin 2 +configure wave -gridoffset 0 +configure wave -gridperiod 1 +configure wave -griddelta 40 +configure wave -timeline 0 +configure wave -timelineunits ns +update +WaveRestoreZoom {4356022 ps} {4373834 ps} diff --git a/sw/riscvTests/CMakeLists.txt b/sw/riscvTests/CMakeLists.txt index d5838211..ffff9d9c 100644 --- a/sw/riscvTests/CMakeLists.txt +++ b/sw/riscvTests/CMakeLists.txt @@ -33,6 +33,9 @@ add_snitch_test(vadd isa/rv64uv/vadd.c) add_snitch_test(vsub isa/rv64uv/vsub.c) add_snitch_test(vrsub isa/rv64uv/vrsub.c) +add_snitch_test(vloxei isa/rv64uv/vloxei.c) +add_snitch_test(vsuxei isa/rv64uv/vsuxei.c) + add_snitch_test(vwadd isa/rv64uv/vwadd.c) add_snitch_test(vwaddu isa/rv64uv/vwaddu.c) add_snitch_test(vwsub isa/rv64uv/vwsub.c) diff --git a/sw/riscvTests/isa/rv64uv/vloxei.c b/sw/riscvTests/isa/rv64uv/vloxei.c new file mode 100644 index 00000000..97c2aed3 --- /dev/null +++ b/sw/riscvTests/isa/rv64uv/vloxei.c @@ -0,0 +1,226 @@ +// Licensed under the Apache License, Version 2.0, see LICENSE for details. +// SPDX-License-Identifier: Apache-2.0 +// Author: Riccardo Giunti - Fondazione CHIPS-IT + +#include "vector_macros.h" + +#define AXI_DWIDTH 128 + +// EEW destination == EEW indexes +void TEST_CASE1(void) { + + volatile uint8_t ALIGNED_I8[] = {0xe0, 0xd3, 0x40, 0xd1, 0x84, 0x48, 0x89, 0x88, + 0x88, 0xae, 0x08, 0x91, 0x02, 0x59, 0x11, 0x89}; + + VSET(2, e8, m1); + VLOAD_8(v2, 1, 15); + asm volatile("vloxei8.v v1, (%0), v2" ::"r"(&ALIGNED_I8[0])); + VCMP_U8(1, v1, 0xd3, 0x89); + + volatile uint16_t ALIGNED_I16[] = { + 0x05e0, 0xbbd3, 0x3840, 0x8cd1, 0x9384, 0x7548, 0x3489, 0x9388, + 0x8188, 0x11ae, 0x5808, 0x4891, 0x4902, 0x8759, 0x1111, 0x1989}; + + VSET(2, e16, m1); + VLOAD_16(v2, 2, 30); + asm volatile("vloxei16.v v1, (%0), v2" ::"r"(&ALIGNED_I16[0])); + VCMP_U16(2, v1, 0xbbd3, 0x1989); + + volatile uint32_t ALIGNED_I32[] = { + 0x9fe41920, 0xf9aa71f0, 0xa11a9384, 0x99991348, 0x9fa831c7, 0x38197598, + 0x18931795, 0x81937598, 0x18747547, 0x3eeeeeee, 0x90139301, 0xab8b9148, + 0x90318509, 0x31897598, 0x83195999, 0x89139848}; + + VSET(2, e32, m1); + VLOAD_32(v2, 4, 60); + asm volatile("vloxei32.v v1, (%0), v2" ::"r"(&ALIGNED_I32[0])); + VCMP_U32(3, v1, 0xf9aa71f0, 0x89139848); +} + +// EEW Destination > EEW indexes +void TEST_CASE2(void) { + + volatile uint16_t ALIGNED_I16[] = { + 0x05e0, 0xbbd3, 0x3840, 0x8cd1, 0x9384, 0x7548, 0x3489, 0x9388, + 0x8188, 0x11ae, 0x5808, 0x4891, 0x4902, 0x8759, 0x1111, 0x1989}; + + VSET(2, e16, m1); + VLOAD_8(v2, 2, 30); + asm volatile("vloxei8.v v1, (%0), v2" ::"r"(&ALIGNED_I16[0])); + VCMP_U16(4, v1, 0xbbd3, 0x1989); + + volatile uint32_t ALIGNED_I32[] = { + 0x9fe41920, 0xf9aa71f0, 0xa11a9384, 0x99991348, 0x9fa831c7, 0x38197598, + 0x18931795, 0x81937598, 0x18747547, 0x3eeeeeee, 0x90139301, 0xab8b9148, + 0x90318509, 0x31897598, 0x83195999, 0x89139848}; + + VSET(2, e32, m1); + VLOAD_16(v2, 4, 60); + asm volatile("vloxei16.v v1, (%0), v2" ::"r"(&ALIGNED_I32[0])); + VCMP_U32(5, v1, 0xf9aa71f0, 0x89139848); + + volatile uint64_t ALIGNED_I64[] = { + 0x9fe419208f2e05e0, 0xf9aa71f0c394bbd3, 0xa11a9384a7163840, + 0x99991348a9f38cd1, 0x9fa831c7a11a9384, 0x3819759853987548, + 0x1893179501093489, 0x81937598aa819388, 0x1874754791888188, + 0x3eeeeeeee33111ae, 0x9013930148815808, 0xab8b914891484891, + 0x9031850931584902, 0x3189759837598759, 0x8319599991911111, + 0x8913984898951989}; + + VSET(2, e64, m1); + VLOAD_32(v2, 8, 120); + asm volatile("vloxei32.v v1, (%0), v2" ::"r"(&ALIGNED_I64[0])); + VCMP_U64(6, v1, 0xf9aa71f0c394bbd3, 0x8913984898951989); +} + +// EEW Destination < EEW indexes +void TEST_CASE3(void) { + volatile uint8_t ALIGNED_I8[] = {0xe0, 0xd3, 0x40, 0xd1, 0x84, 0x48, 0x89, 0x88, + 0x88, 0xae, 0x08, 0x91, 0x02, 0x59, 0x11, 0x89}; + + VSET(2, e8, m1); + VLOAD_16(v2, 1, 15); + asm volatile("vloxei16.v v1, (%0), v2" ::"r"(&ALIGNED_I8[0])); + VCMP_U8(7, v1, 0xd3, 0x89); + + volatile uint16_t ALIGNED_I16[] = { + 0x05e0, 0xbbd3, 0x3840, 0x8cd1, 0x9384, 0x7548, 0x3489, 0x9388, + 0x8188, 0x11ae, 0x5808, 0x4891, 0x4902, 0x8759, 0x1111, 0x1989}; + + VSET(2, e16, m1); + VLOAD_32(v2, 2, 30); + asm volatile("vloxei32.v v1, (%0), v2" ::"r"(&ALIGNED_I16[0])); + VCMP_U16(8, v1, 0xbbd3, 0x1989); + +} + +// Naive, masked +/*void TEST_CASE4(void) { + VSET(2, e8, m1); + VLOAD_8(v1, 99, 99); + VLOAD_8(v2, 1, 15); + VLOAD_8(v0, 0xAA); + asm volatile("vluxei8.v v1, (%0), v2, v0.t" ::"r"(&ALIGNED_I8[0])); + VCMP_U8(11, v1, 99, 0x89); + + VSET(2, e16, m1); + VLOAD_16(v1, 999, 999); + VLOAD_16(v2, 2, 30); + VLOAD_8(v0, 0xAA); + asm volatile("vluxei16.v v1, (%0), v2, v0.t" ::"r"(&ALIGNED_I16[0])); + VCMP_U16(12, v1, 999, 0x1989); + + VSET(2, e32, m1); + VLOAD_32(v1, 999, 999); + VLOAD_32(v2, 4, 60); + VLOAD_8(v0, 0xAA); + asm volatile("vluxei32.v v1, (%0), v2, v0.t" ::"r"(&ALIGNED_I32[0])); + VCMP_U32(13, v1, 999, 0x89139848); + + VSET(2, e64, m1); + VLOAD_64(v1, 999, 999); + VLOAD_64(v2, 8, 120); + VLOAD_8(v0, 0xAA); + asm volatile("vluxei64.v v1, (%0), v2, v0.t" ::"r"(&ALIGNED_I64[0])); + VCMP_U64(14, v1, 999, 0x8913984898951989); +}*/ + +// EEW destination == EEW indexes, many elements +void TEST_CASE5(void) { + volatile uint8_t ALIGNED_I8[] = {0xe0, 0xd3, 0x40, 0xd1, 0x84, 0x48, 0x89, 0x88, + 0x88, 0xae, 0x08, 0x91, 0x02, 0x59, 0x11, 0x89}; + VSET(12, e8, m1); + + VLOAD_8(v2, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 13, 15); + asm volatile("vloxei8.v v1, (%0), v2" ::"r"(&ALIGNED_I8[0])); + VCMP_U8(9, v1, 0xd3, 0x40, 0xd1, 0x84, 0x48, 0x88, 0x88, 0xae, 0x91, 0x02, + 0x59, 0x89); + + + volatile uint16_t ALIGNED_I16[] = { + 0x05e0, 0xbbd3, 0x3840, 0x8cd1, 0x9384, 0x7548, 0x3489, 0x9388, + 0x8188, 0x11ae, 0x5808, 0x4891, 0x4902, 0x8759, 0x1111, 0x1989}; + + VSET(12, e16, m1); + VLOAD_16(v2, 2, 4, 6, 8, 10, 14, 16, 18, 22, 24, 26, 30); + asm volatile("vloxei16.v v1, (%0), v2" ::"r"(&ALIGNED_I16[0])); + VCMP_U16(10, v1, 0xbbd3, 0x3840, 0x8cd1, 0x9384, 0x7548, 0x9388, 0x8188, + 0x11ae, 0x4891, 0x4902, 0x8759, 0x1989); + + + volatile uint32_t ALIGNED_I32[] = { + 0x9fe41920, 0xf9aa71f0, 0xa11a9384, 0x99991348, 0x9fa831c7, 0x38197598, + 0x18931795, 0x81937598, 0x18747547, 0x3eeeeeee, 0x90139301, 0xab8b9148, + 0x90318509, 0x31897598, 0x83195999, 0x89139848}; + + /*VSET(12, e32, m1); + VLOAD_32(v2, 4, 8, 12, 16, 20, 28, 32, 36, 44, 48, 52, 60); + asm volatile("vloxei32.v v1, (%0), v2" ::"r"(&ALIGNED_I32[0])); + VCMP_U32(11, v1, 0xf9aa71f0, 0xa11a9384, 0x99991348, 0x9fa831c7, 0x38197598, + 0x81937598, 0x18747547, 0x3eeeeeee, 0xab8b9148, 0x90318509, + 0x31897598, 0x89139848);*/ + + VSET(8, e32, m1); + VLOAD_32(v2, 4, 8, 12, 16, 20, 28, 32, 36); + asm volatile("vloxei32.v v1, (%0), v2" ::"r"(&ALIGNED_I32[0])); + VCMP_U32(11, v1, 0xf9aa71f0, 0xa11a9384, 0x99991348, 0x9fa831c7, 0x38197598, + 0x81937598, 0x18747547, 0x3eeeeeee); +} + +// Test vstart +void TEST_CASE6(void) { + volatile uint8_t ALIGNED_I8[] = {0xe0, 0xd3, 0x40, 0xd1, 0x84, 0x48, 0x89, 0x88, + 0x88, 0xae, 0x08, 0x91, 0x02, 0x59, 0x11, 0x89}; + + VSET(-1, e8, m1); + VCLEAR(v1); + VSET(5, e8, m1); + VLOAD_8(v2, 1, 15, 1, 3, 10); + // Modify vstart val + asm volatile("csrs vstart, %0" ::"r"(1)); + asm volatile("vloxei8.v v1, (%0), v2" ::"r"(&ALIGNED_I8[0])); + VCMP_U8(12, v1, 0, 0x89, 0xd3, 0xd1, 0x08); + + + volatile uint16_t ALIGNED_I16[] = { + 0x05e0, 0xbbd3, 0x3840, 0x8cd1, 0x9384, 0x7548, 0x3489, 0x9388, + 0x8188, 0x11ae, 0x5808, 0x4891, 0x4902, 0x8759, 0x1111, 0x1989}; + + VSET(-1, e16, m1); + VCLEAR(v1); + VSET(16, e16, m1); + VLOAD_16(v2, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30); + asm volatile("csrs vstart, %0" ::"r"(5)); + asm volatile("vloxei16.v v1, (%0), v2" ::"r"(&ALIGNED_I16[0])); + VCMP_U16(13, v1, 0, 0, 0, 0, 0, 0x7548, 0x3489, 0x9388, 0x8188, 0x11ae, + 0x5808, 0x4891, 0x4902, 0x8759, 0x1111, 0x1989); + + + volatile uint32_t ALIGNED_I32[] = { + 0x9fe41920, 0xf9aa71f0, 0xa11a9384, 0x99991348, 0x9fa831c7, 0x38197598, + 0x18931795, 0x81937598, 0x18747547, 0x3eeeeeee, 0x90139301, 0xab8b9148, + 0x90318509, 0x31897598, 0x83195999, 0x89139848}; + + VSET(-1, e32, m1); + VCLEAR(v1); + VSET(3, e32, m1); + VLOAD_32(v2, 4, 60, 4); + asm volatile("csrs vstart, %0" ::"r"(2)); + asm volatile("vloxei32.v v1, (%0), v2" ::"r"(&ALIGNED_I32[0])); + VCMP_U32(14, v1, 0, 0, 0xf9aa71f0); +} + +int main(void) { + INIT_CHECK(); + enable_vec(); + + TEST_CASE1(); + TEST_CASE2(); + TEST_CASE3(); + //TEST_CASE4(); + TEST_CASE5(); + + //TEST_CASE6(); + + EXIT_CHECK(); +} diff --git a/sw/riscvTests/isa/rv64uv/vsuxei.c b/sw/riscvTests/isa/rv64uv/vsuxei.c new file mode 100644 index 00000000..f563414c --- /dev/null +++ b/sw/riscvTests/isa/rv64uv/vsuxei.c @@ -0,0 +1,176 @@ +// Licensed under the Apache License, Version 2.0, see LICENSE for details. +// SPDX-License-Identifier: Apache-2.0 +// Author: Riccardo Giunti - Fondazione CHIPS-IT + +#include "vector_macros.h" + +//#define AXI_DWIDTH 128 + +#define INIT 98 + +// Naive test: EEW Destination == EEW indexes +void TEST_CASE1(void) { + volatile uint8_t BUFFER_O8[] = { + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT}; + + VSET(12, e8, m1); + VLOAD_8(v1, 0xd3, 0x40, 0xd1, 0x84, 0x48, 0x88, 0x88, 0xae, 0x91, 0x02, 0x59, + 0x89); + VLOAD_8(v2, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 13, 15); + asm volatile("vsuxei8.v v1, (%0), v2" ::"r"(&BUFFER_O8[0])); + VVCMP_U8(1, BUFFER_O8, INIT, 0xd3, 0x40, 0xd1, 0x84, 0x48, INIT, 0x88, 0x88, + 0xae, INIT, 0x91, 0x02, 0x59, INIT, 0x89); + + + volatile uint16_t BUFFER_O16[] = { + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT}; + + VSET(12, e16, m1); + VLOAD_16(v1, 0xbbd3, 0x3840, 0x8cd1, 0x9384, 0x7548, 0x9388, 0x8188, 0x11ae, + 0x4891, 0x4902, 0x8759, 0x1989); + VLOAD_16(v2, 2, 4, 6, 8, 10, 14, 16, 18, 22, 24, 26, 30); + asm volatile("vsuxei16.v v1, (%0), v2" ::"r"(&BUFFER_O16[0])); + VVCMP_U16(2, BUFFER_O16, INIT, 0xbbd3, 0x3840, 0x8cd1, 0x9384, 0x7548, INIT, + 0x9388, 0x8188, 0x11ae, INIT, 0x4891, 0x4902, 0x8759, INIT, 0x1989); + + + volatile uint32_t BUFFER_O32[] = { + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT}; + + VSET(8, e32, m1); + VLOAD_32(v1, 0xf9aa71f0, 0xa11a9384, 0x99991348, 0x9fa831c7, 0x38197598, + 0x81937598, 0x18747547, 0x3eeeeeee); + VLOAD_32(v2, 4, 8, 12, 16, 20, 28, 32, 36); + asm volatile("vsuxei32.v v1, (%0), v2" ::"r"(&BUFFER_O32[0])); + VVCMP_U32(3, BUFFER_O32, INIT, 0xf9aa71f0, 0xa11a9384, 0x99991348, 0x9fa831c7, + 0x38197598, INIT, 0x81937598, 0x18747547, 0x3eeeeeee, INIT, + INIT, INIT, INIT, INIT, INIT); +} + +// Naive test, masked +/*void TEST_CASE2(void) { + reset_vec8(&BUFFER_O8[0], INIT, 16); + VSET(12, e8, m1); + VLOAD_8(v0, 0xAA, 0x0A); + VLOAD_8(v1, 0xd3, 0x40, 0xd1, 0x84, 0x48, 0x88, 0x88, 0xae, 0x91, 0x02, 0x59, + 0x89); + VLOAD_8(v2, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 13, 15); + asm volatile("vsuxei8.v v1, (%0), v2, v0.t" ::"r"(&BUFFER_O8[0])); + VVCMP_U8(5, BUFFER_O8, INIT, INIT, 0x40, INIT, 0x84, INIT, INIT, 0x88, INIT, + 0xae, INIT, INIT, 0x02, INIT, INIT, 0x89); + + reset_vec16(&BUFFER_O16[0], INIT, 16); + VSET(12, e16, m1); + VLOAD_8(v0, 0xAA, 0x0A); + VLOAD_16(v1, 0xbbd3, 0x3840, 0x8cd1, 0x9384, 0x7548, 0x9388, 0x8188, 0x11ae, + 0x4891, 0x4902, 0x8759, 0x1989); + VLOAD_16(v2, 2, 4, 6, 8, 10, 14, 16, 18, 22, 24, 26, 30); + asm volatile("vsuxei16.v v1, (%0), v2, v0.t" ::"r"(&BUFFER_O16[0])); + VVCMP_U16(6, BUFFER_O16, INIT, INIT, 0x3840, INIT, 0x9384, INIT, INIT, 0x9388, + INIT, 0x11ae, INIT, INIT, 0x4902, INIT, INIT, 0x1989); + + reset_vec32(&BUFFER_O32[0], INIT, 16); + VSET(12, e32, m1); + VLOAD_8(v0, 0xAA, 0x0A); + VLOAD_32(v1, 0xf9aa71f0, 0xa11a9384, 0x99991348, 0x9fa831c7, 0x38197598, + 0x81937598, 0x18747547, 0x3eeeeeee, 0xab8b9148, 0x90318509, + 0x31897598, 0x89139848); + VLOAD_32(v2, 4, 8, 12, 16, 20, 28, 32, 36, 44, 48, 52, 60); + asm volatile("vsuxei32.v v1, (%0), v2, v0.t" ::"r"(&BUFFER_O32[0])); + VVCMP_U32(7, BUFFER_O32, INIT, INIT, 0xa11a9384, INIT, 0x9fa831c7, INIT, INIT, + 0x81937598, INIT, 0x3eeeeeee, INIT, INIT, 0x90318509, INIT, INIT, + 0x89139848); + + reset_vec64(&BUFFER_O64[0], INIT, 16); + VSET(12, e64, m1); + VLOAD_8(v0, 0xAA, 0x0A); + VLOAD_64(v1, 0xf9aa71f0c394bbd3, 0xa11a9384a7163840, 0x99991348a9f38cd1, + 0x9fa831c7a11a9384, 0x3819759853987548, 0x81937598aa819388, + 0x1874754791888188, 0x3eeeeeeee33111ae, 0xab8b914891484891, + 0x9031850931584902, 0x3189759837598759, 0x8913984898951989); + VLOAD_64(v2, 8, 16, 24, 32, 40, 56, 64, 72, 88, 96, 104, 120); + asm volatile("vsuxei64.v v1, (%0), v2, v0.t" ::"r"(&BUFFER_O64[0])); + VVCMP_U64(8, BUFFER_O64, INIT, INIT, 0xa11a9384a7163840, INIT, + 0x9fa831c7a11a9384, INIT, INIT, 0x81937598aa819388, INIT, + 0x3eeeeeeee33111ae, INIT, INIT, 0x9031850931584902, INIT, INIT, + 0x8913984898951989); +}*/ + +// EEW Destination > EEW indexes +void TEST_CASE3(void) { + + volatile uint16_t BUFFER_O16[] = { + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT}; + + VSET(2, e16, m1); + VLOAD_16(v1, 0xbbd3, 0x1989); + VLOAD_8(v2, 2, 30); + asm volatile("vsuxei8.v v1, (%0), v2" ::"r"(&BUFFER_O16[0])); + VVCMP_U16(4, BUFFER_O16, INIT, 0xbbd3, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, 0x1989); + + + volatile uint32_t BUFFER_O32[] = { + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT}; + + VSET(2, e32, m1); + VLOAD_32(v1, 0xf9aa71f0, 0x89139848); + VLOAD_16(v2, 4, 60); + asm volatile("vsuxei16.v v1, (%0), v2" ::"r"(&BUFFER_O32[0])); + VVCMP_U32(5, BUFFER_O32, INIT, 0xf9aa71f0, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, 0x89139848); + + volatile uint64_t BUFFER_O64[] = { + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT}; + + VSET(2, e64, m1); + VLOAD_64(v1, 0xf9aa71f0c394bbd3, 0x8913984898951989); + VLOAD_32(v2, 8, 120); + asm volatile("vsuxei32.v v1, (%0), v2" ::"r"(&BUFFER_O64[0])); + VVCMP_U64(6, BUFFER_O64, INIT, 0xf9aa71f0c394bbd3, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT, 0x8913984898951989); +} + +// EEW Destination < EEW indexes +void TEST_CASE4(void) { + + volatile uint8_t BUFFER_O8[] = { + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT}; + + VSET(2, e8, m1); + VLOAD_8(v1, 0xd3, 0x89); + VLOAD_16(v2, 1, 15); + asm volatile("vsuxei16.v v1, (%0), v2" ::"r"(&BUFFER_O8[0])); + VVCMP_U8(7, BUFFER_O8, INIT, 0xd3, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, 0x89); + + volatile uint16_t BUFFER_O16[] = { + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, INIT}; + + VSET(2, e16, m1); + VLOAD_16(v1, 0xbbd3, 0x1989); + VLOAD_32(v2, 2, 30); + asm volatile("vsuxei32.v v1, (%0), v2" ::"r"(&BUFFER_O16[0])); + VVCMP_U16(8, BUFFER_O16, INIT, 0xbbd3, INIT, INIT, INIT, INIT, INIT, INIT, + INIT, INIT, INIT, INIT, INIT, INIT, INIT, 0x1989); +} + +int main(void) { + INIT_CHECK(); + enable_vec(); + + TEST_CASE1(); + //TEST_CASE2(); + TEST_CASE3(); + TEST_CASE4(); + + EXIT_CHECK(); +}