Architecture
- data-flow model
- behavioral model
- structural model
- hybrid model (combination of the three)
Signal and Variable Assignments
- Object Types:
- signal - software representation of a wire
- " <=" to assign new value
- variable - like in C or Java, is used to store local information
- constant - like a variable type, but its value cannot be changed