Skip to content

Collectable class #262

Answered by klingaard
quasiquote1 asked this question in Q&A
Discussion options

You must be logged in to vote

Good questions. When building a sparta model, there are three major focus areas for development:

  1. The mode's general construction (layout) area using Simulation, Unit, and Factories. See the Skeletal Pipeline model for an example
  2. The model's communication to simulate timing (i.e. putting together a representation of the hardware you're modeling) area using Ports and Events. See the Skeletal Pipeline model for an example
  3. Data collection area for analysis including Statistic APIs and Collection

When all three are in place (like in the Core Example) the performance architect can run the model and collect data to help find performance related issues. That data is collected using modeler-adde…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by klingaard
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants