R
Rajeswaran M
Guest
Is there any function which can give the list of nets from Bus.
For Eg.,
getAllSubNames("TEST<4:7>,A,B,C<1,2,6>,D<8>")
=> list("TEST<4>" "TEST<5>" "TEST<6>" "TEST<7>" "A" "B" "C<1>" "C<2>"
"C<6>" "D<8>")
Its possible to get it from member instance properties, if we need to
process instance properties. But a generic function is needed as I need
to process user input. A custom skill routine can be written. But it
will be great to use a supported function which would be robust enough
to match how schematic editor will read the bus data.
For Eg.,
getAllSubNames("TEST<4:7>,A,B,C<1,2,6>,D<8>")
=> list("TEST<4>" "TEST<5>" "TEST<6>" "TEST<7>" "A" "B" "C<1>" "C<2>"
"C<6>" "D<8>")
Its possible to get it from member instance properties, if we need to
process instance properties. But a generic function is needed as I need
to process user input. A custom skill routine can be written. But it
will be great to use a supported function which would be robust enough
to match how schematic editor will read the bus data.