sst-core
sst-core copied to clipboard
Some Component names are not searchable with findComponentByName
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.
New naming conventions for SST12 will resolve this.