W_RDY_SFT
bool old_w_ready = (reg_value >> W_RDY_SFT) & 0x1;
new_w_ready = (reg_value >> W_RDY_SFT) & 0x1;