Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 925 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 925 Bytes

This directory was intended to contain a progression associated with the carwash tutorial described in https://www.youtube.com/watch?list=PLgehegDe4T2y1badxrxcuvIsX42V64t2x&v=ipxoVb2dEcw and https://github.com/sstsimulator/sst-elements/tree/master/src/sst/elements/simpleSimulation examples/carWash/carGenerator.h

There are other tutorials to borrow inspiration from; see

In general,

  1. define a referent
    1. what components are in the inventory?
    2. what is the connectivity graph of components?
  2. create a mockup to explore interfaces
  3. create C++ components
  4. create a Python driver to specify the graph