Allow absolute paths in manifests
In order to simulate IPs from Altera for example, it is needed to compile code that is available in the Quartus software distribution. For example:
$HDLMAKE_QUARTUS_PATH/../eda/sim_lib/220model.v
This will be an absolute path as it does not belong to the project being compiled. Therefore the tool should allow such paths.