design을 compiler 하면, HDL source code를 읽고 해당 설명에서 생성된 design을 optimize합니다. attributes 와 constraints 에 따라 functional, speed, and area 조건을 맞추기 위해 tool은 Heuristics하게 library cells 의 combination을 implement 합니다. Heuristics 은복잡한 과제를 간단한 판단 작업으로 단순화시켜 의사 결정하는 경향 이라고 이해 하시면 됩니다. compiler command의 feature • Command-line interface and graphical user interface • Hierarchical compile (top down or bottom up) • Full and incremental compile techniques • Sequential optimization for complex flip-flops and latches...
#
compile
#
top
#
strategy
#
script
#
optimize
#
mapping
#
incremental
#
down
#
design
#
Compiling
#
compile_ultra
#
최적화
원문 링크 : Compiling the Design