Yibo Lin

Results 120 comments of Yibo Lin

Hi, thank you for using DREAMPlace. It looks like an issue related with DEF syntax. Is it possible to have dummy/sample LEF/DEF files and show how the correct ones look...

Thanks for the details. I can reproduce the warnings now, but it didn't fail on my side somehow. I found the warning message is triggered at the following line https://github.com/limbo018/DREAMPlace/blob/24f048f0fe6e000ce1bb2d806058c03ba4ed3d4c/dreamplace/ops/place_io/src/PlaceDB.cpp#L257...

I uncommented the following line and add print to num_terminal_NIs. https://github.com/limbo018/DREAMPlace/blob/24f048f0fe6e000ce1bb2d806058c03ba4ed3d4c/dreamplace/ops/place_io/src/PyPlaceDB.cpp#L292 The numbers are correct on the benchmark I have. I think there might be some other statements in your...

When you download or clone the codebase to your local machine/laptop, we call that path the *repo directory*. When you build the code, you will execute ```cmake .. -DCMAKE_INSTALL_PATH=your_install_path``` if...

> Hi, I'm sorry to bother. I could place the ispd2005 benchmark suite, but when I tried to place DAC-2012 benchmark suite I met some problems. > > I added...

You can use the NCTUgr binary in the folder. I doubt the binary probably crashed when running on your machine. I actually downloaded the binary from the contest website.

Not sure if this can help. My machine is ubuntu 18.04 LTS with NVIDIA 2080TI GPU (NCTUgr binary does not rely on GPU). You'd better make sure NCTUgr does not...

It looks like the binary does not fit your machine. NCTUgr is not open-source, so unfortunately I don't know how it was written either.

Hi, thanks for pointing out the issue. Bug fixed in the latest commit (https://github.com/limbo018/DREAMPlace/commit/9761c751ee32c8656f100c1980c563e898813a39).

Hi Adrian, thanks for the feedback. I have just pushed the new docker image built from the latest dockerfile. On my side, it looks like there is no need to...