I have
if (cap_cc_bounds.iE===0.U )
chisel said type mismach
I use cap_cc_bounds.iE.B or Boolean(cap_cc_bounds.iE) again I get error
I use val b = Bool (cap_cc_bounds.iE) agian error.
If I have (cap_cc_bounds.iE==0.U ), it makes mistake, when it is 1U, it go through if….
how can I solve the problem?
I want a if statement to work right