Skip to content
Snippets Groups Projects
Commit 88b46c0c authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[ZYNQ] actually return model from ZynqBuild

parent 49fc3c80
No related branches found
No related tags found
No related merge requests found
......@@ -289,3 +289,4 @@ class ZynqBuild(Transformation):
kernel_model.save(dataflow_model_filename)
# Assemble design from IPs
model = model.transform(MakeZYNQProject(self.platform))
return (model, False)
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