readStatusRegister
Class: dlhdl.Workflow
Namespace: dlhdl
Syntax
status = readStatusRegister(workflowObject,registerName)
Description
returns a structure that contains the tile information, debug register names and descriptions,
and a layer graph that shows the order of execution of layers on the FPGA. status
= readStatusRegister(workflowObject
,registerName
)
Input Arguments
workflowObject
— Deep learning network deployment options
dlhdl.Workflow
object
Deep learning network deployment options, specified as a
dlhdl.Workflow
object.
registerName
— Name of status register
"" (default) | "ALL"
| "CONV"
| "FC"
| "Custom"
| "DLStart"
| "CONVLayerStartCount"
| "CONVLayerEndCount"
| "CONVLayerActive"
| "FCLayerStartCount"
| "FCLayerEndCount"
| "FCLayerActive"
| "CustomLayerStartCount"
| "CustomLayerEndCount"
| "CustomLayerActive"
| "FrameStartCount"
| "FrameEndCount"
| "DLDone"
Name of status register, specified as one of these values:
Value | Debug Status Registers |
---|---|
"ALL" | Returns the status of all debug registers |
"CONV" | Returns the status of the CONVLayerStartCount ,
CONVLayerEndCount , and CONVLayerActive
registers |
"FC" | Returns the status of the FCLayerStartCount ,
FCLayerEndCount , and FCLayerActive
registers |
"Custom" | Returns the status of the CustomLayerStartCount ,
CustomLayerEndCount , and
CustomLayerActive registers |
"DLStart" | Returns the status of the DLStart register |
"CONVLayerStartCount" | Returns the status of the CONVLayerStartCount
register |
"CONVLayerEndCount" | Returns the status of the CONVLayerEndCount
register |
"CONVLayerActive" | Returns the status of the CONVLayerActive
register |
"FCLayerStartCount" | Returns the status of the FCLayerStartCount
register |
"FCLayerEndCount" | Returns the status of the FCLayerEndCount
register |
"FCLayerActive" | Returns the status of the FCLayerActive
register |
"CustomLayerStartCount" | Returns the status of CustomLayerStartCount register
|
"CustomLayerEndCount" | Returns the status of the CustomLayerEndCount
register |
"CustomLayerActive" | Returns the status of the CustomLayerActive
register |
"FrameStartCount" | Returns the status of the FrameStartCount
register |
"FrameEndCount" | Returns the status of the FrameEndCount
register |
"DLDone" | Returns the status of the DLDone register |
Data Types: char
| string
Output Arguments
status
— Status of debug registers
structure array
Status of the debug registers, returned as a structure array with these fields:
Field Name | Description | Value |
---|---|---|
TileInformation | A table that contains the conv layer names and number of
tiles in each conv layer. | table |
DebugRegisters | A table that contains the debug register names and their values. To learn more about the debug status registers, see Interface with the Deep Learning Processor IP Core. | table |
Ordergraph | A layer graph that shows the order of execution of layers on the FPGA. | LayerGraph |
Version History
Introduced in R2024a
See Also
activations
| compile
| deploy
| getBuildInfo
| getStatusRegisterList
| predict
Comando de MATLAB
Ha hecho clic en un enlace que corresponde a este comando de MATLAB:
Ejecute el comando introduciéndolo en la ventana de comandos de MATLAB. Los navegadores web no admiten comandos de MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)