FPGA Software

How to resolve Vivado Synthesis segmentation faults in InTime?

1434 views April 3, 2018 June 23, 2020 pohheng 0

Introduction:

A Vivado input argument called -stack <integer> used to increase its stack size and resolve segmentation faults in synthesis is documented in Xilinx Answer Record 64434.

Starting from InTime version 2.5.6, there is a way for the user to specify this -stack value.

  1. Open <user home directory>/.plunify/<user name>_<MAC address>/intime.ini file using any text editor.
  2. Add the following section and specify your desired stack size.
    Then save, close, and restart InTime.
    [xilinx]
    vivado\arguments\stack=100000

From this point onward, every Vivado call made by InTime will have the -stack argument specifying the value that you entered.

Applies to:

  • Linux Operating System
  • Windows Operating System

Knowledge Base ID: 201804031 - Last Review: Apr 03, 2018 - Revision: 1.0

Leave a Reply