Skip to content
Snippets Groups Projects
Commit cff5c513 authored by auphelia's avatar auphelia
Browse files

[Build] Change signature argument to tuple

parent 6be5168c
No related branches found
No related tags found
No related merge requests found
......@@ -209,9 +209,9 @@ class DataflowBuildConfig:
#: the full list of layer IP build directories. By default, synthesis will not run.
stitched_ip_gen_dcp: Optional[bool] = False
#: (Optional) Insert a signature node to the stitched-IP to read/write information
#: Insert a signature node to the stitched-IP to read/write information
#: to the design: e.g. Customer signature, application signature, version
signature: Optional[bool] = False
signature: Optional[tuple] = ()
#: (Optional) Control the maximum width of the per-PE MVAU stream while
#: exploring the parallelization attributes to reach target_fps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment