인텔® Arria® 10 FPGA 오류 메시지 등록 언로더 인텔® FPGA IP 사용할 때 제한되지 않은 클럭이 아래와 같이 보고됩니다.
emr_unloader_component|current_state. STATE_CLOCKHIGH
이 문제를 해결하려면 SDC 파일의 "create_generated_clock" 명령을 비롯한 타이밍 제약 조건을 생성합니다. 예를 들어:
create_generated_clock -name emr_unloader_STATE_CLOCKHIGH -source [get_nets {* |alt_fault_injection_component|alt_fi_inst|twentynm_oscillator}] [get_keepers {* |emr_unloader_component|current_state. STATE_CLOCKHIGH}]