Generic Payload Vs PROTOCOL specific packets/seq_items in UVM env

Hello All,

I am wondering for the use of generic payload instead of PROTOCOL specific packets/seq_items in UVM agents.

Why :
1. This will help to verify the SC-TLM models(used as golden ref models) with the same testenv.
2. Generic Payload is standard.
3. GP has better interoperability options, less changes in scoreboards etc for new UVC’s connections.

How:
1. All the UVC’s work on the Generic Payload.
2. Only Driver needs the extra functionality for GP-Protocol toggling conversion.
3. Monitor need to pack the protocol toggling to GP.

Threats:
1. Functional Coverage would be somehow difficult to calculate.

Please let me know am I moving in right direction or there may be some serious problems using it.

Thanks,
Karandeep