Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cp_wr_enable: coverpoint wr_enable;
  2. cp_wr_address: coverpoint wr_address{
  3.     bins first_entry = {0};
  4.     bins inermidiate_entries = {[1:254]};
  5.     bins last_entry = {255};
  6. }
  7. cp_write_to_entry: cross cp_wr_enable, cp_wr_address {
  8.     ignore_bins wr_en_zero = cp_write_to_entry with (cp_wr_enable==0);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement