Quantcast
Channel: Cadence Technology Forums
Viewing all articles
Browse latest Browse all 62793

Forum Post: RE: How to filter the cell list in a Create Instance Form in schematic and layout

$
0
0
Hi, Personally I would recreate the form myself then replace the banner menu (using hiGetBannerMenus , hiGetMenuItems ...) and the 'I' shortcut to display it The form is quite simple so it should be easy to create using ddHiCreateLibraryComboField , ddHiCreateCellComboField and ddHiCreateViewComboField (just remember to instantiate the form before linking the fields: hiInstantiateForm , ddHiLinkFields ) For filtering your instances, you could improve clarity and efficiency: (defun SCLRemoveElementWithValueFromList (toRemove full "ll") (setof elt full (not (member elt toRemove)))) Cheers, Aurel

Viewing all articles
Browse latest Browse all 62793

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>