Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 608 Bytes

INSTRUCTIONS.md

File metadata and controls

34 lines (24 loc) · 608 Bytes

Instructions

Compile

gcc query.c -o query

Run query

Check the instructions for running a single query

Deploy jupyter notebook

Install and run jupyter-lab:

pip install jupyterlab
jupyter lab

The notebook will install the rest of the requirements

IP address

Set the ip address of the fpga device on the ipynb file.

.ssh/config

Add the following configuration to your .ssh/config file:

Host 10.210.1.*
    User root
    HostKeyAlgorithms +ssh-rsa
    PubkeyAcceptedKeyTypes +ssh-rsa