vault backup: 2023-12-01 10:26:25

This commit is contained in:
2023-12-01 10:26:25 +08:00
parent 28a6309769
commit 2be3789033

View File

@@ -1,3 +1,4 @@
## Basics
### Wire
Wire is directional.
Wire is directional. We often use `assign lhs = rhs` drive the right signal to left. This assignment is a **continuous**(the change of right will conducted to left immediately when the voltage change), it's not a one-time assignment.
The port(input and output) on a module also have a direction.