Skip to content

Commit b730caf

Browse files
committedSep 13, 2016
vivado: also write timing datasheet
1 parent d87bb06 commit b730caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎migen/build/xilinx/vivado.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def _build_batch(self, platform, sources, build_name):
101101
tcl.append("route_design")
102102
tcl.append("report_route_status -file {}_route_status.rpt".format(build_name))
103103
tcl.append("report_drc -file {}_drc.rpt".format(build_name))
104-
tcl.append("report_timing_summary -max_paths 10 -file {}_timing.rpt".format(build_name))
104+
tcl.append("report_timing_summary -datasheet -max_paths 10 -file {}_timing.rpt".format(build_name))
105105
tcl.append("report_power -file {}_power.rpt".format(build_name))
106106
for bitstream_command in self.bitstream_commands:
107107
tcl.append(bitstream_command.format(build_name=build_name))

0 commit comments

Comments
 (0)