Quartus® Prime Pro Edition Settings File Reference Manual

ID 683296
Date 10/07/2024
Public
Document Table of Contents

DSP_ACTION_ON_MISS

Controls the compiler's behavior when a dsp implementation directive is ignored.

Type

Enumeration

Values

  • Error
  • Ignore
  • Warn

Device Support

  • This setting can be used in projects targeting any Intel FPGA device family.

Notes

This assignment is included in the Analysis & Synthesis report.

This assignment supports synthesis wildcards.

Syntax

set_global_assignment -name DSP_ACTION_ON_MISS -entity <entity name> <value>
set_instance_assignment -name DSP_ACTION_ON_MISS -to <to> -entity <entity name> <value>
set_global_assignment -name DSP_ACTION_ON_MISS <value>

Default Value

Ignore

Example

set_global_assignment -name DSP_ACTION_ON_MISS "Warn"
set_instance_assignment -name DSP_ACTION_ON_MISS "Error" -to mult0