TRANSLATE_OFF/TRANSLATE_ON OFF/ON VHDL Example - TRANSLATE_OFF/TRANSLATE_ON OFF/ON VHDL Example - 2026.1 English - UG901

Vivado Design Suite User Guide: Synthesis (UG901)

Document ID
UG901
Release Date
2026-07-08
Version
2026.1 English
-- synthesis translate_off
Code...
-- synthesis translate_on
-- synthesis on
Code....
-- synthesis off
CAUTION:
Be careful with the types of code you include between the translate statements. If it is code that affects the behavior of the design, a simulator uses that code, and creates a simulation mismatch.