Main Content

addNewMemorySystem

Class: soc.sdk.FPGACore
Namespace: soc.sdk

Add new memory system to the FPGACore object

Since R2019b

Syntax

memorySystemObj = addNewMemorySystem(fpgaCoreObj,name)

Description

memorySystemObj = addNewMemorySystem(fpgaCoreObj,name) creates a new soc.sdk.MemorySystem object with the Name property set to the value name. The soc.sdk.MemorySystem object is added to the soc.sdk.FPGACore object.

Input Arguments

expand all

soc.sdk.FPGACore object mapped to the soc.sdk.Hardware object.

Display name of the memory system, specified as a string.

Example: "MyMemorySystem"

Data Types: string | char

Output Arguments

expand all

An soc.sdk.MemorySystem object that defines the properties of the memory system in the FPGA core.

Version History

Introduced in R2019b