เนื่องจากปัญหากับซอฟต์แวร์ Intel® Quartus® Prime คุณอาจเห็นคําเตือนของตัววิเคราะห์เวลาเกี่ยวกับนาฬิกาที่ไม่มีข้อจํากัด
ข้อจํากัดด้านเวลาจะต้องใช้งาน SEU IP อย่างถูกต้อง (Advanced SEU Detection and Fault Injection IP) ผู้ใช้ต้องระบุข้อจํากัดเหล่านี้ในไฟล์ Synopsys* Design Constraint (.sdc)
ในการแก้ไขปัญหานี้ ให้เพิ่ม ข้อจํากัดเหล่านี้ด้วยการเพิ่มลงในไฟล์ข้อจํากัด SDC ที่มีอยู่โดยตรง หรือใส่ลงในไฟล์แยกต่างหาก (ตัวอย่างเช่น "seu_constraints.sdc")
ข้อจํากัด # สําหรับ IP SEU
create_clock -name intosc -period 10.000 [get_nets {*|alt_fault_injection_component|alt_fi_inst|intosc}]
create_generated_clock -name emr_unloader_STATE_CLOCKHIGH -source [get_nets {*|alt_fi_inst|intosc}] [get_keepers {*altera_emr_unloader:emr_unloader_component|current_state STATE_CLOCKHIGH}]
create_generated_clock -name asd_current_state_MISS -source [get_nets {*|alt_fi_inst|intosc}] [get_keepers {*|asd_cache:asd_cache_inst|current_state STATE_MISS}]
create_generated_clock -name asd_cpuread_oneshot -source [get_nets {*|alt_fi_inst|intosc}] [get_keepers {*|asd_cache:asd_cache_inst|asd_ext_oneshot:cpuread_oneshot|last}]
set_clock_groups -exclusive -group [get_clocks {emr_unloader_STATE_CLOCKHIGH}]
set_clock_groups -exclusive -group [get_clocks {asd_current_state_MISS}]
set_clock_groups -exclusive -group [get_clocks {asd_cpuread_oneshot}]