vault backup: 2025-01-17 14:58:02
This commit is contained in:
parent
47ba2bb11d
commit
b30345915f
15
education/computer engineering/ECE2700/Verilog.md
Normal file
15
education/computer engineering/ECE2700/Verilog.md
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user