Hi Dave, If I comment that particular line, test moves forward. So I do not see any surrounding error. Also, to keep it simple, I have removed everything from test and same issue.
In above I code, I have 2 sequences. 1 cfg_seq_h (which is creating problem) and one cfg_core_seq. Both are derived from same base class. I do not see any issue with cfg_core_seq.start. Compiler stuck @ cfg_seq_h.start.
Damn…!! Spent couple of hours and finally realized that I have variable named ‘start’ in class itself, which conflict with start method call…!! Thank you Dave for your time.