Verification Academy
Does type_id::create() end up eventually call the class's new function?
UVM
class
,
type_idcreate
,
uvm-new-constrtor
,
Understanding-syntax-type_id-create
,
UVM
ABD_91
October 17, 2023, 4:20pm
3
To add to Chris’s response
You are missing constructor declaration within class ‘def’
Call to super.new(name) is missing in constructor of class ‘abc’
show post in topic