createFloatingPointTargetConfig
Class: hdlcoder.FloatingPointTargetConfig
Package: hdlcoder
Create floating-point target configuration for floating-point library that you specify
Syntax
fpconfig =
hdlcoder.createFloatingPointTargetConfig(library)
fpconfig = hdlcoder.createFloatingPointTargetConfig(library,Name,Value)
Description
To create a floating-point target configuration object for a floating-point library, use the
hdlcoder.createFloatingPointTargetConfig
function.
You can create a floating-point configuration object for these libraries:
Native Floating Point
Altera® Megafunctions (ALTERA FP Functions)
Altera Megafunctions (ALTFP)
Xilinx® LogiCORE®
creates an fpconfig
=
hdlcoder.createFloatingPointTargetConfig(library
)hdlcoder.FloatingPointTargetConfig
object for a given
floating-point library.
creates an fpconfig
= hdlcoder.createFloatingPointTargetConfig(library
,Name,Value
)hdlcoder.FloatingPointTargetConfig
object with additional
options specified by one or more Name,Value
pair arguments.
Name
can also be a property name and Value
is
the corresponding value. Name
must appear inside single quotes
(''
). You can specify several name-value pair arguments in
any order as
Name1,Value1,...,NameN,ValueN
.