Intel® Quartus® Prime Standard Edition User Guide: Design Constraints

ID 683492
Date 1/10/2019
Public
Document Table of Contents

2.8.2. Reserve Pins

Use the following Tcl command to reserve a pin:

set_instance_assignment -name RESERVE_PIN <value> -to <signal name>

Use one of the following valid reserved pin values:

  • "AS BIDIRECTIONAL"
  • "AS INPUT TRI STATED"
  • "AS OUTPUT DRIVING AN UNSPECIFIED SIGNAL"
  • "AS OUTPUT DRIVING GROUND"
  • "AS SIGNALPROBE OUTPUT"
Note: You must include the quotation marks when specifying the reserved pin value.