Altera_Forum
Honored Contributor
7 years agoIOBuff Usage
Hi,
I have input to output direct mapping in my design. I am not able to time close it to 5ns because of IC Delay. input is in 3.3 V domain: set_instance_assignment -name IO_STANDARD "3.3-V LVCMOS" -to unc_jtag_tck output in 1.8V domain: set_instance_assignment -name IO_STANDARD "1.8-V" -to tck_unc2 logic: assign tck_unc2 = unc_jtag_tck; constraint given is: set_max_delay -from [get_ports {unc_jtag_tck}] -to [get_ports {tck_unc2}] 1.000 set_min_delay -from [get_ports {unc_jtag_tck}] -to [get_ports {tck_unc2}] 0.500 timequest is showing 10.25 ns data delay for this path!!! Is it possible make the ports as IOBuff?? Is there any other way to time close this logic path? Thanks, Neeraj