In package.xdc, depending on XDC args, I want to specify a dependency component.
If I use this syntax, I get an error.
if(cfg_enable_ctc_pp_prof){
requires testwell.ctc;
}
cfg_enable_ctc_pp_prof is defined in config.bld [based on XDC args]. Any suggestions on how else it can be done
Regards,
Sujatha