vipra-uwf / vipra-1.0

1 stars 1 forks source link

Code Generation #82

Open GoodenoughR opened 1 year ago

GoodenoughR commented 1 year ago

Code Generation

Main Function: Takes the available modules, creates a main.cpp that takes a sim.config file of which module implementations to use, and runs the simulation. Status: Mostly functional, needs updating

Needed Functionality:

  1. Create Module Objects, based on implementation chosen in the sim.config file
  2. configure each module with provided sim_params
  3. Initialize each module
  4. start simulation run
  5. Clean up
rpahle commented 1 year ago

Mostly working.