--- Quote Start ---
The pin DEV_OE can be used to tri-state all pins.
--- Quote End ---
It's an optional pin function, that takes effect after entering user mode. It's ignored before and during configuration read.
--- Quote Start ---
During reset my IO pins are not stable...their vibrating between '0' to tristate..
--- Quote End ---
The report doesn't seem to describe a regular behaviour. According to the device manual, all I/O pins will act as inputs with weak pull-up for unconfigured device. They change to the configured behaviour when user mode is entered. There's no room for "vibrating between '0' to tristate" before CONFIG_DONE or more exactly INIT_DONE is asserted. You may want to check the state of this pins (INIT_DONE is optional only) when observing the unwanted behaviour.
My first assumption would be, that the unwanted behaviour is actually observed in user mode due to incorrect logic program. Can you tell, what's the type of affected pins in your logic?