Procedure Constructs (always)
잠깐 !! initial은 module에서 쓰지 말고 testbench에서만 쓰기~~!~! 기억해!
그치만~? always는? module안에서 쓸 수 있다!!!!
always Statements
- consists of all behavioral statements inside an always statement
( always 구문 안에서 모든 구문 선언 )
- starts at simulation time 0 and ends at $finish or $stop
- executs continuously during simulation
- Similare to infinite loop in C
'Quality control (2) > Digital System Design' 카테고리의 다른 글
DSD - Logic Synthesis (0) | 2023.06.02 |
---|---|
DSD - ASIC Design Flow (0) | 2023.06.02 |
DSD - Behavioral Modeling(1) / Procedure constructs ( initial ) (0) | 2023.04.06 |
DSD - Dataflow Modeling(1) (0) | 2023.04.06 |
DSD - Structural Modeling(3) / Unfamiliar data type / Hierarchical modeling / Gate delay / hazards (0) | 2023.04.05 |