mortbopet / VSRTL

Visual Simulation of Register Transfer Logic
MIT License
87 stars 17 forks source link

Interpret PlaceRoute result in ComponentGraphic #15

Open mortbopet opened 5 years ago

mortbopet commented 5 years ago

With a Place and Route run finished, the PlaceRoute object will return a data structure which designates how the subcomponents of a component should be layed out, and how the signals should be drawn. This data structure should be interpreted and drawn.

Depends on #16