The-OpenROAD-Project/RePlAce

TD-RePlAce dies when trying to instantiate the OpenSTA object

tajayi opened this issue · 2 comments

Continuing a debugging thread via email. @payal can also contribute to this

mgwoo commented

This issue is due to "\r\n" on liberty's filename.

In your Makefile,

$$(< $(OBJECTS_DIR)/libFilePaths.txt) 

caused this problem.

I'll escape these strings in my side, just in case.

mgwoo commented

Solved. Close.