vault backup: 2025-01-17 14:58:02

This commit is contained in:
arc 2025-01-17 14:58:02 -07:00
parent 47ba2bb11d
commit b30345915f
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
## Boolean Engineering
- Truth tables
- Only practical for small circuits
- Schematic capture
- Using CAD to place logic gates on a virtual canvas
- Facilitates *hierarchical design*
- Good for larger circuits
- Don't scale well for very large circuits
- Hardware Description Languages
- Enables hierarchical design
- Standardized by IEEE
- Design is more portable
- Usable in combination with schematic design
# Verilog

View File

@ -4,6 +4,7 @@
| Inconsistent | Parallel lines, no solution |
| Independent | The lines only cross at one point. |
| Dependant | The lines are identical, and there are infinitely many solutions. Both equations represent the same line when plotted. |
# Solving
## Graphing
Graph the two equations, and look for points where they intersect