a2o icon indicating copy to clipboard operation
a2o copied to clipboard

XUCR0 Spec Incorrect

Open openpowerwtf opened this issue 2 years ago • 0 comments

UM 14.5.142

        spr_xucr0_init = 1120

	assign spr_xucr0_clkg_ctl          = xucr0_q[38:42];
	assign spr_xucr0_trace_um          = xucr0_q[43:46];
	assign xu_lsu_spr_xucr0_mbar_ack   = xucr0_q[47];
	assign xu_lsu_spr_xucr0_tlbsync    = xucr0_q[48];
	assign spr_xucr0_cls               = xucr0_q[49];
	assign xu_lsu_spr_xucr0_aflsta     = xucr0_q[50];
	assign spr_xucr0_mddp              = xucr0_q[51];
	assign xu_lsu_spr_xucr0_cred       = xucr0_q[52];
	assign xu_lsu_spr_xucr0_rel        = xucr0_q[53];
	assign spr_xucr0_mdcp              = xucr0_q[54];
	assign spr_xucr0_tcs               = xucr0_q[55];
	assign xu_lsu_spr_xucr0_flsta      = xucr0_q[56];
	assign xu_lsu_spr_xucr0_l2siw      = xucr0_q[57];
	assign xu_lsu_spr_xucr0_flh2l2     = xucr0_q[58];
	assign xu_lsu_spr_xucr0_dcdis      = xucr0_q[59];
	assign xu_lsu_spr_xucr0_wlk        = xucr0_q[60];
	assign spr_xucr4_mmu_mchk          = xucr4_q[60];
	assign spr_xucr4_mddmh             = xucr4_q[61];
	assign spr_xucr4_tcd               = xucr4_q[62:63];
        assign xucr0_clfc_d = ex3_xucr0_we & ex3_spr_wd[63];

Also add INIT_XUCR0 to `defines.

openpowerwtf avatar Jul 25 '22 14:07 openpowerwtf