coder.hdl.ramconfig
Syntax
Description
coder.hdl.ramconfig(
sets the default RAM
mapping configuration for the persistent array p
)p
to a simple dual-port
RAM. HDL Coder™ maps the persistent array to the specified RAM during HDL code generation.
p
is not required to meet the RAM mapping threshold to be mapped to
RAM.
coder.hdl.ramconfig(
sets the RAM mapping configuration for the persistent variable p
,Name=Value
)p
to a
single, simple dual, dual, or simple tri-port RAM with properties set using one or more
name-value pairs.
coder.hdl.ramconfig(
sets the RAM mapping configuration for the persistent variables {p1,...,pN}
,Name=Value
)p1
through pN
to a single, simple dual, dual, or simple tri-port RAM with
properties set using one or more name-value pairs.
coder.hdl.ramconfig(
sets the RAM
mapping configuration for all persistent variables that
meet the RAM mapping threshold to a single, simple dual, dual, or simple tri-port RAM with
properties set using one or more name-value pairs.Name=Value
)
Examples
Input Arguments
Version History
Introduced in R2023b