1. Reinstall the Vitis With Vivado
I have use the vitis in Ubuntu 18.02, not board support for CMOS-S4 is proper installed. Then I reinstall the Vitis in Windows 10 and added the Board support.
Then Installing Digilent Board Files, Download the most recent Master Branch ZIP Archive of Digilent's vivado-boards Github repository and extract it.I prefer to use git instead of SDKs.
Find the file “Vivado_init.tcl” in the “utility” subdirectory of the vivado-boards repo. Copy and paste it into the %APPDATA%/Xilinx/Vivado/ directory for Windows. This file is a script that will be run whenever Vivado is launched. It will load Digilent's board files for use in Vivado from the directory they were extracted into.
Open the copied init script in a text editor. Change the text <extracted path> in the script to the path to the extracted vivado-boards folder. Save and close the file. This script sets the board.repoPaths parameter to a fixed path. The script is run whenever any version of Vivado is launched, and the parameter for that version of Vivado will remain.
The board support is installed.
2. Create new project with board support.
Create new project with vivado.
set project name
select project type with RTL project,
tick the choice Do not specifiy sources at this time, if use board support,
If it appears that mean the board support is installed.Then select board.
Complete the initiantion setup and press finish.
3. Design the project bareboard
The sample project used Vivado with guide can not be used well with Vitis, the new Norm by Xilinx. I shall use VItis after create the board template.