I'm writing some code to pull out bus interconnect from a schematic. If someone swapped the bits of the bus upon entering a block, is the output of dbProduceMemName always left to right in order? For example, if a bus coming into a symbol was labeled "net1<7:0>" and the internal pin was "net1<0:7>", would I be able to use dbProduceMemName to create two lists and pull each item in the lists in order to get connectivity? Thanks in advance.
↧