Advertisement
Guest User

Untitled

a guest
May 4th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. assign will_commit_2 = (can_commit_2 & ~rob[head_plus].valid_exception) | (rob[head_plus].flushed & rob[head_plus].valid);
  2.  
  3. assign will_commit_2 = (can_commit_2 & ~rob[head_plus].valid_exception) | (will_commit & rob[head_plus].flushed & rob[head_plus].valid);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement