Versions Compared

Key

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

...

Code Block
languagebash
# Setup Xilinx Vivado environment 
$ source proto-dune/firmware/setup_env_cern.cshsh
# Go to the driver directory
$ cd ${RCE_DIR}/software/aes-stream-drivers/
# Build the driver with the "rce_install" flag
$ make rce_install

...