Skip to content
Snippets Groups Projects
Unverified Commit 7a7999e6 authored by Tobi-Alonso's avatar Tobi-Alonso Committed by GitHub
Browse files

Add report_utilization to stitched project tcl script (#243)

parent 255735a9
No related branches found
No related tags found
No related merge requests found
......@@ -310,6 +310,7 @@ class CreateStitchedIP(Transformation):
tcl.append("write_verilog -force -mode synth_stub %s.v" % block_name)
tcl.append("write_checkpoint %s.dcp" % block_name)
tcl.append("write_xdc %s.xdc" % block_name)
tcl.append("report_utilization -file %s_partition_util.rpt" % block_name)
# export block design itself as an IP core
block_vendor = "xilinx_finn"
block_library = "finn"
......
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