디지털설계 (1) 썸네일형 리스트형 VSLI 에서 Compilation, Elaboration, Simulation의 의미 디지털 디자인에서 compilation, elaboration, simulation의 의미는 무엇인가 Compilation, Elaboration, and Simulation은 HDL 코드가 tool에 의해 process 되는 step들이다. 이러한 과정들은 설계가 기능적으로(functionally) 올바른지 검증할 수 있게 해준다. Compilation source code를 읽고 syntax와 semantic error를 검사함 Elaboration 시뮬레이션을 위한 모든 과정들을 준비하는 단계라고 보면 된다. parsing과 simulation 사이에 발생한다. - 모듈들을 module instance에 결합시킨다. - model hierarchy를 빌드한다. - parameter 값을 계산한다. .. 이전 1 다음