In the implementation of the uvm_sequencer constructor, the parent argument has a default assignment of null. What is the correct function definition?
The IEEE 1800.2-2020 section 15.5.2.1 says:
function new(string name, uvm_component parent)
|
extern function new (string name, uvm_component parent=null); |