Knowledge Base Article

Mentor Graphics Precision synthesis tool missing from the Quartus II software EDA Tool Settings

Description

The Mentor Graphics Precision synthesis tool option is missing from the Quartus II software version 14.1 EDA Tool Settings

Resolution

Use the following Quartus II Tcl Script File (.tcl) commands to set Precision as the EDA synthesis tool and add the Precision generated Verilog Quartus Mapping File (.vqm) to your Quartus II software project:

set_global_assignment -name EDA_DESIGN_ENTRY_SYNTHESIS_TOOL "PRECISION SYNTHESIS"set_global_assignment -name VQM_FILE <design>.vqm
Updated 3 months ago
Version 2.0
No CommentsBe the first to comment