mortbopet / VSRTL

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

Create place & route singleton #13

Closed mortbopet closed 5 years ago

mortbopet commented 5 years ago

A ComponentGraphic should be able to query a Place & Route singleton with the components subcomponents. This will then return a to-be-determined representation form of the component placements and signal routings, which may then be set by the ComponentGraphic.

This singleton may contain different place & route algorithms, and may be configured by a settings dialogue.