Accelergy-Project / accelergy

Accelergy is an energy estimation infrastructure for accelerator energy estimations
http://accelergy.mit.edu
MIT License
124 stars 40 forks source link

[accelergyERT] Add support for design file format 0.2 #1

Closed benpatsai closed 5 years ago

benpatsai commented 5 years ago

This new format lets user to describe the design hierarchy more accurately. Now each node will has two sub-nodes:

  1. local: a list of defined components (compound/primitive)
  2. subtree: a dict of lower-level design hierarchy

See examples/hierarchy/input/design_v0.2.yaml for an example design file that produce the same result as the original v0.1 design file examples/hierarchy/input/design.yaml

v0.1 is still supported.