To get to the Xilinx tools for hardware simulation, we need access to
`logic.ece.iastate.edu/export/Xilinx` as a mounted folder. This can be done with NFS.
NFS is installed and the folder mounted. If it becomes unmounted, then run
$ sudo mount logic.ece.iastate.edu:/export/Xilinx /remote/Xilinx
on the VM. This may not be doable from within the CI run as it is in a container (Docker image) that may behave differently or have different permissions.