Over the weekend I came up with a preliminary system diagram for the project. It's still pretty high-level, but it includes three modes of functional unit creation:
- Library Based
- Algorithmic
- User Specified
For functional units with well-known behaviors but uncommon dimensions, the application can determine their layout by using an algorithm. This saves the user time and effort by allowing them to ignore the inner workings of the functional unit.
The user specified mode requires the formatted user input to define the exact layout of the functional unit. This will be good for designs that don't fit into either of the other categories.
No comments:
Post a Comment