Posted by zhon1231 on Jun 5, 2023
UVM Hi all, I am in the middle of writing a parametrized class, and I hit a road block. Is there a way I can overwrite a parameter in the type_id::create call? For example, can I do something similar to this? Class A #(int j=10).... endclass Class B A m_a ...
Question