Closed magic3007 closed 1 year ago
Thank you for raising this issue.
Currently only global placement and packing-legalization stages are available in DREAMPlaceFPGA. The detailed_place_flag
is currently unavailable and I've updated the code to ensure the tool does not ERROR out when the flag is set.
These are two available modes:
(i) global_place_flag
= 1 and legalize_flag
= 0:
Global Placement is run on DREAMPlaceFPGA, and elfPlace is used to run packing-legalization and detailed placement.
(ii) global_place_flag
= 1 and legalize_flag
= 1:
Global Placement and Packing-Legalization are run on DREAMPlaceFPGA. Detailed placement is not run.
Closing issue.
Hi there! I'm facing an issue while running the program with the
detailed_place_flag
set to 1. I noticed that this flag is supposed to enable detailed placement of the program, but it seems to be causing an error. Could you help me understand what might be causing this issue?I'm currently running the program with the following configuration on ISPD 2016 FPGA01 benchmark.
I've included the error message below:
Any guidance or insight you could provide would be greatly appreciated. Thank you for your time!