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

[IPI] add stitched IP VLNV as attribute

parent abbd98db
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ class CodeGen_ipstitch(Transformation):
block_vendor = "xilinx_finn"
block_library = "finn"
block_vlnv = "%s:%s:%s:1.0" % (block_vendor, block_library, block_name)
model.set_metadata_prop("vivado_stitch_vlnv", block_vlnv)
tcl.append(
(
"ipx::package_project -root_dir %s/ip -vendor %s "
......
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