Due to a problem in the Quartus® Prime Standard Edition Software version 22.1, you might see this critical warning when using the Error Message Register Unloader IP.
You will also see an unconstrained clock reported in the Unconstrained Paths Report in the Timing Analyzer as shown below when using the Error Message Register Unloader IP. This is due to the constraint in altera_emr_unloader.sdc that had failed to address this issue.
*|altera_emr_unloader:emr_unloader_component|current_state.STATE_CLOCKHIGH
To work around this problem in the Quartus® Prime Standard Edition Software version 22.1, follow these steps:
- In the altera_emr_unloader.sdc file, comment out line 14.
- Add the create_generated_clock constraint to the altera_emr_unloader.sdc file. For example:
create_generated_clock -name emr_unloader_STATE_CLOCKHIGH -source [get_pins {*|alt_fault_injection_component|alt_fi_inst|*oscillator|clkout}] [get_keepers { *|emr_unloader_component|current_state.STATE_CLOCKHIGH}]
This problem is scheduled to be fixed in a future release of the Quartus® Prime Standard Edition Software.