diff --git a/xps_library/get_rfsoc_properties.m b/xps_library/get_rfsoc_properties.m index 451d258b5..af370c66c 100644 --- a/xps_library/get_rfsoc_properties.m +++ b/xps_library/get_rfsoc_properties.m @@ -8,7 +8,7 @@ % callbacks access those workspace values? % get xsg block to extract current part set by platform - sysgen_blk = find_system(gcs, 'SearchDepth', 1, 'FollowLinks', 'on',... + sysgen_blk = find_system(bdroot, 'SearchDepth', 1, 'FollowLinks', 'on',... 'LookUnderMasks', 'all', 'Tag', 'genX'); if length(sysgen_blk) == 1 xsg_blk = sysgen_blk{1};