Hi Supriyo Using custom pattern "A B B A" is also ok. You just need to change numCols from 1 to 4. modgen=ciConCreate(cache 'modgen ?members CCSciExpandMembers(memberList) ?params list( list("numRows" 1) list("numCols" 4) list("pattern" "custom ((A B B A))") ) ;list ) ;ciConCreate You can file a case as follows: a. Go to "https://support.cadence.com" b. At the top of the page, choose "Cases->Submit Cases" from the menu c. Choose "Virtuoso Layout Suite" as the product and in the subsequent page, choose "IC6.1.7" as the version d. Please use the following problem description: =========================== ciExpandMembers SKILL cmd does not preserve the instance parameters as shown below: ciExpandMembers(list(list("I6 " 'inst list('("row" 0))))) => (("I6 " inst) ("I6 " inst)) Please help to file a CCR to either fix (if it is a bug) or to enhance it to preserve instance parameters. The expected output is as follows: (("I6 " inst list('("row" 0))) ("I6 " inst) list('("row" 0))) =========================== Best regards Quek
↧