Hi Team, I am generating the pin list from schematic as
cv=geGetEditCellView()
pins=cv~>terminals~>name .
If any bus is input or output, its coming directly as a bus only like Q<3:0>. But i want them as individual pins like Q<0> Q<1> Q<2> Q<3>.
There are 10's of buses in schematic, so i want all of them to come as individual pins.
Is there any way to generate them as individual pins? I want them to compare with layout pins?