Forum Discussion
ymiler
Contributor
4 years agoHi
You may specify the reset signals in your top entity file as destination in the assignment
{YM}- I already have a assignment in my QSF file :
set_instance_assignment -name IO_STANDARD "1.8 V" -to s_rst_l -entity fpga_top
Should I need another assignment ?
Yishay
- SyafieqS4 years ago
Super Contributor
Yishay,
My bad. You should specify to turn off the global routing at the reset signal in your qsf as below
set_instance_assignment -name GLOBAL_SIGNAL OFF -to s_rst_l
This should be working.