Troubleshooting / FAQ

Did you source env.sh?

Did you source /tools/C/ee290/vcs_env.sh ?

Debugging RTL Simulation

How to ssh with X-forwarding:

ssh -X <username>@<server-address>

You may need to set up X-forwarding locally on your computer to get this to work. Alternatively, you can use one of the remote desktop applications (X2Go or NoMachine) instead of SSH. Refer back to the environment setup section of this lab for instructions on how to set up a remote desktop.

If running into license issues, try running the following command:

source /tools/flexlm/flexlm.sh

If running into JDK_HOME issue(JDK/lib/tools.jar not found), try the following command:

export JDK_HOME=/usr/lib/jvm/java-1.8.0/

Running into a different issue? Let us know so we can document the fix here.

Last updated