sst-core icon indicating copy to clipboard operation
sst-core copied to clipboard

Some Component names are not searchable with findComponentByName

Open feldergast opened this issue 4 years ago • 1 comments

Since the SubComponent naming uses colons to separate out parent and child names, Component names (or slot names) with colons creates names that are not findable using findComponentByName in the python input file. Either need to modify the find function to be able to differentiate colons in names from separator colons, or more likely, check Component and slot names to ensure there are no colons in them.

feldergast avatar May 12 '20 17:05 feldergast

New naming conventions for SST12 will resolve this.

allevin avatar Jul 14 '21 19:07 allevin