Yibo Lin

Results 120 comments of Yibo Lin

This commit (https://github.com/limbo018/DREAMPlace/commit/a8b1e176721bf4aca7452ab90d4dce68195942ea) fixes the problem. I removed the CUDA indicator in the CMakeList when defining the project.

Hi, you didn’t clone the sub modules. Run following commands in the repo. git submodule init git submodule update Thanks Yibo Get Outlook for iOS ________________________________ From: Rui Wang ***@***.***>...

Thanks for the suggestion. We are searching around for any open-source designs (in DEF format) generated by the skywater PDK so that we can create a demo. OpenRoad is considering...

> @limbo018 I can help with that. I generated a small testcase using [openroad flow](https://github.com/The-OpenROAD-Project/OpenROAD-flow). I have a DEF already of a gcd design but I am sure I can...

Hi, I haven't seen this error before. Does it work if you remove ```-DPYTHON_EXECUTABLE=$(which python)```?

You need to run from the install directory, not the root directory of the repo. Get Outlook for iOS ________________________________ From: Rui Wang ***@***.***> Sent: Friday, May 21, 2021 11:13:47...

Does your building process succeed? ```make install``` should install stuff into the installing directory, so dreamplace/ops should not be empty. You may check whether there are errors in the building...

Hi, the LEF/DEF parsers are naive versions that cannot support full LEF/DEF features, so you may need to tweak the files a bit to remove unsupported syntax. For the errors,...

Hi, I have roughly located the problem. It failed at legalization (after global placement). It looks like your design contains many multi-row cells, which caused the problem in legalization. Could...

Hi, the algorithm supports multi-row cells, so I think it might be some bug there. Ideally, it is better to have the testcase for debugging, but I may first try...