Skip to content
Snippets Groups Projects
Unverified Commit 4e7f3fba authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Build] update build.py example

parent 0e3f663b
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,10 @@ platform_name = "Pynq-Z1" ...@@ -38,7 +38,10 @@ platform_name = "Pynq-Z1"
cfg = build.DataflowBuildConfig( cfg = build.DataflowBuildConfig(
output_dir="output_%s_%s" % (model_name, platform_name), output_dir="output_%s_%s" % (model_name, platform_name),
folding_config_file="folding_config.json", target_fps=100000,
mvau_width_max=10000,
# can specify detailed folding/FIFO/etc config with:
# folding_config_file="folding_config.json",
synth_clk_period_ns=10.0, synth_clk_period_ns=10.0,
board=platform_name, board=platform_name,
shell_flow_type=build.ShellFlowType.VIVADO_ZYNQ, shell_flow_type=build.ShellFlowType.VIVADO_ZYNQ,
......
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