INTRODUCTION TO MODULAR CIRCUIT BLOCKS
Introduction to circuit blocks
Complex circuits may be built from blocks of thoroughly well-tried circuitry. This allows a modular approach to design, while also providing a degree of assurance that implementation of the design will have its base set firmly upon ground that has a proven track record.
ARMUST — Abstraction, Replaceable, Modular, Upgradable, Substitutable, Testable#
-
Abstraction — abstraction allows the designer to get on with designing the mechanism and functionality without getting concerned over the detail of implementation. This is good as we want to avoid jumping into a fixed solution when a better one that might easily be seen using block diagrams.
-
Replaceable — The module or block may be Replaced with another suitable block that performs the same function, without detriment to the functionality of the whole mechanism.
-
Modular — This allows for a Modular approach in design, development and subsequent modifications and subsequent improvements.
-
Upgradable — We can Upgrade a specific module instantly or many years down the line.
-
Substitutable — Especially for testing purposes, we may Substitute a module with a piece of equipment that performs the same function.
-
Testable — The whole design may be Tested on paper for operability, and functionality. Moreover, each module, when implemented, may be individually tested, by removing it from the system and performing detailed analysis on its performance.
The modular design process#
Frequently, both an overview and a sanity check on one or all of the blocks is useful. By this, I mean that it is wise to test out any functional block that is in any doubt while also designing at the top level. This might include well-tested circuitry that has not been used with one of the other blocks.
Unhappy as block Y did not work#
A block Y failed and pertains only to Design 2, the designer has a decision to make
We see that the Designer does not want to experiment with a new version of block Y. So he chooses Design 1. However, it is not always as simple as this.
Imagine that Design 2 is far more cost-effective. Then it may be worth spending time on a new version or a refinement of the failed block Y.
Black box functionality#
Additionally, a block diagram shows overall 'black box' functionality, such that the box describes its function and shows inputs and outputs.
Diagram showing 4 blocks#
This diagram consists of 4 audio blocks. The actual circuitry inside the blocks is not considered here. Instead, we are concerned about the whole functionality.
Like all circuitry or other complex systems, including software architecture, a block diagram is useful to comprehend and see an overview of how the whole thing works.