|
发表于 2018-6-28 14:30:05
|
显示全部楼层
Sorry, no Chinese input at this computer.
The code in the attachment from Cadence Customer Support for finding the specified parameter in schematic, where "config" (hierarchy) is also supported. You can derive the code for modifying the parameter easily from it.
Hope this helps, and have fun.
P.S By the Way, this procedure does not using iteration/recursion, the "hdbTraverseConfigCellViews" function simply returna all the views which have been used in the specified design. So this is fine for your application. But if you want to trace the net connection, or derive the hierarchical instance name in the netlist, then this function is not suitable. You still need some code to descend into the configuration, using iteration/recursion. |
|