Override seq called `uvm_do_with not getting constraint value

In reply to vineet_sharma:

With at least two typos in your example, I’m surprised you see any numbers.

  • Need to use uvm_do_with instead of uvm_do to add inline constraints.
  • sub_seq_ext::body should call super.body(), or you need to provide the complete functionality of body().
  • Should not declare m_write_data in sub_seq_ext.