dlhdl.Bitstream Class
Namespace: dlhdl
Description
Use dlhdl.Bitstream
objects to register and load your custom bitstream
information.
Creation
creates a bitstream object and sets the hB
= dlhdl.Bistream(Path
)Path
property.
creates a bitstream object and sets the hB
= dlhdl.Bistream(Name
)Name
and
Path
properties.
sets optional properties using one or more name-value arguments.hB
= dlhdl.Bistream(Path
,Name=Value
)
sets optional properties using one or more name-value arguments.hB
= dlhdl.Bistream(Name
,Name=Value
)
Properties
Methods
Examples
Version History
Introduced in R2024b
See Also
dlhdl.ProcessorConfig
| dlhdl.buildProcessor
| dlhdl.Workflow