Main Content

soc.sdk.SynthesisTool Class

Namespace: soc.sdk

An object that defines the synthesis tool used by the deployer

Since R2019b

Description

A SynthesisTool object defines a synthesis tool used build the bitstream from the FPGA reference model in an SoC Blockset™ model.

Creation

Description

synthesisToolObj = soc.sdk.SynthesisTool(name) creates an object that represents synthesis tools used to build the bitstream.

Input Arguments

expand all

Set the Name property of the new SynthesisTool object.

Properties

expand all

The name of the synthesis tool object.

Example: 'MySynthesisTool'

Attributes:

GetAccess
public
SetAccess
public

Data Types: char

Version History

Introduced in R2019b