Yibo Lin

Results 120 comments of Yibo Lin

Hi, do you want to install it with GPU support or CPU only?

> And I have another question. Because of lef_unit/def_unit = 2, STEP changed from 190 to 380. However, die area and the number of steps in each row are the...

Hi, bug fixed in this commit https://github.com/limbo018/DREAMPlace/commit/b88b7b250e828ff8e66992eff2fb4bfa58c6f59c

Hi, in the README, there is a figure indicating the flow of the algorithm. It is more complicated than your description, but you get the first step correct. You can...

Hi, you can set these values through JSON configuration. You can take a look at the params.json for all the configuration parameters. If you find some values not in the...

Hi , thank you for the suggestions. The latest commit [1f37b56](https://github.com/limbo018/DREAMPlace/commit/1f37b5606230d443fb8d4174352816fd39fbb1b8) has changed to use CMake to detect GPU architectures and set CUDA flags. You may have a try.

Hi, there are commits to make rudy deterministic in another branch, which is an ongoing task. I can pick the commits to master branch in today or tomorrow.

Hi, please checkout develop branch for this commit (https://github.com/limbo018/DREAMPlace/commit/5199a626314e7e390c593ffa248efe633b37827f). We have added a ```deterministic_flag``` to RUDY as well. Remember to turn ```deterministic_flag``` to 1 in json.

Hi, DREAMPlace is designed for ASIC, not for FPGA. If you are looking for P&R tools for FPGA, please take a look at our other project OpenPARF, which is for...

Fixed macros are handled by ```initial_horizontal_utilization_map``` and ```initial_vertical_utilization_map``` in our implementation. If you trace these variables, they are initialized in ```place_io```.