Posted by ntmccork on Sep 13, 2018
OVM ovm #uvm xvm ifdef I sometimes deal with models that are in OVM, UVM, or XVM... is there a way to use `ifdef statements to selectively compile certain functions? I.e. `ifdef USING_OVM //do OVM function calls `elsif USING_UVM // do UVM functions calls ...
Question