05-23-2016 10:23 PM
Hi,
I have built my design using Vivado 2016.1 with AXI BUS interface.
I have used 2 BRAM Controllers, 1 Microblaze Processor. The design is successfully synthesized.
But the Vivado tool is not comming out of ROUTING process.
Can anybody help us to come out of routing Process . Below i have attached Warning message Screenshot.
05-26-2016 11:42 PM
To enable the flag you should actually be using the below TCL command in the Vivado TCL console:
set_param route.enableHoldExpnBailout 1
--Syed
05-23-2016 10:36 PM
Hi @sidda123
As warning specified, did you try by turning on the flag route.enableHoldExpnBailout?
Thanks,
Vinay
05-23-2016 10:42 PM
05-23-2016 10:53 PM
Hi @sidda123,
Type this in tcl console:
set_param route.enableHoldExpnBailout 0
05-26-2016 11:42 PM
To enable the flag you should actually be using the below TCL command in the Vivado TCL console:
set_param route.enableHoldExpnBailout 1
--Syed
11-28-2016 12:45 PM
Hi,
Where can I get information or the complete list about the parameters I can use and their meaning, for example "enableHoldExpnBailout" parameter, which document comes that information?
Thanks
JC