Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if( |vcu_valid )
  2. for ( x = 0; x < VCU_ENTRIES; x=x+1 )
  3. begin
  4. if(vcu_valid[x]) vcu_entries = vcu_entries + vcu_valid[x] ;
  5. end
  6.  
  7. else vcu_entries = 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement