getStatusRegisterList
Class: dlhdl.Workflow
Namespace: dlhdl
Syntax
registerList = getStatusRegisterList(workflowObject)
Description
returns a table containing the names and descriptions of debug status registers.registerList
= getStatusRegisterList(workflowObject
)
Input Arguments
workflowObject
— Deep learning network deployment options
dlhdl.Workflow
object
Deep learning network deployment options, specified as a
dlhdl.Workflow
object.
Output Arguments
registerList
— List of debug status registers and register descriptions
table
List of debug status registers and register descriptions, returned as a table. To learn more about the debug status registers, see Interface with the Deep Learning Processor IP Core.
Examples
Retrieve List of Debug Status Registers
Create a
dlhdl.Workflow
object and then use thegetStatusRegisterList
method to retrieve a table that contains the register names and descriptions.hT = dlhdl.Target("Xilinx",Interface = "Ethernet"); [net,classnames] = iamgePretrainedNetwork("resnet18"); hW = dlhdl.Workflow(Network = net,Bitstream = "zcu102_single",Target = hT); registerList = getStatusRegisterList(hW)
registerList = 13×2 table DebugRegisterNames Description _______________________ _________________________________________________ "DLStart" "Marks the starting of DL-processor" "CONVLayerStartCount" "Counter that updates once a conv layer starts" "CONVLayerEndCount" "Counter that updates once a conv layer ends" "CONVLayerActive" "High when conv layer is being processed" "FCLayerStartCount" "Counter that updates once a fc layer starts" "FCLayerEndCount" "Counter that updates once a fc layer ends" "FCLayerActive" "High when fc layer is being processed" "CustomLayerStartCount" "Counter that updates once a custom layer starts" "CustomLayerEndCount" "Counter that updates once a custom layer ends" "CustomLayerActive" "High when custom layer is being processed" "FrameStartCount" "Counter that updates once a frame starts" "FrameEndCount" "Counter that updates once a frame ends" "DLDone" "Marks the finishing of DL-processor"
Version History
Introduced in R2024a
See Also
activations
| compile
| deploy
| getBuildInfo
| predict
| readStatusRegister
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
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)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)