You can add board files in Vivado. Some Digilent boards don't show up in Vivado on fresh install and have to be added manually in Vivado.
Digilent provides board files for each FPGA development board. These files make it easy to select the correct part when creating a new project and allow for automated configuration of several complicated components (including the Zynq Processing System and Memory Interface Generator) used in many designs.
The board files will be copied into your version of Vivado's installation directory
Download the most recent Master Branch ZIP Archive (https://github.com/Digilent/vivado-boards/archive/master.zip) of Digilent's vivado-boards Github repository (https://github.com/Digilent/vivado-boards) and extract it.
Open the folder extracted from the archive and navigate to its new/board_files folder. You will be copying all of this folder's subfolders.
Open the folder that Vivado was installed into - e.g. C:/Xilinx/Vivado by default. Under this folder, navigate to its /data/boards/board_files directory. If this folder doesn't exist, create it. Copy all of the folders found in vivado-boards' new/board_files folder, then paste them into this folder.
Reference: