Download presentation
Presentation is loading. Please wait.
1
Intro to Systems Engineering
aka Design Modularity ECE 445 Lecture 3 Sep 8, 2015 ECE Main Slide
2
Modular Design
3
Non-Modular Design
4
You need to be thinking about modularity in design from day one!
The purpose is to help with: Separation of work Communicating your design to others Requirements and Verification Schematics and PCB design Debugging You need to be thinking about modularity in design from day one!
5
Conceptual Overview Think high level Divide into “modules” or “blocks”
Allows reader to see what your design does Inputs and outputs are per module (make sure numbers and units match) Functionality is important not physical placement! Will formalize into a block diagram for the proposal
6
How does this help with XX?
Separation of work: Modules are “packets” of work Responsibility for module Scheduling of work Responsibility ≠ workload
7
How does this help with XX?
Communicating your design to others: Goes hand in hand with block diagram Explain design by function of various parts Easy to draw “blocks” on a napkin
8
How does this help with XX?
Requirements and Verification: Group requirements into modules (by block in block diagram or similar) If all requirements are fulfilled for a module, the module should be guaranteed to work.
9
How does this help with XX?
Schematic: Structure of having modules helps with layout of schematics PCB design: For some projects, several PCBs are desired. Modules are nice clean breaks in functionality. “PCB circuit” BAD The schematic shows the circuit. The PCB is the implementation.
10
How does this help with XX?
Debugging: Testing each module separately Easier to troubleshoot than entire system at once Requires well-defined block diagram to be useful Test points Places on circuit where you can easily hookup test probes to verify your design
11
We try to get you to use modularity in your design because we want to help. “The Enrichment Center promises to always provide a safe testing environment.”
12
Upcoming Deadlines RFA approved by Thursday 4:45pm PACE -> My Project on website Project page setup by end of Friday available after project approved on website calendar is important Proposals due Wednesday 9/16 at 4pm submit to your project page on website
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.