You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions in the README to copy the files from FPGAPart/* into OpenROAD/src/par/. However, I encountered an issue where the header file #include "sta/PathRef.hh" in FPGAPart/src/TritonPart.cpp (which becomes OpenROAD/src/par/src/TritonPart.cpp after copying) cannot be found.
I searched in OpenROAD/src/sta/include/sta but couldn't locate this file. Has this function been removed, or was there a mistake in the definition?