mirror of https://github.com/openXC7/prjxray.git
Set tcl.collectionResultDisplayLimit to unlimited for 050-intpips
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
48719fdd94
commit
63d4d3ba9f
|
|
@ -18,6 +18,7 @@ set_property CONFIG_VOLTAGE 3.3 [current_design]
|
|||
set_property BITSTREAM.GENERAL.PERFRAMECRC YES [current_design]
|
||||
|
||||
set_property CLOCK_DEDICATED_ROUTE FALSE [get_nets clk_IBUF]
|
||||
set_param tcl.collectionResultDisplayLimit 0
|
||||
|
||||
source ../../../utils/utils.tcl
|
||||
randplace_pblock 100 roi
|
||||
|
|
|
|||
Loading…
Reference in New Issue