Versions Compared

Key

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

...

Depending on what kind of board you are targeting, you need to load the matching FPGA shell module. Note that by default the module for Noctua 2’s Alveo U280 boards will be loaded. On the HACC nodes, you need to swap it against the one for your target board:

Code Block
[tester@n2login1 ~]$ module load fpga

[tester@n2login1 ~]$ module load xilinx/xrt/2.16

# Use one of the following commands to swap the shell module against the one you need
[tester@n2login1 ~]$ module swap xilinx/u280 xilinx/u55c
[tester@n2login1 ~]$# OR
module swap xilinx/u280 xilinx/vck5000

...