[ci skip] Add LD_PRELOAD comment to xcelium makefile

This commit is contained in:
Jerry Zhao
2023-03-16 14:48:32 -07:00
parent 651ad51c25
commit 3fc7965617

View File

@@ -91,6 +91,8 @@ $(sim_run_tcl): $(sim_workdir)
echo "run" >> $(sim_run_tcl)
echo "exit" >> $(sim_run_tcl)
# The system libstdc++ may not link correctly with some of our dynamic libs, so
# force loading the conda one (if present) with LD_PRELOAD
$(sim): $(sim_workdir) $(sim_run_tcl)
echo "#!/usr/bin/env bash" > $(sim)
echo "$$CAD_INFO_HEADER" >> $(sim)