Forum Discussion
FXion
New Contributor
7 years agoHi Rahul,
The same message was reported in Quartus and I did check IO assignment warnings. The message was "SystemStop missing drive strength and slew rate" even though it has 12ma defautl current and 2 default slew rate, so I added 2 lines to the qsf file
set_instance_assignment -name CURRENT_STRENGTH_NEW 12MA -to SystemStop
set_instance_assignment -name SLEW_RATE 2 -to SystemStop
But received the ADC pin too close critical warning
Thanks