Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 878 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 878 Bytes

Deprecated! Project has been moved to hazard-elicitation.

Playground for architecture extraction

model2arch.py

  • Takes a MiSim architecture model and stores it in a generic model description
  • Can (partially) validate the syntax of a MiSim model
  • Can validate the semantics of a MiSim model (finds undefined operations)
  • Can generate a generic architecture from a generic model description
  • Can validate the semantics of a generic architecture
    • finds self dependencies
    • finds cyclic dependencies
  • Can export the architecture to a d3 visualization

Tests Model Test Deploy