합성외 런타임을 개선 시키는 방법(Runtime Improvement Techniques Outside of Synthesis) 스크립트의 명령어르 순서대로 실행하다 보면 상당한 시간이 필요로 합니다. 이때 멀티 코어를 사용하거나 backgroun에서 병렬적으로 처리 한다면 runtime을 많이 개선 할 수 있습니다.
백그라운드 에서 명령어 수행(Running Commands in the Background) -bg 옵션과 redirect 명령어를 사용해서 백그라운드에서 돌리면 시간을 개선 할 수 있습니다. enable_redirect_bg_commands 명령어를 사용해서 back ground 에서 read-only 또는 non-read-only 명령어를 실행여부를 설정 할 수 있습니다. • -all (the default) : redirect -bg 명령을 사용하여 백그라운드에서 read-only 또는 non-read-only 명령어를 모두 실행 • -read_only: Run ...
#
clk
#
최적화
#
설계
#
라이브러리
#
violation
#
synthesis
#
skew
#
setup
#
optimize
#
optimization
#
library
#
hold
#
designcompiler
#
design
#
compiler
#
clock
#
합성
원문 링크 : Design compiler 합성 시간 개선방법