Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleEMBS Students

Please note, the VLAB is a remote testing envronment. It will let you test designs that you have already constructed, but you will need a way to access the development tools. You can install them yourself, or use a remote desktop environment. Please see this page for details.

To use the VLAB you need a Virtual Lab keyfile. If you don't have one and think that you should, speak to Ian.

Note


Download the VLAB script and run it. You must

...

run the VLAB software

...

from the location where you are running the Xilinx tools. i.e.

...

if you have installed them on your computer, run them

...

on your computer. If you are running on the VDS, download and run the tools there.

Download the VLAB script and run it.

On the VDS go Go to https://raw.githubusercontent.com/RTSYork/VLAB/master/vlab.py and save the script somewhere. Then open Command Prompt from the start menu, navigate to where you saved it, and run it:

...

Info

If you are running the tools on your home machine, you need to set up some SSH configuration so that your computer can see the VLAB servers. Ensure that you have performed the steps in the "Connecting through the SSH Gateway" section.

If you get a message about host keys changing (and you're sure that nobody is actually trying to man-in-the-middle attack your connection), it's likely that we've just updated the VLAB relay server since you last connected. Follow the instructions in the error message to clear the key from your 'known_hosts' file. If you're unsure about anything you can always email us for help.

Common Issues: The permissions on the key are too permissive!

The SSH client requires that your private key is only visible to you and not to other users on the system. Depending on how you downloaded the key you might find that your permissions are too permissive. On Linux this is easily fixed by entering:

...