Altera_Forum
Honored Contributor
9 years agoMax 10 Unconstrained clock in onchip_flash
I'm working on a design using MAX 10: 10M08SAE144C8G and I'm implementing and I2C RSU circuit. TimeQuest complains of an unconstrained clock as follows:
FLASH_LOADER_CORE:FLASH_LOADER|MAX10_FLASH_INTERFACE:Max10FlashInterface|MAX10_FLASH:FlashModule|altera_onchip_flash:onchip_flash_0|altera_onchip_flash_avmm_data_controller:avmm_data_controller|flash_se_neg_reg Using the Technology Map Viewer is see that this signal is generated by the altera_onchip_flash_avmm_data_controler:avmm_data_controller and is the output of a flip-flop. This signal is then routed into the SE input of the ufm_block. Can anyone confirm that this is not a clock? Perhaps I did not properly instantiate the IP? I want to properly define the constraints for this signal. Thanks in advance for any assistance.