Visible to Intel only — GUID: mta1457654174270
Ixiasoft
Visible to Intel only — GUID: mta1457654174270
Ixiasoft
2.2.6. Metastability Synchronizers
The Compiler detects registers that are part of a synchronizer chain. The Compiler cannot retime the registers in a synchronizer chain. To allow retiming of the registers in a synchronizer chain, add more pipeline registers at clock domain boundaries.
The default metastability synchronizer chain length for Intel® Hyperflex™ architecture FPGAs is three. The Critical Chain report marks the registers that metastability requires with REG (Metastability required) text.
If your design includes two-register chains as synchronizers, you can specify the following setting to modify the default chain length from 3 to 2:
- Click Assignments > Settings.
- Click Compiler Settings under Category.
- Click the Advanced Settings (Synthesis) button.
- For Synchronization Register Chain Length, type 2 in the Setting column.
Alternatively, you can specify this setting in the .qsf file:
set_instance_assignment -name SYNCHRONIZATION_REGISTER_CHAIN_LENGTH 2 \ -to * -entity <top_module_name>