📄️ Types of SST elements
In SST, Elements are individual building blocks that make up not only simulated systems, but can also add functionality to SST-Core. Elements are dynamically loaded at runtime for highly customized simulations.
📄️ Simulation lifecycle
Each SST simulation goes through a number of stages, from start-up to exit. These stages are referred to as the SST Lifecycle. Component trees (i.e., a component together with its subcomponents and/or component extensions) are able to perform different actions in each stage through the Component APIs. These are the stages.
📄️ Time in SST
Time in SST is represented by a combination of two values: a time base and a count. The time
📄️ Glossary of SST Terms
Anonymous subcomponent