diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/Makefile b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/Makefile similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/Makefile rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/Makefile diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/README.md b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/README.md similarity index 98% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/README.md rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/README.md index 8d10e137a6..547674d25c 100755 --- a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/README.md +++ b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/README.md @@ -42,7 +42,7 @@ git clone https://github.com/Xilinx/Vitis-Tutorials.git Copy and extract large files in convolution tutorial directory as follows: ```bash -cd /VITIS_TUTORIAL_REPO_PATH/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial +cd /VITIS_TUTORIAL_REPO_PATH/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial wget https://www.xilinx.com/bin/public/openDownload?filename=conv_tutorial_files.tar.gz -O conv_tutorial_files.tar.gz tar -xvzf conv_tutorial_files.tar.gz ``` @@ -63,7 +63,7 @@ source /setup.sh The software application processes High Definition(HD) video frames/images with 1920x1080 resolution. It performs convolution on a set of images and prints the summary of performance results. It is used for measuring baseline software performance. Please the set the environment variable that points to tutorial direction relative to repo path as follow: ```bash -export CONV_TUTORIAL_DIR=/VITIS_TUTORIAL_REPO_PATH/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial +export CONV_TUTORIAL_DIR=/VITIS_TUTORIAL_REPO_PATH/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial ``` where **VITIS_TUTORIAL_REPO_PATH** is the local path where git repo is placed by the user after cloning. diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/hls_build/build.tcl b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/hls_build/build.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/hls_build/build.tcl rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/hls_build/build.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/Window2D.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/Window2D.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/Window2D.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/Window2D.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/bwKernel.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/bwKernel.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/bwKernel.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/bwKernel.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/bwUtil.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/bwUtil.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/bwUtil.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/bwUtil.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/convolution.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/convolution.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/convolution.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/convolution.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/cuPerf.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/cuPerf.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/cuPerf.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/cuPerf.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/cuTime.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/cuTime.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/cuTime.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/cuTime.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/filterBlkDia.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/filterBlkDia.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/filterBlkDia.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/filterBlkDia.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/hostTrace.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/hostTrace.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/hostTrace.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/hostTrace.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/inputImage50.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/inputImage50.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/inputImage50.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/inputImage50.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/outputImage.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/outputImage.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/outputImage.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/outputImage.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHLSCosimReport.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHLSCosimReport.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHLSCosimReport.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHLSCosimReport.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHLSIIReport.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHLSIIReport.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHLSIIReport.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHLSIIReport.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport2.jpg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport2.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport2.jpg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport2.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/krnl_build_options.cfg b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/krnl_build_options.cfg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/krnl_build_options.cfg rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/krnl_build_options.cfg diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab1_app_introduction_performance_estimation.md b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab1_app_introduction_performance_estimation.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab1_app_introduction_performance_estimation.md rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab1_app_introduction_performance_estimation.md diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab2_conv_filter_kernel_design.md b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab2_conv_filter_kernel_design.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab2_conv_filter_kernel_design.md rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab2_conv_filter_kernel_design.md diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab3_build_app_kernel.md b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab3_build_app_kernel.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab3_build_app_kernel.md rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab3_build_app_kernel.md diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/make_options.mk b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/make_options.mk similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/make_options.mk rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/make_options.mk diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.cpp b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.cpp rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.h b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.h rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.h diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/coefficients.h b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/coefficients.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/coefficients.h rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/coefficients.h diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/common.h b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/common.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/common.h rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/common.h diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/filter2d_hw.cpp b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/filter2d_hw.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/filter2d_hw.cpp rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/filter2d_hw.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/filter2d_sw.cpp b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/filter2d_sw.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/filter2d_sw.cpp rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/filter2d_sw.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/hls_testbench.cpp b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/hls_testbench.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/hls_testbench.cpp rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/hls_testbench.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host.cpp b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host.cpp rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host_randomized.cpp b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host_randomized.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host_randomized.cpp rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host_randomized.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host_sw_only.cpp b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host_sw_only.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host_sw_only.cpp rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host_sw_only.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/xcl2.cpp b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/xcl2.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/xcl2.cpp rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/xcl2.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/xcl2.hpp b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/xcl2.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/xcl2.hpp rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/xcl2.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/sw_run/Makefile b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/sw_run/Makefile similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/sw_run/Makefile rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/sw_run/Makefile diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/sw_run/run.sh b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/sw_run/run.sh similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/sw_run/run.sh rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/sw_run/run.sh diff --git a/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/xrt.ini b/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/xrt.ini similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/xrt.ini rename to Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/xrt.ini diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/1_overview.md b/Hardware_Acceleration/Design_Tutorials/02-bloom/1_overview.md similarity index 98% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/1_overview.md rename to Hardware_Acceleration/Design_Tutorials/02-bloom/1_overview.md index 9d8612f1e0..4436eb8f52 100644 --- a/Hardware_Accelerators/Design_Tutorials/02-bloom/1_overview.md +++ b/Hardware_Acceleration/Design_Tutorials/02-bloom/1_overview.md @@ -32,7 +32,7 @@ The following figure shows a Bloom filter example representing the set `{x, y, z In this tutorial, each document consists of an array of words where: each word is a 32-bit unsigned integer comprised of a 24-bit word ID and an 8-bit integer representing the frequency. The search array consists of words of interest to the user, and represents a smaller set of 24-bit word IDs, where each word ID has a weight associated with it, determining the importance of the word. -1. Navigate to `Hardware_Accelerators/Design_Tutorials/02-bloom` directory. +1. Navigate to `Hardware_Acceleration/Design_Tutorials/02-bloom` directory. 2. Go to the `cpu_src` directory, open the `main.cpp` file, and look at line 63. The Bloom filter application is 64 KB, which is implemented as `1L</Hardware_Accelerators/Design_Tutorials/02-bloom + export LAB_WORK_DIR=/Hardware_Acceleration/Design_Tutorials/02-bloom ``` 2. Next, build the C application: diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/3_architect-the-application.md b/Hardware_Acceleration/Design_Tutorials/02-bloom/3_architect-the-application.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/3_architect-the-application.md rename to Hardware_Acceleration/Design_Tutorials/02-bloom/3_architect-the-application.md diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/4_implement-kernel.md b/Hardware_Acceleration/Design_Tutorials/02-bloom/4_implement-kernel.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/4_implement-kernel.md rename to Hardware_Acceleration/Design_Tutorials/02-bloom/4_implement-kernel.md diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/5_data-movement.md b/Hardware_Acceleration/Design_Tutorials/02-bloom/5_data-movement.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/5_data-movement.md rename to Hardware_Acceleration/Design_Tutorials/02-bloom/5_data-movement.md diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/6_using-multiple-ddr.md b/Hardware_Acceleration/Design_Tutorials/02-bloom/6_using-multiple-ddr.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/6_using-multiple-ddr.md rename to Hardware_Acceleration/Design_Tutorials/02-bloom/6_using-multiple-ddr.md diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/README.md b/Hardware_Acceleration/Design_Tutorials/02-bloom/README.md similarity index 99% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/README.md rename to Hardware_Acceleration/Design_Tutorials/02-bloom/README.md index 48299347a1..cd2eb67f8a 100644 --- a/Hardware_Accelerators/Design_Tutorials/02-bloom/README.md +++ b/Hardware_Acceleration/Design_Tutorials/02-bloom/README.md @@ -44,7 +44,7 @@ This tutorial guides you to run the designed accelerator on the FPGA; therefore, ### Accessing the Tutorial Reference Files 1. To access the tutorial content, enter the following in a terminal: `git clone http://github.com/Xilinx/Vitis-Tutorials`. -2. Navigate to the `Hardware_Accelerators/Design_Tutorials/02-bloom` directory. +2. Navigate to the `Hardware_Acceleration/Design_Tutorials/02-bloom` directory. * `cpu_src` contains all the original source code before modification. * `images` contains the figures in this tutorial. * `Makefile` in the `makefile` directory explains the commands used in this lab. Use the `PLATFORM` variable if targeting different platforms. diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/Makefile b/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/Makefile similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/Makefile rename to Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/Makefile diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/MurmurHash2.c b/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/MurmurHash2.c similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/MurmurHash2.c rename to Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/MurmurHash2.c diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/common.h b/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/common.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/common.h rename to Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/common.h diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/common.mk b/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/common.mk similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/common.mk rename to Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/common.mk diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/compute_score_host.cpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/compute_score_host.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/compute_score_host.cpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/compute_score_host.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/host b/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/host similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/host rename to Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/host diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/main.cpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/main.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/main.cpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/main.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/sizes.h b/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/sizes.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/sizes.h rename to Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/sizes.h diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/xcl2.hpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/xcl2.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/xcl2.hpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/xcl2.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/4_Kernel_4_link.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/4_Kernel_4_link.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/4_Kernel_4_link.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/4_Kernel_4_link.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Architect1.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Architect1.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/Architect1.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/Architect1.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Architect2.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Architect2.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/Architect2.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/Architect2.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_16_time_1.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_16_time_1.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_16_time_1.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_16_time_1.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall_2.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall_2.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall_2.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall_2.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_time_1.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_time_1.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_time_1.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_time_1.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_generic_buffer_Iter8.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_generic_buffer_Iter8.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_generic_buffer_Iter8.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_generic_buffer_Iter8.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_single_buffer.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_single_buffer.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_single_buffer.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_single_buffer.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_time_1.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_time_1.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_time_1.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_time_1.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_block_diagram.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_block_diagram.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_block_diagram.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_block_diagram.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Methodology_HLS_1.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Methodology_HLS_1.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/Methodology_HLS_1.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/Methodology_HLS_1.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/bloom.png b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/bloom.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/bloom.png rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/bloom.png diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/ddr_profile_kernel_exec.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/ddr_profile_kernel_exec.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/ddr_profile_kernel_exec.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/ddr_profile_kernel_exec.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/double_buffer_timeline_trace.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/double_buffer_timeline_trace.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/double_buffer_timeline_trace.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/double_buffer_timeline_trace.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/generic_buffer_timeline_trace.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/generic_buffer_timeline_trace.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/generic_buffer_timeline_trace.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/generic_buffer_timeline_trace.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/iter_generic.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/iter_generic.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/iter_generic.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/iter_generic.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_16_util.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_16_util.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_16_util.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_16_util.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_1.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_1.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_1.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_1.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_2.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_2.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_2.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_2.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_3.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_3.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_3.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_3.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_util.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_util.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_util.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_util.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_8_util.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_8_util.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_8_util.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_8_util.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_execution_time.png b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_execution_time.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_execution_time.png rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_execution_time.png diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_profile_CU_util.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_profile_CU_util.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_profile_CU_util.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_profile_CU_util.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_profile_host.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_profile_host.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_profile_host.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_profile_host.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_stalls.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_stalls.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_stalls.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_stalls.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_timeline_trace_1.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_timeline_trace_1.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_timeline_trace_1.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_timeline_trace_1.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_aws.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_aws.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_aws.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_aws.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_double_buffer.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_double_buffer.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_double_buffer.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_double_buffer.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_single_buffer.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_single_buffer.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_single_buffer.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_single_buffer.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_split_buffer.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_split_buffer.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_split_buffer.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_split_buffer.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_sw_overlap.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_sw_overlap.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_sw_overlap.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_sw_overlap.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/single_buffer_timeline_trace.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/single_buffer_timeline_trace.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/single_buffer_timeline_trace.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/single_buffer_timeline_trace.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_aws.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_aws.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_aws.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_aws.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_CU_util.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_CU_util.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_CU_util.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_CU_util.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_host.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_host.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_host.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_host.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_kernel_exec.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_kernel_exec.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_kernel_exec.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_kernel_exec.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_stalls.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_stalls.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_stalls.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_stalls.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace_1.PNG b/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace_1.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace_1.PNG rename to Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace_1.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/Makefile b/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/Makefile similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/Makefile rename to Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/Makefile diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/common.mk b/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/common.mk similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/common.mk rename to Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/common.mk diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/connectivity.cfg b/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/connectivity.cfg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/connectivity.cfg rename to Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/connectivity.cfg diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/results b/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/results similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/results rename to Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/results diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/run_vitis b/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/run_vitis similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/run_vitis rename to Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/run_vitis diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/temp.txt b/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/temp.txt similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/temp.txt rename to Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/temp.txt diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/xrt.ini b/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/xrt.ini similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/xrt.ini rename to Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/xrt.ini diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/xrt.ini1 b/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/xrt.ini1 similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/xrt.ini1 rename to Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/xrt.ini1 diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/MurmurHash2.c b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/MurmurHash2.c similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/MurmurHash2.c rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/MurmurHash2.c diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/common.h b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/common.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/common.h rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/common.h diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/compute_score_fpga_kernel.cpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/compute_score_fpga_kernel.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/compute_score_fpga_kernel.cpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/compute_score_fpga_kernel.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/compute_score_host.cpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/compute_score_host.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/compute_score_host.cpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/compute_score_host.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/hls_stream_utils.h b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/hls_stream_utils.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/hls_stream_utils.h rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/hls_stream_utils.h diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/main.cpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/main.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/main.cpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/main.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_generic_buffer.cpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_generic_buffer.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_generic_buffer.cpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_generic_buffer.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_single_buffer.cpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_single_buffer.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_single_buffer.cpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_single_buffer.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_split_buffer.cpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_split_buffer.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_split_buffer.cpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_split_buffer.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_sw_overlap.cpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_sw_overlap.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_sw_overlap.cpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_sw_overlap.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_sw_overlap_multiDDR.cpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_sw_overlap_multiDDR.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_sw_overlap_multiDDR.cpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_sw_overlap_multiDDR.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/sizes.h b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/sizes.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/sizes.h rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/sizes.h diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/xcl2.cpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/xcl2.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/xcl2.cpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/xcl2.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/xcl2.hpp b/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/xcl2.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/xcl2.hpp rename to Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/xcl2.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/LICENSE.txt b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/LICENSE.txt similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/LICENSE.txt rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/LICENSE.txt diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/README.md b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/README.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/README.md rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/README.md diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/alpha_mix_tutorial.md b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/alpha_mix_tutorial.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/alpha_mix_tutorial.md rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/alpha_mix_tutorial.md diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/hw_emu_tutorial.md b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/hw_emu_tutorial.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/hw_emu_tutorial.md rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/hw_emu_tutorial.md diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_arg.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_arg.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_arg.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_arg.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_flow.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_flow.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_flow.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_flow.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mix_flow.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mix_flow.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mix_flow.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mix_flow.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mixing.jpg b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mixing.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mixing.jpg rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mixing.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/font_lib.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/font_lib.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/font_lib.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/font_lib.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_emu_waveform.PNG b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_emu_waveform.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_emu_waveform.PNG rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_emu_waveform.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_guidance.PNG b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_guidance.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_guidance.PNG rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_guidance.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_profile_summary.PNG b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_profile_summary.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_profile_summary.PNG rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_profile_summary.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_sys_diagram.PNG b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_sys_diagram.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_sys_diagram.PNG rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_sys_diagram.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_timeline.PNG b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_timeline.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_timeline.PNG rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_timeline.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/no_kernel_data.PNG b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/no_kernel_data.PNG similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/no_kernel_data.PNG rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/no_kernel_data.PNG diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_alpha_diagram.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_alpha_diagram.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_alpha_diagram.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_alpha_diagram.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_block.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_block.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_block.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_block.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_test_diagram.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_test_diagram.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_test_diagram.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_test_diagram.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_1.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_1.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_1.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_1.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_10.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_10.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_10.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_10.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_11.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_11.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_11.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_11.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_12.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_12.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_12.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_12.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_2.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_2.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_2.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_2.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_3.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_3.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_3.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_3.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_4.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_4.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_4.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_4.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_5.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_5.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_5.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_5.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_6.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_6.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_6.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_6.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_7.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_7.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_7.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_7.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_8.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_8.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_8.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_8.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_9.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_9.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_9.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_9.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/time_format.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/time_format.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/time_format.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/time_format.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/topo.png b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/topo.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/topo.png rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/topo.png diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/profile_tutorial.md b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/profile_tutorial.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/profile_tutorial.md rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/profile_tutorial.md diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/rtc_gen_tutorial.md b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/rtc_gen_tutorial.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/rtc_gen_tutorial.md rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/rtc_gen_tutorial.md diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/Makefile b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/Makefile similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/Makefile rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/Makefile diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/alpha_mix.cpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/alpha_mix.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/alpha_mix.cpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/alpha_mix.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/build_rtc_gen_xo.sh b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/build_rtc_gen_xo.sh similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/build_rtc_gen_xo.sh rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/build_rtc_gen_xo.sh diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/config_gen.mk b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/config_gen.mk similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/config_gen.mk rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/config_gen.mk diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_io.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_io.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_io.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_io.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_sdata.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_sdata.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_sdata.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_sdata.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_common.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_common.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_common.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_common.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_headers.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_headers.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_headers.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_headers.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_infra.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_infra.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_infra.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_infra.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_params.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_params.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_params.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_params.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_structs.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_structs.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_structs.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_structs.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_sw_utils.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_sw_utils.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_sw_utils.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_sw_utils.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_types.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_types.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_types.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_types.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_utility.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_utility.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_utility.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_utility.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_core.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_core.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_core.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_core.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_mem.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_mem.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_mem.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_mem.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_types.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_types.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_types.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_types.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_arithm.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_arithm.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_arithm.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_arithm.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_convert_bitdepth.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_convert_bitdepth.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_convert_bitdepth.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_convert_bitdepth.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_magnitude.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_magnitude.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_magnitude.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_magnitude.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_math.h b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_math.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_math.h rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_math.h diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_mean_stddev.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_mean_stddev.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_mean_stddev.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_mean_stddev.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_min_max_loc.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_min_max_loc.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_min_max_loc.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_min_max_loc.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_phase.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_phase.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_phase.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_phase.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_insertBorder.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_insertBorder.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_insertBorder.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_insertBorder.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_letterbox.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_letterbox.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_letterbox.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_letterbox.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_pre_process.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_pre_process.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_pre_process.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_pre_process.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_fast.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_fast.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_fast.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_fast.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris_utils.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris_utils.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris_utils.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris_utils.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_max_suppression.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_max_suppression.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_max_suppression.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_max_suppression.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_pack_corners.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_pack_corners.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_pack_corners.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_pack_corners.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_image.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_image.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_image.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_image.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_squared.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_squared.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_squared.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_squared.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_weighted.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_weighted.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_weighted.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_weighted.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_add_weighted.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_add_weighted.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_add_weighted.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_add_weighted.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_autowhitebalance.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_autowhitebalance.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_autowhitebalance.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_autowhitebalance.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_averagegaussianmask.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_averagegaussianmask.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_averagegaussianmask.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_averagegaussianmask.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bgr2hsv.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bgr2hsv.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bgr2hsv.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bgr2hsv.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bilateral_filter.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bilateral_filter.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bilateral_filter.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bilateral_filter.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_boundingbox.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_boundingbox.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_boundingbox.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_boundingbox.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_box_filter.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_box_filter.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_box_filter.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_box_filter.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bpc.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bpc.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bpc.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bpc.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_sobel.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_sobel.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_sobel.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_sobel.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_utils.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_utils.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_utils.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_utils.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_combine.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_combine.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_combine.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_combine.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_extract.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_extract.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_extract.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_extract.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_colorthresholding.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_colorthresholding.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_colorthresholding.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_colorthresholding.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_convertscaleabs.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_convertscaleabs.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_convertscaleabs.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_convertscaleabs.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_img_to_list.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_img_to_list.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_img_to_list.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_img_to_list.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_update.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_update.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_update.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_update.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_crop.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_crop.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_crop.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_crop.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_custom_convolution.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_custom_convolution.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_custom_convolution.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_custom_convolution.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_1.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_1.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_1.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_1.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_utils.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_utils.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_utils.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_utils.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_delay.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_delay.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_delay.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_delay.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_demosaicing.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_demosaicing.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_demosaicing.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_demosaicing.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_dilation.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_dilation.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_dilation.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_dilation.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_duplicateimage.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_duplicateimage.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_duplicateimage.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_duplicateimage.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_edge_tracing.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_edge_tracing.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_edge_tracing.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_edge_tracing.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_erosion.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_erosion.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_erosion.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_erosion.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_extra_utility.h b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_extra_utility.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_extra_utility.h rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_extra_utility.h diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaincontrol.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaincontrol.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaincontrol.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaincontrol.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gammacorrection.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gammacorrection.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gammacorrection.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gammacorrection.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaussian_filter.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaussian_filter.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaussian_filter.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaussian_filter.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hist_equalize.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hist_equalize.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hist_equalize.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hist_equalize.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_histogram.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_histogram.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_histogram.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_histogram.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_compute_hist.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_compute_hist.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_compute_hist.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_compute_hist.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_gradients.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_gradients.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_gradients.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_gradients.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_hist_norm.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_hist_norm.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_hist_norm.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_hist_norm.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_kernel.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_kernel.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_kernel.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_kernel.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_norm.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_norm.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_norm.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_norm.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_pm.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_pm.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_pm.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_pm.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_utility.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_utility.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_utility.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_utility.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_houghlines.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_houghlines.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_houghlines.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_houghlines.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_inrange.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_inrange.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_inrange.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_inrange.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_integral_image.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_integral_image.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_integral_image.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_integral_image.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_lut.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_lut.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_lut.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_lut.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_magnitude.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_magnitude.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_magnitude.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_magnitude.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift_kernel.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift_kernel.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift_kernel.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift_kernel.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_median_blur.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_median_blur.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_median_blur.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_median_blur.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_otsuthreshold.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_otsuthreshold.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_otsuthreshold.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_otsuthreshold.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_paintmask.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_paintmask.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_paintmask.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_paintmask.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down_gaussian_blur.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down_gaussian_blur.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down_gaussian_blur.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down_gaussian_blur.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up_gaussian_blur.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up_gaussian_blur.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up_gaussian_blur.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up_gaussian_blur.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_reduce.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_reduce.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_reduce.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_reduce.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_remap.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_remap.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_remap.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_remap.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_down_area.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_down_area.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_down_area.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_down_area.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_headers.h b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_headers.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_headers.h rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_headers.h diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_nn_bilinear.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_nn_bilinear.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_nn_bilinear.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_nn_bilinear.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_up_area.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_up_area.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_up_area.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_up_area.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_rgb2hsv.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_rgb2hsv.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_rgb2hsv.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_rgb2hsv.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_scharr.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_scharr.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_scharr.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_scharr.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sgbm.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sgbm.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sgbm.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sgbm.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sobel.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sobel.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sobel.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sobel.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereo_pipeline.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereo_pipeline.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereo_pipeline.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereo_pipeline.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereolbm.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereolbm.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereolbm.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereolbm.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sum.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sum.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sum.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sum.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_svm.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_svm.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_svm.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_svm.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_threshold.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_threshold.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_threshold.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_threshold.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_warp_transform.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_warp_transform.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_warp_transform.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_warp_transform.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow_types.h b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow_types.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow_types.h rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow_types.h diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_kalmanfilter.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_kalmanfilter.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_kalmanfilter.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_kalmanfilter.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_config_types.h b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_config_types.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_config_types.h rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_config_types.h diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_find_gradients.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_find_gradients.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_find_gradients.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_find_gradients.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_median_blur.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_median_blur.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_median_blur.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_median_blur.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_oflow_process.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_oflow_process.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_oflow_process.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_oflow_process.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_scale.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_scale.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_scale.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_scale.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_wrapper.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_wrapper.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_wrapper.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_wrapper.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/package_rtc_gen.tcl b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/package_rtc_gen.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/package_rtc_gen.tcl rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/package_rtc_gen.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/component.xml b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/component.xml similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/component.xml rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/component.xml diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/SPSR.v b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/SPSR.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/SPSR.v rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/SPSR.v diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/control_rtc_gen_vip/control_rtc_gen_vip.xci b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/control_rtc_gen_vip/control_rtc_gen_vip.xci similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/control_rtc_gen_vip/control_rtc_gen_vip.xci rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/control_rtc_gen_vip/control_rtc_gen_vip.xci diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/dataout_axis_m_vip/dataout_axis_m_vip.xci b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/dataout_axis_m_vip/dataout_axis_m_vip.xci similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/dataout_axis_m_vip/dataout_axis_m_vip.xci rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/dataout_axis_m_vip/dataout_axis_m_vip.xci diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen.v b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen.v rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen.v diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_control_s_axi.v b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_control_s_axi.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_control_s_axi.v rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_control_s_axi.v diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_core.v b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_core.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_core.v rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_core.v diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_axi_read_master.sv b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_axi_read_master.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_axi_read_master.sv rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_axi_read_master.sv diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_counter.sv b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_counter.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_counter.sv rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_counter.sv diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_ooc.xdc b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_ooc.xdc similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_ooc.xdc rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_ooc.xdc diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_tb.sv b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_tb.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_tb.sv rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_tb.sv diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_user.xdc b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_user.xdc similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_user.xdc rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_user.xdc diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/slv_fontread_axi_m_vip/slv_fontread_axi_m_vip.xci b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/slv_fontread_axi_m_vip/slv_fontread_axi_m_vip.xci similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/slv_fontread_axi_m_vip/slv_fontread_axi_m_vip.xci rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/slv_fontread_axi_m_vip/slv_fontread_axi_m_vip.xci diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/xgui/rtc_gen_v1_0.tcl b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/xgui/rtc_gen_v1_0.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/xgui/rtc_gen_v1_0.tcl rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/xgui/rtc_gen_v1_0.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_kernel.xml b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_kernel.xml similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_kernel.xml rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_kernel.xml diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/strm_dump.cpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/strm_dump.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/strm_dump.cpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/strm_dump.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/font_sim_data.txt b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/font_sim_data.txt similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/font_sim_data.txt rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/font_sim_data.txt diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/SPSR.v b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/SPSR.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/SPSR.v rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/SPSR.v diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen.v b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen.v rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen.v diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_control_s_axi.v b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_control_s_axi.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_control_s_axi.v rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_control_s_axi.v diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_core.v b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_core.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_core.v rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_core.v diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_axi_read_master.sv b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_axi_read_master.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_axi_read_master.sv rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_axi_read_master.sv diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_counter.sv b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_counter.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_counter.sv rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_counter.sv diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_tb.sv b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_tb.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_tb.sv rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_tb.sv diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/CMakeLists.txt b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/CMakeLists.txt similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/CMakeLists.txt rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/CMakeLists.txt diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/font.dat b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/font.dat similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/font.dat rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/font.dat diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/setup_emu.sh b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/setup_emu.sh similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/setup_emu.sh rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/setup_emu.sh diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/xrt.ini b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/xrt.ini similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/xrt.ini rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/xrt.ini diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/alveo.jpg b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/alveo.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/alveo.jpg rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/alveo.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/victor.jpg b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/victor.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/victor.jpg rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/victor.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/vitis.jpg b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/vitis.jpg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/vitis.jpg rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/vitis.jpg diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_alpha_tb.cpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_alpha_tb.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_alpha_tb.cpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_alpha_tb.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_gen_test.cpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_gen_test.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_gen_test.cpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_gen_test.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.cpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.cpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.hpp b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.hpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.hpp rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.hpp diff --git a/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.mk b/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.mk similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.mk rename to Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.mk diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/CPU_POC/include/utils.h b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/CPU_POC/include/utils.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/CPU_POC/include/utils.h rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/CPU_POC/include/utils.h diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/CPU_POC/main_gold.cpp b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/CPU_POC/main_gold.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/CPU_POC/main_gold.cpp rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/CPU_POC/main_gold.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/README.md b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/README.md similarity index 98% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/README.md rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/README.md index 1eb7856f70..d08f18fc03 100644 --- a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/README.md +++ b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/README.md @@ -81,7 +81,7 @@ For more information see [Xilinx AR 73698](https://www.xilinx.com/support/answer ### Accessing the Tutorial Files 1. To access the reference files, type the following into a terminal: `git clone https://github.com/Xilinx/Vitis-Tutorials`. -2. Navigate to the `Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson` directory. +2. Navigate to the `Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson` directory. ## Next Steps diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/build/hls.tcl b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/build/hls.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/build/hls.tcl rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/build/hls.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/build/hls_opt.tcl b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/build/hls_opt.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/build/hls_opt.tcl rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/build/hls_opt.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/code/tsp.cpp b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/code/tsp.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/code/tsp.cpp rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/code/tsp.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/code/tsp.h b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/code/tsp.h similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/code/tsp.h rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/code/tsp.h diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/code/tsp_TB.cpp b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/code/tsp_TB.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/code/tsp_TB.cpp rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/code/tsp_TB.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/code/tsp_opt.cpp b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/code/tsp_opt.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/code/tsp_opt.cpp rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/code/tsp_opt.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/code_opt.md b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/code_opt.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/code_opt.md rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/code_opt.md diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/cosim.md b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/cosim.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/cosim.md rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/cosim.md diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/csim.md b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/csim.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/csim.md rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/csim.md diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/csynth.md b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/csynth.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/csynth.md rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/csynth.md diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/design.md b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/design.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/design.md rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/design.md diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/export.md b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/export.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/export.md rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/export.md diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/cosim.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/cosim.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/cosim.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/cosim.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/cosimdialog.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/cosimdialog.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/cosimdialog.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/cosimdialog.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/csim.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/csim.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/csim.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/csim.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/csynth.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/csynth.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/csynth.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/csynth.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/descript.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/descript.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/descript.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/descript.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/export.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/export.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/export.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/export.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/play.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/play.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/play.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/play.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/project.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/project.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/project.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/project.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/resource.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/resource.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/resource.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/resource.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/resource1.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/resource1.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/resource1.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/resource1.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/run_implementation.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/run_implementation.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/run_implementation.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/run_implementation.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/synthesis.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/synthesis.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/synthesis.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/synthesis.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/synthesis2.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/synthesis2.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/synthesis2.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/synthesis2.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/tsp.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/tsp.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/tsp.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/tsp.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/wave1.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/wave1.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/wave1.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/wave1.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/wave2.png b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/wave2.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/images/wave2.png rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/images/wave2.png diff --git a/Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/project.md b/Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/project.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/04-traveling-salesperson/project.md rename to Hardware_Acceleration/Design_Tutorials/04-traveling-salesperson/project.md diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/README.md b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/README.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/README.md rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/README.md diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/Makefile b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/Makefile similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/Makefile rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/Makefile diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/filelist_aes.f b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/filelist_aes.f similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/filelist_aes.f rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/filelist_aes.f diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/Aes.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/Aes.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/Aes.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/Aes.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesControl.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesControl.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesControl.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesControl.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesDecipher.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesDecipher.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesDecipher.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesDecipher.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesEncipher.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesEncipher.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesEncipher.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesEncipher.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvMixColumns.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvMixColumns.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvMixColumns.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvMixColumns.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvShiftRows.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvShiftRows.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvShiftRows.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvShiftRows.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvSubBytes.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvSubBytes.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvSubBytes.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesInvSubBytes.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesKeyExpansion.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesKeyExpansion.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesKeyExpansion.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesKeyExpansion.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesMixColumns.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesMixColumns.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesMixColumns.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesMixColumns.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesShiftRows.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesShiftRows.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesShiftRows.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesShiftRows.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesSubBytes.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesSubBytes.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesSubBytes.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/AesSubBytes.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/SPSR.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/SPSR.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/SPSR.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/rtl/SPSR.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/runsim_aes_xsim.sh b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/runsim_aes_xsim.sh similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/runsim_aes_xsim.sh rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/runsim_aes_xsim.sh diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/tbench/tb_aes.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/tbench/tb_aes.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/tbench/tb_aes.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/tbench/tb_aes.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/xsim.tcl b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/xsim.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/aes/xsim.tcl rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/aes/xsim.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/common/plain_gen.pl b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/common/plain_gen.pl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/common/plain_gen.pl rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/common/plain_gen.pl diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/aes.md b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/aes.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/aes.md rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/aes.md diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/CBC_decryption.svg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/CBC_decryption.svg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/CBC_decryption.svg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/CBC_decryption.svg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/CBC_encryption.svg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/CBC_encryption.svg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/CBC_encryption.svg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/CBC_encryption.svg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ECB_decryption.svg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ECB_decryption.svg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ECB_decryption.svg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ECB_decryption.svg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ECB_encryption.svg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ECB_encryption.svg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ECB_encryption.svg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ECB_encryption.svg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/aes_core.svg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/aes_core.svg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/aes_core.svg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/aes_core.svg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/aes_waveform.png b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/aes_waveform.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/aes_waveform.png rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/aes_waveform.png diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_chain.svg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_chain.svg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_chain.svg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_chain.svg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_chain_waveform.png b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_chain_waveform.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_chain_waveform.png rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_chain_waveform.png diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_hs.svg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_hs.svg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_hs.svg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_hs.svg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_hs_waveform.png b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_hs_waveform.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_hs_waveform.png rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/ap_ctrl_hs_waveform.png diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/block_diagram-top.svg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/block_diagram-top.svg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/block_diagram-top.svg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/block_diagram-top.svg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_aes.svg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_aes.svg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_aes.svg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_aes.svg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_aes_waveform.png b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_aes_waveform.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_aes_waveform.png rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_aes_waveform.png diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc.svg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc.svg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc.svg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc.svg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_chain.png b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_chain.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_chain.png rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_chain.png diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_hs.png b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_hs.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_hs.png rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_hs.png diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_sim.png b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_sim.png similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_sim.png rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/images/krnl_cbc_sim.png diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/krnl_aes.md b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/krnl_aes.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/krnl_aes.md rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/krnl_aes.md diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/krnl_cbc.md b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/krnl_cbc.md similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/doc/krnl_cbc.md rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/doc/krnl_cbc.md diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/Makefile b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/Makefile similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/Makefile rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/Makefile diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/filelist_krnl_aes.f b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/filelist_krnl_aes.f similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/filelist_krnl_aes.f rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/filelist_krnl_aes.f diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/gen_ip.tcl b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/gen_ip.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/gen_ip.tcl rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/gen_ip.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/hls/strm_dump.cpp b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/hls/strm_dump.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/hls/strm_dump.cpp rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/hls/strm_dump.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/hls/strm_issue.cpp b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/hls/strm_issue.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/hls/strm_issue.cpp rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/hls/strm_issue.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/host/host_krnl_aes_test.cpp b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/host/host_krnl_aes_test.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/host/host_krnl_aes_test.cpp rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/host/host_krnl_aes_test.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes.xdc b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes.xdc similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes.xdc rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes.xdc diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes_test.cfg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes_test.cfg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes_test.cfg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes_test.cfg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes_test.xdc b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes_test.xdc similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes_test.xdc rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/krnl_aes_test.xdc diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/pack_kernel.tcl b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/pack_kernel.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/pack_kernel.tcl rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/pack_kernel.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/aes_wrapper.sv b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/aes_wrapper.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/aes_wrapper.sv rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/aes_wrapper.sv diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/axis_interface.sv b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/axis_interface.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/axis_interface.sv rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/axis_interface.sv diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/krnl_aes.sv b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/krnl_aes.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/krnl_aes.sv rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/krnl_aes.sv diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/krnl_aes_axi_ctrl_slave.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/krnl_aes_axi_ctrl_slave.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/krnl_aes_axi_ctrl_slave.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/rtl/krnl_aes_axi_ctrl_slave.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/runsim_krnl_aes_xsim.sh b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/runsim_krnl_aes_xsim.sh similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/runsim_krnl_aes_xsim.sh rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/runsim_krnl_aes_xsim.sh diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/setup_emu.sh b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/setup_emu.sh similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/setup_emu.sh rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/setup_emu.sh diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/tbench/tb_krnl_aes.sv b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/tbench/tb_krnl_aes.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/tbench/tb_krnl_aes.sv rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/tbench/tb_krnl_aes.sv diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/tbench/tb_krnl_aes.vh b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/tbench/tb_krnl_aes.vh similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/tbench/tb_krnl_aes.vh rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/tbench/tb_krnl_aes.vh diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/xrt.ini b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/xrt.ini similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/xrt.ini rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/xrt.ini diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/xsim.tcl b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/xsim.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/xsim.tcl rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes/xsim.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/Makefile b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/Makefile similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/Makefile rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/Makefile diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/filelist_krnl_cbc.f b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/filelist_krnl_cbc.f similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/filelist_krnl_cbc.f rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/filelist_krnl_cbc.f diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/gen_ip.tcl b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/gen_ip.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/gen_ip.tcl rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/gen_ip.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/host/host_krnl_cbc_test.cpp b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/host/host_krnl_cbc_test.cpp similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/host/host_krnl_cbc_test.cpp rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/host/host_krnl_cbc_test.cpp diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/krnl_cbc_test.cfg b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/krnl_cbc_test.cfg similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/krnl_cbc_test.cfg rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/krnl_cbc_test.cfg diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/krnl_cbc_test.xdc b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/krnl_cbc_test.xdc similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/krnl_cbc_test.xdc rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/krnl_cbc_test.xdc diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/pack_kernel.tcl b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/pack_kernel.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/pack_kernel.tcl rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/pack_kernel.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/FifoCtlType0.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/FifoCtlType0.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/FifoCtlType0.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/FifoCtlType0.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/FifoType0.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/FifoType0.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/FifoType0.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/FifoType0.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/TPSR.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/TPSR.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/TPSR.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/TPSR.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_master_counter.sv b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_master_counter.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_master_counter.sv rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_master_counter.sv diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_read_master.sv b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_read_master.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_read_master.sv rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_read_master.sv diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_write_master.sv b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_write_master.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_write_master.sv rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/axi_write_master.sv diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/cbc_engine.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/cbc_engine.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/cbc_engine.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/cbc_engine.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/engine_control.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/engine_control.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/engine_control.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/engine_control.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/krnl_cbc.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/krnl_cbc.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/krnl_cbc.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/krnl_cbc.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/krnl_cbc_ctrl_slave.v b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/krnl_cbc_ctrl_slave.v similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/krnl_cbc_ctrl_slave.v rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/rtl/krnl_cbc_ctrl_slave.v diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/runsim_krnl_cbc_xsim.sh b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/runsim_krnl_cbc_xsim.sh similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/runsim_krnl_cbc_xsim.sh rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/runsim_krnl_cbc_xsim.sh diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/setup_emu.sh b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/setup_emu.sh similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/setup_emu.sh rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/setup_emu.sh diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/tbench/tb_krnl_cbc.sv b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/tbench/tb_krnl_cbc.sv similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/tbench/tb_krnl_cbc.sv rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/tbench/tb_krnl_cbc.sv diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/tbench/tb_krnl_cbc.vh b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/tbench/tb_krnl_cbc.vh similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/tbench/tb_krnl_cbc.vh rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/tbench/tb_krnl_cbc.vh diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/xrt.ini b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/xrt.ini similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/xrt.ini rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/xrt.ini diff --git a/Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/xsim.tcl b/Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/xsim.tcl similarity index 100% rename from Hardware_Accelerators/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/xsim.tcl rename to Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_cbc/xsim.tcl diff --git a/Hardware_Accelerators/Design_Tutorials/README.md b/Hardware_Acceleration/Design_Tutorials/README.md similarity index 96% rename from Hardware_Accelerators/Design_Tutorials/README.md rename to Hardware_Acceleration/Design_Tutorials/README.md index 33a63e403f..10b6a71b82 100644 --- a/Hardware_Accelerators/Design_Tutorials/README.md +++ b/Hardware_Acceleration/Design_Tutorials/README.md @@ -1,13 +1,13 @@  -

2020.1 Vitis™ - Hardware Accelerators Tutorials

+

2020.1 Vitis™ - Hardware Acceleration Tutorials

See Vitis™ Development Environment on xilinx.com
-### Introduction to Vitis Hardware Accelerators +### Introduction to Vitis Hardware Acceleration @@ -15,7 +15,7 @@ - +
Description
Introduction to Vitis Hardware AcceleratorsIntroduction to Vitis Hardware Acceleration This tutorial puts in practice the concepts of FPGA acceleration and illustrates how to gradually optimize a hardware accelerator implementing the Cholesky matrix decomposition algorithm.
diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/README.md b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/README.md similarity index 99% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/README.md rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/README.md index 6741d4b085..e3fc13a63d 100644 --- a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/README.md +++ b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/README.md @@ -42,7 +42,7 @@ The labs in this tutorial use: ### Accessing the Tutorial Reference Files 1. To access the reference files, type the following into a terminal: `git clone https://gitenterprise.xilinx.com/swm/Vitis-In-Depth-Tutorial.git`. -2. Navigate to `Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/` directory, and then access the `reference-files` directory. +2. Navigate to `Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/` directory, and then access the `reference-files` directory. ## Requirements for Using an RTL Design as an RTL Kernel diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_example_empty.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_example_empty.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_example_empty.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_example_empty.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_hardware_platform_dialog.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_hardware_platform_dialog.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_hardware_platform_dialog.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_hardware_platform_dialog.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_launcher.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_launcher.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_launcher.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_launcher.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_P1.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_P1.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_P1.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_P1.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_example_empty.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_example_empty.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_example_empty.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_example_empty.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_generate_rtl_kernel.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_generate_rtl_kernel.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_generate_rtl_kernel.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_generate_rtl_kernel.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_hardware_platform_dialog.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_hardware_platform_dialog.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_hardware_platform_dialog.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_hardware_platform_dialog.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_launcher.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_launcher.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_launcher.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_launcher.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_newapplicationproject.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_newapplicationproject.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_newapplicationproject.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_newapplicationproject.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_project_explorer.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_project_explorer.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_project_explorer.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_project_explorer.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_summary.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_summary.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_summary.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_summary.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/AddSources.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/AddSources.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/AddSources.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/AddSources.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/P1.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/P1.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/P1.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/P1.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/RTLKernelWizard.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/RTLKernelWizard.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/RTLKernelWizard.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/RTLKernelWizard.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/SDxIDEWelcome.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/SDxIDEWelcome.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/SDxIDEWelcome.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/SDxIDEWelcome.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/Top_level_interface.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/Top_level_interface.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/Top_level_interface.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/Top_level_interface.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add-hw-function.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add-hw-function.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add-hw-function.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add-hw-function.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add_design_sources.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add_design_sources.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add_design_sources.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add_design_sources.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add_rtl_sources.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add_rtl_sources.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add_rtl_sources.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add_rtl_sources.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/address-memory-win.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/address-memory-win.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/address-memory-win.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/address-memory-win.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/application_project.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/application_project.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/application_project.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/application_project.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/control_protocol.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/control_protocol.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/control_protocol.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/control_protocol.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/create_and_package_ip.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/create_and_package_ip.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/create_and_package_ip.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/create_and_package_ip.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/custom_RTL.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/custom_RTL.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/custom_RTL.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/custom_RTL.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/edit_interface.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/edit_interface.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/edit_interface.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/edit_interface.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/enable_archive_settings.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/enable_archive_settings.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/enable_archive_settings.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/enable_archive_settings.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/general_settings.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/general_settings.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/general_settings.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/general_settings.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/generate_rtl_kernel.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/generate_rtl_kernel.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/generate_rtl_kernel.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/generate_rtl_kernel.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon-new-launch-config.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon-new-launch-config.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon-new-launch-config.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon-new-launch-config.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_add_sources.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_add_sources.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_add_sources.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_add_sources.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_build.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_build.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_build.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_build.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/images b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/images similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/images rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/images diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/import-host-code.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/import-host-code.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/import-host-code.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/import-host-code.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/lightning_icon.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/lightning_icon.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/lightning_icon.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/lightning_icon.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/maxi.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/maxi.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/maxi.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/maxi.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/new_project_open.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/new_project_open.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/new_project_open.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/new_project_open.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/newapplicationproject.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/newapplicationproject.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/newapplicationproject.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/newapplicationproject.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/package_ip_interface.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/package_ip_interface.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/package_ip_interface.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/package_ip_interface.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/packaging.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/packaging.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/packaging.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/packaging.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/program-arguments.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/program-arguments.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/program-arguments.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/program-arguments.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/project_explorer.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/project_explorer.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/project_explorer.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/project_explorer.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-default_perspective.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-default_perspective.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-default_perspective.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-default_perspective.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-general_settings.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-general_settings.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-general_settings.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-general_settings.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-global_memory.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-global_memory.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-global_memory.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-global_memory.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-hw_function.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-hw_function.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-hw_function.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-hw_function.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-import_host.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-import_host.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-import_host.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-import_host.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-new_application_project.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-new_application_project.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-new_application_project.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-new_application_project.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-platform_page.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-platform_page.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-platform_page.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-platform_page.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-scalar_page.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-scalar_page.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-scalar_page.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-scalar_page.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_settings.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_settings.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_settings.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_settings.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_sources.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_sources.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_sources.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_sources.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-summary_page.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-summary_page.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-summary_page.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-summary_page.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel_wizard.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel_wizard.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel_wizard.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel_wizard.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/scalar.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/scalar.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/scalar.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/scalar.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/simulation_settings.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/simulation_settings.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/simulation_settings.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/simulation_settings.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/summary.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/summary.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/summary.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/summary.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/tcl_console.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/tcl_console.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/tcl_console.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/tcl_console.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_application_project.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_application_project.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_application_project.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_application_project.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_dew1517374817420.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_dew1517374817420.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_dew1517374817420.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_dew1517374817420.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_faq1517357172427.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_faq1517357172427.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_faq1517357172427.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_faq1517357172427.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_gba1517357172448.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_gba1517357172448.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_gba1517357172448.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_gba1517357172448.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_hardware_platform_dialog_new.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_hardware_platform_dialog_new.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_hardware_platform_dialog_new.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_hardware_platform_dialog_new.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_project_name.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_project_name.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_project_name.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_project_name.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/welcome.png b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/welcome.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/welcome.png rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/welcome.png diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/wizard.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/wizard.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/wizard.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/wizard.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/xclbin.PNG b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/xclbin.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/xclbin.PNG rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/xclbin.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/package_ip.md b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/package_ip.md similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/package_ip.md rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/package_ip.md diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/Makefile b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/Makefile similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/Makefile rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/Makefile diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/run_rtl_kernel.sh b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/run_rtl_kernel.sh similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/run_rtl_kernel.sh rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/run_rtl_kernel.sh diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/gen_xo.tcl b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/gen_xo.tcl similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/gen_xo.tcl rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/gen_xo.tcl diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/package_kernel.tcl b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/package_kernel.tcl similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/package_kernel.tcl rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/package_kernel.tcl diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/A_axi_read_master.sv b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/A_axi_read_master.sv similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/A_axi_read_master.sv rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/A_axi_read_master.sv diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/B_axi_read_master.sv b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/B_axi_read_master.sv similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/B_axi_read_master.sv rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/B_axi_read_master.sv diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/RTL_IP-readme b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/RTL_IP-readme similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/RTL_IP-readme rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/RTL_IP-readme diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B.v b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B.v similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B.v rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B.v diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_control_s_axi.v b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_control_s_axi.v similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_control_s_axi.v rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_control_s_axi.v diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example.sv b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example.sv similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example.sv rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example.sv diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_adder.v b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_adder.v similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_adder.v rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_adder.v diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_axi_write_master.sv b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_axi_write_master.sv similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_axi_write_master.sv rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_axi_write_master.sv diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_counter.sv b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_counter.sv similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_counter.sv rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_counter.sv diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_vadd.sv b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_vadd.sv similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_vadd.sv rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_vadd.sv diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_B.sv b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_B.sv similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_B.sv rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_B.sv diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/host/host.cpp b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/host/host.cpp similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/host/host.cpp rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/host/host.cpp diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv_old b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv_old similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv_old rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv_old diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/xml/kernel.xml b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/xml/kernel.xml similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/xml/kernel.xml rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/xml/kernel.xml diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/xrt.ini b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/xrt.ini similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/xrt.ini rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/xrt.ini diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/using_the_rtl_kernel.md b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/using_the_rtl_kernel.md similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/using_the_rtl_kernel.md rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/using_the_rtl_kernel.md diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/vitis_ide.md b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/vitis_ide.md similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/vitis_ide.md rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/vitis_ide.md diff --git a/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/vivado_ip.md b/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/vivado_ip.md similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/vivado_ip.md rename to Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/vivado_ip.md diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md similarity index 98% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md index a5e15792da..4b062c3d89 100644 --- a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md +++ b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md @@ -53,7 +53,7 @@ Before running any of the examples, ensure you have set up the Vitis core develo ### Accessing the Tutorial Reference Files 1. To access the reference files, type the following into a terminal: `git clone https://github.com/Xilinx/Vitis-Tutorials`. -2. Navigate to the `Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels` directory, and then access the `reference-files` directory. +2. Navigate to the `Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels` directory, and then access the `reference-files` directory. ## Building an Application with C++ Based Kernel @@ -204,7 +204,7 @@ Similar to the previous section, you will build, emulate, and review the generat First, you will create and package an RTL-based kernel using the RTL Kernel Wizard. By default, the wizard creates a kernel to increment by one. This kernel will be used in this tutorial. Additionally, the wizard automates the steps needed to package the RTL design into a kernel object file (XO). -You will generate the RTL-based kernel by quickly going through the RTL Kernel Wizard steps (at a high-level). Review the [Getting Started with RTL Kernels](https://github.com/Xilinx/Vitis-Tutorials/tree/master/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow) tutorial for more information. For complete details refer to [RTL Kernels](https://www.xilinx.com/html_docs/xilinx2021_1/vitis_doc/devrtlkernel.html#qnk1504034323350) in the Application Acceleration Development flow of the Vitis Unified Software Platform Documentation (UG1416). +You will generate the RTL-based kernel by quickly going through the RTL Kernel Wizard steps (at a high-level). Review the [Getting Started with RTL Kernels](https://github.com/Xilinx/Vitis-Tutorials/tree/master/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow) tutorial for more information. For complete details refer to [RTL Kernels](https://www.xilinx.com/html_docs/xilinx2021_1/vitis_doc/devrtlkernel.html#qnk1504034323350) in the Application Acceleration Development flow of the Vitis Unified Software Platform Documentation (UG1416). #### Create the Vitis Project @@ -346,7 +346,7 @@ vitis_analyzer xclbin.run_summary ## Next Steps -With the understanding that Vitis compiler can use kernels from a variety of build sources, perhaps you would be interested in seeing some special designs implemented using the Vitis application acceleration development flow. If so, proceed to [Hardware Accelerator Design Tutorials](https://github.com/Xilinx/Vitis-Tutorials/tree/master/Hardware_Accelerators/Design_Tutorials). +With the understanding that Vitis compiler can use kernels from a variety of build sources, perhaps you would be interested in seeing some special designs implemented using the Vitis application acceleration development flow. If so, proceed to [Hardware Accelerator Design Tutorials](https://github.com/Xilinx/Vitis-Tutorials/tree/master/Hardware_Acceleration/Design_Tutorials).

diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_flow_navigator.png b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_flow_navigator.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_flow_navigator.png rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_flow_navigator.png diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel.PNG b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel.PNG rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel_vitis.PNG b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel_vitis.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel_vitis.PNG rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel_vitis.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels.PNG b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels.PNG rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels_vitis.PNG b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels_vitis.PNG similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels_vitis.PNG rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels_vitis.PNG diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/Makefile b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/Makefile similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/Makefile rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/Makefile diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/design.cfg b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/design.cfg similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/design.cfg rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/design.cfg diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/xrt.ini b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/xrt.ini similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/xrt.ini rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/xrt.ini diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/Makefile b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/Makefile similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/Makefile rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/Makefile diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/compile.cfg b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/compile.cfg similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/compile.cfg rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/compile.cfg diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/link.cfg b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/link.cfg similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/link.cfg rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/link.cfg diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/xrt.ini b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/xrt.ini similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/xrt.ini rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/xrt.ini diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step1.cpp b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step1.cpp similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step1.cpp rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step1.cpp diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step2.cpp b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step2.cpp similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step2.cpp rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step2.cpp diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/kernel_cpp/krnl_vadd.cpp b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/kernel_cpp/krnl_vadd.cpp similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/kernel_cpp/krnl_vadd.cpp rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/kernel_cpp/krnl_vadd.cpp diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/script/run_sprite_mixing_c_rtl_kernels.sh b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/script/run_sprite_mixing_c_rtl_kernels.sh similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/script/run_sprite_mixing_c_rtl_kernels.sh rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/script/run_sprite_mixing_c_rtl_kernels.sh diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/script/workplace/rtl_project/src/rtl_kernel/rtl_kernel_wizard_0/rtl_kernel_wizard_0.xo b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/script/workplace/rtl_project/src/rtl_kernel/rtl_kernel_wizard_0/rtl_kernel_wizard_0.xo similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/script/workplace/rtl_project/src/rtl_kernel/rtl_kernel_wizard_0/rtl_kernel_wizard_0.xo rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/script/workplace/rtl_project/src/rtl_kernel/rtl_kernel_wizard_0/rtl_kernel_wizard_0.xo diff --git a/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/workspace/readme.txt b/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/workspace/readme.txt similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/workspace/readme.txt rename to Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/workspace/readme.txt diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/README.md b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/README.md similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/README.md rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/README.md diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/dataflow_viewer.md b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/dataflow_viewer.md similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/dataflow_viewer.md rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/dataflow_viewer.md diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/fifo_sizing_and_deadlocks.md b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/fifo_sizing_and_deadlocks.md similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/fifo_sizing_and_deadlocks.md rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/fifo_sizing_and_deadlocks.md diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/Xsim Waveform 1.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/Xsim Waveform 1.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/Xsim Waveform 1.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/Xsim Waveform 1.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/Xsim Waveform 2.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/Xsim Waveform 2.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/Xsim Waveform 2.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/Xsim Waveform 2.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth2.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth2.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth2.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth2.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth3.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth3.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth3.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth3.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth4.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth4.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth4.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth4.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth5.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth5.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth5.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/adjusting_fifo_depth5.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/auto_fifo_setting.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/auto_fifo_setting.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/auto_fifo_setting.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/auto_fifo_setting.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/auto_fifo_sizing.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/auto_fifo_sizing.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/auto_fifo_sizing.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/auto_fifo_sizing.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate0.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate0.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate0.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate0.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate1.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate1.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate1.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/back_annotate1.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/c_sim.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/c_sim.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/c_sim.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/c_sim.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/channel_table.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/channel_table.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/channel_table.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/channel_table.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_channel.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_channel.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_channel.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_channel.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_channel_view.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_channel_view.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_channel_view.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_channel_view.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_deadlock_view.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_deadlock_view.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_deadlock_view.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_deadlock_view.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_deadlock_view2.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_deadlock_view2.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_deadlock_view2.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_deadlock_view2.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_fifo_channels.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_fifo_channels.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_fifo_channels.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_fifo_channels.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_graph.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_graph.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_graph.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_graph.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_icon.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_icon.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_icon.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_icon.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_viewer_after_cosim_page.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_viewer_after_cosim_page.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_viewer_after_cosim_page.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_viewer_after_cosim_page.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_viewer_start_page.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_viewer_start_page.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_viewer_start_page.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/dataflow_viewer_start_page.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/global_setting.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/global_setting.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/global_setting.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/global_setting.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/global_setting1.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/global_setting1.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/global_setting1.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/global_setting1.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/modify_depth.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/modify_depth.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/modify_depth.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/modify_depth.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/open_dataflow_viewer.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/open_dataflow_viewer.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/open_dataflow_viewer.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/open_dataflow_viewer.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/process_table.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/process_table.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/process_table.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/process_table.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/remove_directive.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/remove_directive.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/remove_directive.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/remove_directive.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/rtl-co-sim.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/rtl-co-sim.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/rtl-co-sim.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/rtl-co-sim.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/rtl-cosim.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/rtl-cosim.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/rtl-cosim.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/rtl-cosim.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/run_cosim.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/run_cosim.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/run_cosim.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/run_cosim.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/run_icon.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/run_icon.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/run_icon.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/run_icon.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/solution_settings.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/solution_settings.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/solution_settings.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/solution_settings.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/synthesis_summary_report_view.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/synthesis_summary_report_view.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/synthesis_summary_report_view.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/synthesis_summary_report_view.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/throughput.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/throughput.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/throughput.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/throughput.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/waveform_detailed.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/waveform_detailed.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/waveform_detailed.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/waveform_detailed.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/waveform_summary.png b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/waveform_summary.png similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/images/waveform_summary.png rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/images/waveform_summary.png diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond.cpp b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond.cpp similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond.cpp rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond.cpp diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond.h b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond.h similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond.h rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond.h diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond_test.cpp b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond_test.cpp similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond_test.cpp rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/diamond_test.cpp diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/result.golden.dat b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/result.golden.dat similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/result.golden.dat rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/result.golden.dat diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/script.tcl b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/script.tcl similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/script.tcl rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/dataflow/script.tcl diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example.cpp b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example.cpp similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example.cpp rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example.cpp diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example.h b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example.h similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example.h rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example.h diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example_test.cpp b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example_test.cpp similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example_test.cpp rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/example_test.cpp diff --git a/Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/script.tcl b/Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/script.tcl similarity index 100% rename from Hardware_Accelerators/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/script.tcl rename to Hardware_Acceleration/Feature_Tutorials/03-dataflow_debug_and_optimization/reference_files/deadlock/script.tcl diff --git a/Hardware_Accelerators/Feature_Tutorials/README.md b/Hardware_Acceleration/Feature_Tutorials/README.md similarity index 95% rename from Hardware_Accelerators/Feature_Tutorials/README.md rename to Hardware_Acceleration/Feature_Tutorials/README.md index 5478eaeb1b..3a9a59a63a 100644 --- a/Hardware_Accelerators/Feature_Tutorials/README.md +++ b/Hardware_Acceleration/Feature_Tutorials/README.md @@ -1,13 +1,13 @@ -

2021.1 Vitis™ - Hardware Accelerators Tutorials

+

2021.1 Vitis™ - Hardware Acceleration Tutorials

See Vitis™ Development Environment on xilinx.com
-### Introduction to Vitis Hardware Accelerators +### Introduction to Vitis Hardware Acceleration @@ -15,7 +15,7 @@ - +
Description
Introduction to Vitis Hardware AcceleratorsIntroduction to Vitis Hardware Acceleration This tutorial puts in practice the concepts of FPGA acceleration and illustrates how to gradually optimize a hardware accelerator implementing the Cholesky matrix decomposition algorithm.
diff --git a/Hardware_Accelerators/Introduction/01-Workflows/README.md b/Hardware_Acceleration/Introduction/01-Workflows/README.md similarity index 100% rename from Hardware_Accelerators/Introduction/01-Workflows/README.md rename to Hardware_Acceleration/Introduction/01-Workflows/README.md diff --git a/Hardware_Accelerators/Introduction/02-System_Setup/README.md b/Hardware_Acceleration/Introduction/02-System_Setup/README.md similarity index 100% rename from Hardware_Accelerators/Introduction/02-System_Setup/README.md rename to Hardware_Acceleration/Introduction/02-System_Setup/README.md diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/README.md b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/README.md similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/README.md rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/README.md diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/README.md b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/README.md similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/README.md rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/README.md diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/README.md b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/README.md similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/README.md rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/README.md diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/cpu_cholesky.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/cpu_cholesky.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/cpu_cholesky.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/cpu_cholesky.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/matrixUtility.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/matrixUtility.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/matrixUtility.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/matrixUtility.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/test.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/test.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/test.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/test.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/golden_result.dat b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/golden_result.dat similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/golden_result.dat rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/golden_result.dat diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/matrix_input.dat b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/matrix_input.dat similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/matrix_input.dat rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/matrix_input.dat diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/test_hls.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/test_hls.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/test_hls.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/test_hls.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/HLS_dataflow_anim.gif b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/HLS_dataflow_anim.gif similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/HLS_dataflow_anim.gif rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/HLS_dataflow_anim.gif diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/analyzer_anim.gif b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/analyzer_anim.gif similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/analyzer_anim.gif rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/analyzer_anim.gif diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/anim_pipeline.gif b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/anim_pipeline.gif similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/anim_pipeline.gif rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/anim_pipeline.gif diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/description.png b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/description.png similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/description.png rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/description.png diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui1_import.png b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui1_import.png similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui1_import.png rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui1_import.png diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui2_browse.png b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui2_browse.png similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui2_browse.png rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui2_browse.png diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui2_next.png b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui2_next.png similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui2_next.png rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui2_next.png diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui3_archive.png b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui3_archive.png similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui3_archive.png rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui3_archive.png diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui3_browse.png b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui3_browse.png similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui3_browse.png rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui3_browse.png diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui4_next.png b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui4_next.png similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui4_next.png rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui4_next.png diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui4_zip.png b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui4_zip.png similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui4_zip.png rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui4_zip.png diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui5_finish.png b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui5_finish.png similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui5_finish.png rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui5_finish.png diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui6_platform.png b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui6_platform.png similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui6_platform.png rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui6_platform.png diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/host-kernel.png b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/host-kernel.png similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/host-kernel.png rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/host-kernel.png diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/pipeline.gif b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/pipeline.gif similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/pipeline.gif rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/pipeline.gif diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/Makefile b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/Makefile similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/Makefile rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/Makefile diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/README.md b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/README.md similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/README.md rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/README.md diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/common.cfg b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/common.cfg similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/common.cfg rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/common.cfg diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/project/vitis_export_archive.ide.zip b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/project/vitis_export_archive.ide.zip similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/project/vitis_export_archive.ide.zip rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/project/vitis_export_archive.ide.zip diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/matrixUtility.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/matrixUtility.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/matrixUtility.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/matrixUtility.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/test.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/test.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/test.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/test.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/xrt.ini b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/xrt.ini similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/xrt.ini rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/xrt.ini diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/Makefile b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/Makefile similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/Makefile rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/Makefile diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/README.md b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/README.md similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/README.md rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/README.md diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/common.cfg b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/common.cfg similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/common.cfg rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/common.cfg diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/project/vitis_export_archive.ide.zip b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/project/vitis_export_archive.ide.zip similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/project/vitis_export_archive.ide.zip rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/project/vitis_export_archive.ide.zip diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/matrixUtility.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/matrixUtility.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/matrixUtility.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/matrixUtility.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/test.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/test.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/test.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/test.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/xrt.ini b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/xrt.ini similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/xrt.ini rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/xrt.ini diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/Makefile b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/Makefile similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/Makefile rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/Makefile diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/README.md b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/README.md similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/README.md rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/README.md diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/common.cfg b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/common.cfg similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/common.cfg rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/common.cfg diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/project/vitis_export_archive.ide.zip b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/project/vitis_export_archive.ide.zip similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/project/vitis_export_archive.ide.zip rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/project/vitis_export_archive.ide.zip diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/matrixUtility.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/matrixUtility.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/matrixUtility.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/matrixUtility.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/test.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/test.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/test.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/test.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/xrt.ini b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/xrt.ini similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/xrt.ini rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/xrt.ini diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/Makefile b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/Makefile similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/Makefile rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/Makefile diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/README.md b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/README.md similarity index 97% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/README.md rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/README.md index 6378ea7a14..7ed582e180 100644 --- a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/README.md +++ b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/README.md @@ -114,7 +114,7 @@ Actual results comparing the runs for all modules including execution on the CPU #### Conclusion -This concludes this introductory tutorial on Vitis hardware accelerators. [Click here](../../../../README.md) to find more Vitis design optimization tutorials. +This concludes this introductory tutorial on Vitis Hardware Acceleration. [Click here](../../../../README.md) to find more Vitis design optimization tutorials.

Copyright© 2020 Xilinx

diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/common.cfg b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/common.cfg similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/common.cfg rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/common.cfg diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/project/vitis_export_archive.ide.zip b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/project/vitis_export_archive.ide.zip similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/project/vitis_export_archive.ide.zip rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/project/vitis_export_archive.ide.zip diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/matrixUtility.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/matrixUtility.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/matrixUtility.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/matrixUtility.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/test.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/test.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/test.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/test.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.cpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.cpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.cpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.cpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.hpp b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.hpp similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.hpp rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.hpp diff --git a/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/xrt.ini b/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/xrt.ini similarity index 100% rename from Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/xrt.ini rename to Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/xrt.ini diff --git a/Hardware_Accelerators/Introduction/README.md b/Hardware_Acceleration/Introduction/README.md similarity index 97% rename from Hardware_Accelerators/Introduction/README.md rename to Hardware_Acceleration/Introduction/README.md index 452053a4dd..f39f81cc80 100644 --- a/Hardware_Accelerators/Introduction/README.md +++ b/Hardware_Acceleration/Introduction/README.md @@ -6,7 +6,7 @@ -### Introduction to Vitis Hardware Accelerators Tutorial +### Introduction to Vitis Hardware Acceleration Tutorial This tutorial is divided in 3 sections. diff --git a/Hardware_Accelerators/README.md b/Hardware_Acceleration/README.md similarity index 95% rename from Hardware_Accelerators/README.md rename to Hardware_Acceleration/README.md index 8f3e37b813..0291723cdd 100644 --- a/Hardware_Accelerators/README.md +++ b/Hardware_Acceleration/README.md @@ -1,13 +1,13 @@ -

2021.1 Vitis™ - Hardware Accelerators Tutorials

+

2021.1 Vitis™ - Hardware Acceleration Tutorials

See Vitis™ Development Environment on xilinx.com
-### Introduction to Vitis Hardware Accelerators +### Introduction to Vitis Hardware Acceleration @@ -15,7 +15,7 @@ - +
Description
Introduction to Vitis Hardware AcceleratorsIntroduction to Vitis Hardware Acceleration This tutorial puts in practice the concepts of FPGA acceleration and illustrates how to gradually optimize a hardware accelerator implementing the Cholesky matrix decomposition algorithm.
diff --git a/README.md b/README.md index 1cfa4dc24d..05a8002d32 100755 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The Vitis Tutorials take users through the design methodology and programming mo ### [Introduction](./Getting_Started) Start here! Learn the basics of the Vitis programming model by putting together your very first application. No experience necessary! -### [Acceleration Tutorial](./Hardware_Accelerators) +### [Acceleration Tutorial](./Hardware_Acceleration) Learn how to use the Vitis core development kit to build, analyze, and optimize an accelerated algorithm developed in C++, OpenCL, and even low-level hardware description languages (HDLs) like Verilog and VHDL. Learn how to use Vitis High-Level Synthesis (HLS), compiler, analyzer, and debugger to identify performance bottlenecks and make modifications to increase algorithm efficiency and performance using an Alveo™ Data Center acceleration card. diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/Makefile b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/Makefile rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/Makefile diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/README.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/README.md similarity index 98% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/README.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/README.md index a8ed60c7b7..4354c347df 100644 --- a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/README.md +++ b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/README.md @@ -38,7 +38,7 @@ git clone https://github.com/Xilinx/Vitis-Tutorials.git 次のたたみ込みチュートリアル ディレクトリに大きなファイルをコピーして抽出します。 ```bash -cd /VITIS_TUTORIAL_REPO_PATH/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial +cd /VITIS_TUTORIAL_REPO_PATH/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial wget https://japan.xilinx.com/bin/public/openDownload?filename=conv_tutorial_files.tar.gz -O conv_tutorial_files.tar.gz tar -xvzf conv_tutorial_files.tar.gz ``` @@ -59,7 +59,7 @@ source /setup.sh ソフトウェア アプリケーションは、解像度 1920x1080 の高解像度 (HD) ビデオフレーム/画像を処理します。一連の画像にたたみ込みを実行し、パフォーマンス結果のサマリを表示します。これは、ベースライン ソフトウェアのパフォーマンスを測定するために使用されます。次のように、チュートリアルを指定する環境変数を repo のパスを基準に設定してください。 ```bash -export CONV_TUTORIAL_DIR=/VITIS_TUTORIAL_REPO_PATH/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial +export CONV_TUTORIAL_DIR=/VITIS_TUTORIAL_REPO_PATH/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial ``` **VITIS_TUTORIAL_REPO_PATH** は、クローン後にユーザーが配置した git repo のローカル パスです。 diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/hls_build/build.tcl b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/hls_build/build.tcl similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/hls_build/build.tcl rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/hls_build/build.tcl diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/Thumbs.db b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/Thumbs.db similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/Thumbs.db rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/Thumbs.db diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/Window2D.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/Window2D.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/Window2D.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/Window2D.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/bwKernel.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/bwKernel.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/bwKernel.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/bwKernel.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/bwUtil.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/bwUtil.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/bwUtil.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/bwUtil.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/convolution.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/convolution.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/convolution.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/convolution.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/cuPerf.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/cuPerf.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/cuPerf.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/cuPerf.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/cuTime.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/cuTime.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/cuTime.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/cuTime.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/filterBlkDia.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/filterBlkDia.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/filterBlkDia.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/filterBlkDia.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/hostTrace.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/hostTrace.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/hostTrace.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/hostTrace.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/inputImage.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/inputImage.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/inputImage.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/inputImage.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/inputImage50.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/inputImage50.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/inputImage50.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/inputImage50.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/outputImage.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/outputImage.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/outputImage.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/outputImage.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/refImage.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/refImage.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/refImage.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/refImage.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHLSCosimReport.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHLSCosimReport.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHLSCosimReport.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHLSCosimReport.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHLSIIReport.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHLSIIReport.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHLSIIReport.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHLSIIReport.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport2.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport2.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport2.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/images/vitisHlsResourceReport2.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/krnl_build_options.cfg b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/krnl_build_options.cfg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/krnl_build_options.cfg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/krnl_build_options.cfg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab1_app_introduction_performance_estimation.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab1_app_introduction_performance_estimation.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab1_app_introduction_performance_estimation.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab1_app_introduction_performance_estimation.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab2_conv_filter_kernel_design.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab2_conv_filter_kernel_design.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab2_conv_filter_kernel_design.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab2_conv_filter_kernel_design.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab3_build_app_kernel.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab3_build_app_kernel.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/lab3_build_app_kernel.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/lab3_build_app_kernel.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/make_options.mk b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/make_options.mk similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/make_options.mk rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/make_options.mk diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/cmdlineparser.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/coefficients.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/coefficients.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/coefficients.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/coefficients.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/common.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/common.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/common.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/common.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/filter2d_hw.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/filter2d_hw.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/filter2d_hw.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/filter2d_hw.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/filter2d_sw.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/filter2d_sw.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/filter2d_sw.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/filter2d_sw.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/hls_testbench.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/hls_testbench.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/hls_testbench.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/hls_testbench.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host_randomized.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host_randomized.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host_randomized.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host_randomized.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host_sw_only.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host_sw_only.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/host_sw_only.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/host_sw_only.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/xcl2.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/xcl2.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/xcl2.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/xcl2.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/xcl2.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/xcl2.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/src/xcl2.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/xcl2.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/sw_run/Makefile b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/sw_run/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/sw_run/Makefile rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/sw_run/Makefile diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/sw_run/run.sh b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/sw_run/run.sh similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/sw_run/run.sh rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/sw_run/run.sh diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/xrt.ini b/docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/xrt.ini similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/01-convolution-tutorial/xrt.ini rename to docs-jp/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/xrt.ini diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/1_overview.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/1_overview.md similarity index 98% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/1_overview.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/1_overview.md index 975fa46bd4..64d164583b 100644 --- a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/1_overview.md +++ b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/1_overview.md @@ -31,7 +31,7 @@ このチュートリアルでは、各ドキュメントがワードの配列で構成されており、各ワードは 32 ビットの符号なし整数 (24 ビットのワード ID と頻度を表す 8 ビット) です。検索配列はユーザーが関心を持つワードで構成されており、24 ビットのワード ID のセットを表します。各ワード ID には、ワードの重要性を表す重みが連付けられています。 -1. `Hardware_Accelerators/Design_Tutorials/02-bloom` ディレクトリに移動します。 +1. `Hardware_Acceleration/Design_Tutorials/02-bloom` ディレクトリに移動します。 2. `cpu_src` ディレクトリに移動し、`main.cpp` ファイルを開き、63 行目を確認します。 diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/2_experience-acceleration.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/2_experience-acceleration.md similarity index 99% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/2_experience-acceleration.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/2_experience-acceleration.md index a2154c28be..f24a953921 100644 --- a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/2_experience-acceleration.md +++ b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/2_experience-acceleration.md @@ -13,7 +13,7 @@ ```bash # Source the Vitis runtime environment - export LAB_WORK_DIR=/Hardware_Accelerators/Design_Tutorials/02-bloom + export LAB_WORK_DIR=/Hardware_Acceleration/Design_Tutorials/02-bloom ``` 2. C アプリケーションをビルドします。 diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/3_architect-the-application.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/3_architect-the-application.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/3_architect-the-application.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/3_architect-the-application.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/4_implement-kernel.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/4_implement-kernel.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/4_implement-kernel.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/4_implement-kernel.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/5_data-movement.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/5_data-movement.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/5_data-movement.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/5_data-movement.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/6_using-multiple-ddr.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/6_using-multiple-ddr.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/6_using-multiple-ddr.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/6_using-multiple-ddr.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/README.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/README.md similarity index 99% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/README.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/README.md index 9374f20057..406a6efa56 100644 --- a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/README.md +++ b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/README.md @@ -39,7 +39,7 @@ FPGA 上でアプリケーションをアクセラレーションする手法は 1. チュートリアルの内容を入手するには、ターミナルに `git clone http://github.com/Xilinx/Vitis-Tutorials` と入力します。 -2. `Hardware_Accelerators/Design_Tutorials/02-bloom` ディレクトリに移動します。 +2. `Hardware_Acceleration/Design_Tutorials/02-bloom` ディレクトリに移動します。 * `cpu_src` には、変更前のソース コードが含まれます。 * `images` に、このチュートリアルの図を示します。 diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/Makefile b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/Makefile rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/Makefile diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/MurmurHash2.c b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/MurmurHash2.c similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/MurmurHash2.c rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/MurmurHash2.c diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/common.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/common.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/common.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/common.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/common.mk b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/common.mk similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/common.mk rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/common.mk diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/compute_score_host.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/compute_score_host.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/compute_score_host.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/compute_score_host.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/host b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/host similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/host rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/host diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/main.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/main.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/main.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/main.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/sizes.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/sizes.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/sizes.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/sizes.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/xcl2.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/xcl2.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/cpu_src/xcl2.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/cpu_src/xcl2.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/4_Kernel_4_link.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/4_Kernel_4_link.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/4_Kernel_4_link.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/4_Kernel_4_link.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Architect1.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Architect1.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Architect1.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Architect1.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Architect2.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Architect2.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Architect2.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Architect2.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_16_time_1.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_16_time_1.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_16_time_1.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_16_time_1.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall_2.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall_2.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall_2.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_Guidance_Stall_2.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_time_1.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_time_1.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_4_time_1.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_4_time_1.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_generic_buffer_Iter8.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_generic_buffer_Iter8.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_generic_buffer_Iter8.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_generic_buffer_Iter8.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_single_buffer.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_single_buffer.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_single_buffer.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_profile_CU_util_single_buffer.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_time_1.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_time_1.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_8_time_1.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_8_time_1.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_block_diagram.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_block_diagram.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Kernel_block_diagram.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Kernel_block_diagram.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Methodology_HLS_1.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Methodology_HLS_1.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/Methodology_HLS_1.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/Methodology_HLS_1.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/bloom.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/bloom.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/bloom.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/bloom.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/ddr_profile_kernel_exec.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/ddr_profile_kernel_exec.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/ddr_profile_kernel_exec.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/ddr_profile_kernel_exec.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/double_buffer_timeline_trace.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/double_buffer_timeline_trace.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/double_buffer_timeline_trace.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/double_buffer_timeline_trace.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/generic_buffer_timeline_trace.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/generic_buffer_timeline_trace.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/generic_buffer_timeline_trace.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/generic_buffer_timeline_trace.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/iter_generic.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/iter_generic.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/iter_generic.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/iter_generic.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_16_util.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_16_util.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_16_util.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_16_util.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_1.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_1.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_1.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_1.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_2.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_2.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_2.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_2.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_3.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_3.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_profile_3.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_profile_3.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_util.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_util.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_4_util.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_4_util.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_8_util.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_8_util.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_8_util.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_8_util.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_execution_time.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_execution_time.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/kernel_execution_time.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/kernel_execution_time.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_profile_CU_util.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_profile_CU_util.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_profile_CU_util.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_profile_CU_util.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_profile_host.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_profile_host.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_profile_host.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_profile_host.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_stalls.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_stalls.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_stalls.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_stalls.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_timeline_trace_1.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_timeline_trace_1.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/multiDDR_timeline_trace_1.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/multiDDR_timeline_trace_1.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_aws.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_aws.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_aws.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_aws.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_double_buffer.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_double_buffer.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_double_buffer.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_double_buffer.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_single_buffer.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_single_buffer.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_single_buffer.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_single_buffer.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_split_buffer.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_split_buffer.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_split_buffer.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_split_buffer.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_sw_overlap.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_sw_overlap.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/overlap_sw_overlap.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/overlap_sw_overlap.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/single_buffer_timeline_trace.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/single_buffer_timeline_trace.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/single_buffer_timeline_trace.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/single_buffer_timeline_trace.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_aws.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_aws.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_aws.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_aws.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_CU_util.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_CU_util.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_CU_util.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_CU_util.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_host.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_host.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_host.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_host.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_kernel_exec.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_kernel_exec.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_profile_kernel_exec.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_profile_kernel_exec.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_stalls.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_stalls.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_stalls.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_stalls.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace_1.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace_1.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace_1.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/images/sw_overlap_timeline_trace_1.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/Makefile b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/Makefile rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/Makefile diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/common.mk b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/common.mk similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/common.mk rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/common.mk diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/connectivity.cfg b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/connectivity.cfg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/connectivity.cfg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/connectivity.cfg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/results b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/results similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/results rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/results diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/run_vitis b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/run_vitis similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/run_vitis rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/run_vitis diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/temp.txt b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/temp.txt similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/temp.txt rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/temp.txt diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/xrt.ini b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/xrt.ini similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/xrt.ini rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/xrt.ini diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/xrt.ini1 b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/xrt.ini1 similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/makefile/xrt.ini1 rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/makefile/xrt.ini1 diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/MurmurHash2.c b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/MurmurHash2.c similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/MurmurHash2.c rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/MurmurHash2.c diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/common.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/common.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/common.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/common.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/compute_score_fpga_kernel.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/compute_score_fpga_kernel.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/compute_score_fpga_kernel.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/compute_score_fpga_kernel.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/compute_score_host.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/compute_score_host.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/compute_score_host.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/compute_score_host.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/hls_stream_utils.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/hls_stream_utils.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/hls_stream_utils.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/hls_stream_utils.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/main.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/main.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/main.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/main.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_generic_buffer.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_generic_buffer.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_generic_buffer.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_generic_buffer.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_single_buffer.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_single_buffer.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_single_buffer.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_single_buffer.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_split_buffer.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_split_buffer.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_split_buffer.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_split_buffer.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_sw_overlap.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_sw_overlap.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_sw_overlap.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_sw_overlap.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_sw_overlap_multiDDR.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_sw_overlap_multiDDR.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/run_sw_overlap_multiDDR.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/run_sw_overlap_multiDDR.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/sizes.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/sizes.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/sizes.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/sizes.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/xcl2.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/xcl2.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/xcl2.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/xcl2.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/xcl2.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/xcl2.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/02-bloom/reference_files/xcl2.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/02-bloom/reference_files/xcl2.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/LICENSE.txt b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/LICENSE.txt similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/LICENSE.txt rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/LICENSE.txt diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/README.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/README.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/README.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/alpha_mix_tutorial.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/alpha_mix_tutorial.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/alpha_mix_tutorial.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/alpha_mix_tutorial.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/hw_emu_tutorial.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/hw_emu_tutorial.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/hw_emu_tutorial.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/hw_emu_tutorial.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_arg.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_arg.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_arg.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_arg.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_flow.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_flow.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_flow.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_flow.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mix_flow.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mix_flow.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mix_flow.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mix_flow.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mixing.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mixing.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mixing.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/alpha_mixing.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/font_lib.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/font_lib.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/font_lib.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/font_lib.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_emu_waveform.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_emu_waveform.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_emu_waveform.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_emu_waveform.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_guidance.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_guidance.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_guidance.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_guidance.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_profile_summary.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_profile_summary.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_profile_summary.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_profile_summary.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_sys_diagram.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_sys_diagram.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_sys_diagram.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_sys_diagram.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_timeline.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_timeline.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_timeline.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/hw_timeline.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/no_kernel_data.PNG b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/no_kernel_data.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/no_kernel_data.PNG rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/no_kernel_data.PNG diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_alpha_diagram.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_alpha_diagram.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_alpha_diagram.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_alpha_diagram.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_block.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_block.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_block.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_block.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_test_diagram.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_test_diagram.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_test_diagram.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtc_gen_test_diagram.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_1.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_1.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_1.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_1.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_10.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_10.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_10.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_10.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_11.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_11.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_11.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_11.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_12.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_12.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_12.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_12.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_2.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_2.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_2.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_2.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_3.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_3.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_3.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_3.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_4.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_4.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_4.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_4.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_5.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_5.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_5.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_5.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_6.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_6.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_6.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_6.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_7.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_7.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_7.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_7.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_8.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_8.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_8.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_8.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_9.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_9.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_9.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/rtl_kernel_wiz_9.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/time_format.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/time_format.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/time_format.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/time_format.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/topo.png b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/topo.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/topo.png rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/images/topo.png diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/profile_tutorial.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/profile_tutorial.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/profile_tutorial.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/profile_tutorial.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/rtc_gen_tutorial.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/rtc_gen_tutorial.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/doc/rtc_gen_tutorial.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/doc/rtc_gen_tutorial.md diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/Makefile b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/Makefile rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/Makefile diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/alpha_mix.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/alpha_mix.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/alpha_mix.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/alpha_mix.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/build_rtc_gen_xo.sh b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/build_rtc_gen_xo.sh similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/build_rtc_gen_xo.sh rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/build_rtc_gen_xo.sh diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/config_gen.mk b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/config_gen.mk similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/config_gen.mk rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/config_gen.mk diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_io.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_io.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_io.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_io.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_sdata.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_sdata.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_sdata.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_axi_sdata.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_common.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_common.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_common.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_common.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_headers.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_headers.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_headers.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_headers.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_infra.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_infra.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_infra.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_infra.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_params.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_params.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_params.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_params.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_structs.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_structs.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_structs.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_structs.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_sw_utils.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_sw_utils.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_sw_utils.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_sw_utils.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_types.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_types.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_types.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_types.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_utility.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_utility.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_utility.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_utility.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_core.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_core.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_core.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_core.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_mem.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_mem.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_mem.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_mem.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_types.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_types.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_types.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/common/xf_video_types.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_arithm.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_arithm.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_arithm.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_arithm.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_convert_bitdepth.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_convert_bitdepth.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_convert_bitdepth.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_convert_bitdepth.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_magnitude.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_magnitude.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_magnitude.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_magnitude.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_math.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_math.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_math.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_math.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_mean_stddev.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_mean_stddev.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_mean_stddev.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_mean_stddev.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_min_max_loc.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_min_max_loc.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_min_max_loc.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_min_max_loc.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_phase.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_phase.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_phase.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/core/xf_phase.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_insertBorder.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_insertBorder.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_insertBorder.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_insertBorder.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_letterbox.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_letterbox.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_letterbox.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_letterbox.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_pre_process.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_pre_process.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_pre_process.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/dnn/xf_pre_process.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_fast.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_fast.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_fast.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_fast.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris_utils.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris_utils.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris_utils.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_harris_utils.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_max_suppression.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_max_suppression.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_max_suppression.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_max_suppression.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_pack_corners.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_pack_corners.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_pack_corners.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/features/xf_pack_corners.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_image.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_image.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_image.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_image.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_squared.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_squared.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_squared.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_squared.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_weighted.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_weighted.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_weighted.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_accumulate_weighted.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_add_weighted.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_add_weighted.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_add_weighted.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_add_weighted.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_autowhitebalance.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_autowhitebalance.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_autowhitebalance.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_autowhitebalance.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_averagegaussianmask.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_averagegaussianmask.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_averagegaussianmask.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_averagegaussianmask.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bgr2hsv.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bgr2hsv.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bgr2hsv.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bgr2hsv.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bilateral_filter.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bilateral_filter.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bilateral_filter.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bilateral_filter.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_boundingbox.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_boundingbox.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_boundingbox.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_boundingbox.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_box_filter.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_box_filter.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_box_filter.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_box_filter.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bpc.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bpc.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bpc.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_bpc.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_sobel.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_sobel.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_sobel.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_sobel.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_utils.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_utils.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_utils.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_canny_utils.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_combine.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_combine.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_combine.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_combine.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_extract.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_extract.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_extract.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_channel_extract.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_colorthresholding.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_colorthresholding.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_colorthresholding.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_colorthresholding.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_convertscaleabs.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_convertscaleabs.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_convertscaleabs.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_convertscaleabs.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_img_to_list.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_img_to_list.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_img_to_list.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_img_to_list.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_update.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_update.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_update.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_corner_update.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_crop.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_crop.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_crop.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_crop.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_custom_convolution.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_custom_convolution.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_custom_convolution.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_custom_convolution.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_1.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_1.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_1.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_1.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_utils.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_utils.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_utils.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_cvt_color_utils.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_delay.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_delay.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_delay.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_delay.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_demosaicing.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_demosaicing.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_demosaicing.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_demosaicing.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_dilation.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_dilation.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_dilation.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_dilation.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_duplicateimage.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_duplicateimage.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_duplicateimage.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_duplicateimage.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_edge_tracing.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_edge_tracing.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_edge_tracing.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_edge_tracing.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_erosion.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_erosion.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_erosion.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_erosion.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_extra_utility.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_extra_utility.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_extra_utility.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_extra_utility.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaincontrol.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaincontrol.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaincontrol.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaincontrol.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gammacorrection.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gammacorrection.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gammacorrection.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gammacorrection.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaussian_filter.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaussian_filter.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaussian_filter.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_gaussian_filter.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hist_equalize.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hist_equalize.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hist_equalize.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hist_equalize.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_histogram.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_histogram.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_histogram.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_histogram.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_compute_hist.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_compute_hist.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_compute_hist.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_compute_hist.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_gradients.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_gradients.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_gradients.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_gradients.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_hist_norm.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_hist_norm.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_hist_norm.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_hist_norm.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_kernel.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_kernel.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_kernel.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_kernel.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_norm.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_norm.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_norm.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_norm.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_pm.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_pm.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_pm.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_pm.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_utility.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_utility.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_utility.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_hog_descriptor_utility.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_houghlines.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_houghlines.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_houghlines.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_houghlines.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_inrange.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_inrange.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_inrange.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_inrange.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_integral_image.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_integral_image.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_integral_image.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_integral_image.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_lut.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_lut.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_lut.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_lut.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_magnitude.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_magnitude.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_magnitude.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_magnitude.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift_kernel.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift_kernel.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift_kernel.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_mean_shift_kernel.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_median_blur.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_median_blur.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_median_blur.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_median_blur.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_otsuthreshold.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_otsuthreshold.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_otsuthreshold.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_otsuthreshold.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_paintmask.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_paintmask.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_paintmask.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_paintmask.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down_gaussian_blur.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down_gaussian_blur.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down_gaussian_blur.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_down_gaussian_blur.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up_gaussian_blur.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up_gaussian_blur.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up_gaussian_blur.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_pyr_up_gaussian_blur.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_reduce.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_reduce.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_reduce.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_reduce.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_remap.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_remap.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_remap.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_remap.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_down_area.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_down_area.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_down_area.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_down_area.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_headers.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_headers.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_headers.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_headers.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_nn_bilinear.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_nn_bilinear.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_nn_bilinear.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_nn_bilinear.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_up_area.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_up_area.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_up_area.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_resize_up_area.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_rgb2hsv.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_rgb2hsv.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_rgb2hsv.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_rgb2hsv.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_scharr.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_scharr.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_scharr.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_scharr.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sgbm.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sgbm.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sgbm.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sgbm.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sobel.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sobel.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sobel.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sobel.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereo_pipeline.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereo_pipeline.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereo_pipeline.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereo_pipeline.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereolbm.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereolbm.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereolbm.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_stereolbm.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sum.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sum.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sum.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_sum.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_svm.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_svm.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_svm.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_svm.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_threshold.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_threshold.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_threshold.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_threshold.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_warp_transform.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_warp_transform.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_warp_transform.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/imgproc/xf_warp_transform.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow_types.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow_types.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow_types.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_dense_npyr_optical_flow_types.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_kalmanfilter.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_kalmanfilter.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_kalmanfilter.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_kalmanfilter.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_config_types.h b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_config_types.h similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_config_types.h rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_config_types.h diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_find_gradients.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_find_gradients.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_find_gradients.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_find_gradients.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_median_blur.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_median_blur.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_median_blur.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_median_blur.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_oflow_process.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_oflow_process.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_oflow_process.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_oflow_process.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_scale.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_scale.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_scale.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_scale.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_wrapper.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_wrapper.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_wrapper.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/include/video/xf_pyr_dense_optical_flow_wrapper.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/package_rtc_gen.tcl b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/package_rtc_gen.tcl similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/package_rtc_gen.tcl rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/package_rtc_gen.tcl diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/component.xml b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/component.xml similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/component.xml rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/component.xml diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/SPSR.v b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/SPSR.v similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/SPSR.v rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/SPSR.v diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/control_rtc_gen_vip/control_rtc_gen_vip.xci b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/control_rtc_gen_vip/control_rtc_gen_vip.xci similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/control_rtc_gen_vip/control_rtc_gen_vip.xci rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/control_rtc_gen_vip/control_rtc_gen_vip.xci diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/dataout_axis_m_vip/dataout_axis_m_vip.xci b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/dataout_axis_m_vip/dataout_axis_m_vip.xci similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/dataout_axis_m_vip/dataout_axis_m_vip.xci rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/dataout_axis_m_vip/dataout_axis_m_vip.xci diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen.v b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen.v similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen.v rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen.v diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_control_s_axi.v b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_control_s_axi.v similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_control_s_axi.v rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_control_s_axi.v diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_core.v b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_core.v similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_core.v rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_core.v diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_axi_read_master.sv b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_axi_read_master.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_axi_read_master.sv rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_axi_read_master.sv diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_counter.sv b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_counter.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_counter.sv rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_example_counter.sv diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_ooc.xdc b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_ooc.xdc similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_ooc.xdc rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_ooc.xdc diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_tb.sv b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_tb.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_tb.sv rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_tb.sv diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_user.xdc b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_user.xdc similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_user.xdc rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/rtc_gen_user.xdc diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/slv_fontread_axi_m_vip/slv_fontread_axi_m_vip.xci b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/slv_fontread_axi_m_vip/slv_fontread_axi_m_vip.xci similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/slv_fontread_axi_m_vip/slv_fontread_axi_m_vip.xci rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/src/slv_fontread_axi_m_vip/slv_fontread_axi_m_vip.xci diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/xgui/rtc_gen_v1_0.tcl b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/xgui/rtc_gen_v1_0.tcl similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/xgui/rtc_gen_v1_0.tcl rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_ip/xgui/rtc_gen_v1_0.tcl diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_kernel.xml b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_kernel.xml similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_kernel.xml rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/rtc_gen_kernel.xml diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/strm_dump.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/strm_dump.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/hw/strm_dump.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/hw/strm_dump.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/font_sim_data.txt b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/font_sim_data.txt similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/font_sim_data.txt rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/font_sim_data.txt diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/SPSR.v b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/SPSR.v similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/SPSR.v rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/SPSR.v diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen.v b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen.v similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen.v rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen.v diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_control_s_axi.v b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_control_s_axi.v similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_control_s_axi.v rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_control_s_axi.v diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_core.v b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_core.v similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_core.v rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_core.v diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_axi_read_master.sv b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_axi_read_master.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_axi_read_master.sv rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_axi_read_master.sv diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_counter.sv b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_counter.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_counter.sv rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_example_counter.sv diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_tb.sv b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_tb.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_tb.sv rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/rtc_gen/src/rtc_gen_tb.sv diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/CMakeLists.txt b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/CMakeLists.txt similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/CMakeLists.txt rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/CMakeLists.txt diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/font.dat b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/font.dat similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/font.dat rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/font.dat diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/setup_emu.sh b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/setup_emu.sh similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/setup_emu.sh rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/setup_emu.sh diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/xrt.ini b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/xrt.ini similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/xrt.ini rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/build/xrt.ini diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/alveo.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/alveo.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/alveo.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/alveo.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/victor.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/victor.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/victor.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/victor.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/vitis.jpg b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/vitis.jpg similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/vitis.jpg rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/media/vitis.jpg diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_alpha_tb.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_alpha_tb.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_alpha_tb.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_alpha_tb.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_gen_test.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_gen_test.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_gen_test.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/rtc_gen_test.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.cpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.cpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.cpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.hpp b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.hpp rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.hpp diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.mk b/docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.mk similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.mk rename to docs-jp/Hardware_Acceleration/Design_Tutorials/03-rtl_stream_kernel_integration/sw/src/xcl2/xcl2.mk diff --git a/docs-jp/Hardware_Accelerators/Design_Tutorials/README.md b/docs-jp/Hardware_Acceleration/Design_Tutorials/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Design_Tutorials/README.md rename to docs-jp/Hardware_Acceleration/Design_Tutorials/README.md diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/README.md b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/README.md similarity index 99% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/README.md rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/README.md index 8799f52b76..8a6dbeca5a 100644 --- a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/README.md +++ b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/README.md @@ -38,7 +38,7 @@ ### チュートリアル リファレンス ファイルの入手 1. リファレンス ファイルを入手するには、ターミナルに `git clone https://gitenterprise.xilinx.com/swm/Vitis-In-Depth-Tutorial.git` と入力します。 -2. `Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/` ディレクトリに移動し、`reference-files` ディレクトリにアクセスします。 +2. `Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/` ディレクトリに移動し、`reference-files` ディレクトリにアクセスします。 ## RTL カーネルとして RTL デザインを使用するための要件 diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_example_empty.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_example_empty.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_example_empty.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_example_empty.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_hardware_platform_dialog.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_hardware_platform_dialog.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_hardware_platform_dialog.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_hardware_platform_dialog.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_launcher.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_launcher.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/183_launcher.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/183_launcher.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_P1.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_P1.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_P1.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_P1.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_example_empty.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_example_empty.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_example_empty.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_example_empty.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_generate_rtl_kernel.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_generate_rtl_kernel.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_generate_rtl_kernel.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_generate_rtl_kernel.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_hardware_platform_dialog.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_hardware_platform_dialog.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_hardware_platform_dialog.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_hardware_platform_dialog.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_launcher.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_launcher.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_launcher.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_launcher.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_newapplicationproject.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_newapplicationproject.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_newapplicationproject.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_newapplicationproject.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_project_explorer.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_project_explorer.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_project_explorer.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_project_explorer.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_summary.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_summary.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_summary.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/192_vitis_summary.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/AddSources.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/AddSources.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/AddSources.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/AddSources.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/P1.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/P1.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/P1.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/P1.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/RTLKernelWizard.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/RTLKernelWizard.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/RTLKernelWizard.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/RTLKernelWizard.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/SDxIDEWelcome.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/SDxIDEWelcome.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/SDxIDEWelcome.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/SDxIDEWelcome.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/Top_level_interface.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/Top_level_interface.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/Top_level_interface.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/Top_level_interface.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add-hw-function.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add-hw-function.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add-hw-function.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add-hw-function.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add_design_sources.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add_design_sources.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add_design_sources.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add_design_sources.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add_rtl_sources.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add_rtl_sources.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/add_rtl_sources.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/add_rtl_sources.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/address-memory-win.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/address-memory-win.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/address-memory-win.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/address-memory-win.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/application_project.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/application_project.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/application_project.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/application_project.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/create_and_package_ip.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/create_and_package_ip.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/create_and_package_ip.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/create_and_package_ip.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/custom_RTL.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/custom_RTL.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/custom_RTL.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/custom_RTL.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/edit_interface.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/edit_interface.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/edit_interface.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/edit_interface.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/enable_archive_settings.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/enable_archive_settings.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/enable_archive_settings.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/enable_archive_settings.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/general_settings.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/general_settings.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/general_settings.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/general_settings.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/generate_rtl_kernel.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/generate_rtl_kernel.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/generate_rtl_kernel.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/generate_rtl_kernel.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon-new-launch-config.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon-new-launch-config.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon-new-launch-config.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon-new-launch-config.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_add_sources.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_add_sources.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_add_sources.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_add_sources.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_build.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_build.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_build.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/icon_build.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/images b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/images similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/images rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/images diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/import-host-code.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/import-host-code.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/import-host-code.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/import-host-code.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/lightning_icon.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/lightning_icon.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/lightning_icon.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/lightning_icon.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/maxi.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/maxi.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/maxi.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/maxi.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/new_project_open.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/new_project_open.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/new_project_open.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/new_project_open.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/newapplicationproject.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/newapplicationproject.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/newapplicationproject.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/newapplicationproject.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/package_ip_interface.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/package_ip_interface.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/package_ip_interface.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/package_ip_interface.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/packaging.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/packaging.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/packaging.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/packaging.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/program-arguments.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/program-arguments.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/program-arguments.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/program-arguments.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/project_explorer.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/project_explorer.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/project_explorer.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/project_explorer.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-default_perspective.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-default_perspective.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-default_perspective.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-default_perspective.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-general_settings.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-general_settings.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-general_settings.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-general_settings.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-global_memory.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-global_memory.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-global_memory.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-global_memory.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-hw_function.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-hw_function.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-hw_function.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-hw_function.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-import_host.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-import_host.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-import_host.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-import_host.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-new_application_project.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-new_application_project.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-new_application_project.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-new_application_project.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-platform_page.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-platform_page.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-platform_page.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-platform_page.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-scalar_page.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-scalar_page.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-scalar_page.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-scalar_page.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_settings.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_settings.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_settings.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_settings.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_sources.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_sources.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_sources.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-simulation_sources.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-summary_page.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-summary_page.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-summary_page.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel-summary_page.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel_wizard.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel_wizard.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel_wizard.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/rtl_kernel_wizard.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/scalar.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/scalar.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/scalar.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/scalar.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/simulation_settings.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/simulation_settings.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/simulation_settings.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/simulation_settings.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/summary.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/summary.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/summary.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/summary.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/tcl_console.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/tcl_console.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/tcl_console.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/tcl_console.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_application_project.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_application_project.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_application_project.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_application_project.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_dew1517374817420.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_dew1517374817420.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_dew1517374817420.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_dew1517374817420.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_faq1517357172427.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_faq1517357172427.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_faq1517357172427.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_faq1517357172427.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_gba1517357172448.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_gba1517357172448.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_gba1517357172448.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_gba1517357172448.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_hardware_platform_dialog_new.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_hardware_platform_dialog_new.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_hardware_platform_dialog_new.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_hardware_platform_dialog_new.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_project_name.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_project_name.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_project_name.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/top-down-c_project_name.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/welcome.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/welcome.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/welcome.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/welcome.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/wizard.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/wizard.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/wizard.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/wizard.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/xclbin.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/xclbin.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/images/xclbin.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/images/xclbin.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/package_ip.md b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/package_ip.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/package_ip.md rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/package_ip.md diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/Makefile b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/Makefile rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/Makefile diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/run_rtl_kernel.sh b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/run_rtl_kernel.sh similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/run_rtl_kernel.sh rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/run_rtl_kernel.sh diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/gen_xo.tcl b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/gen_xo.tcl similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/gen_xo.tcl rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/gen_xo.tcl diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/package_kernel.tcl b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/package_kernel.tcl similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/package_kernel.tcl rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/scripts/package_kernel.tcl diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/A_axi_read_master.sv b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/A_axi_read_master.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/A_axi_read_master.sv rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/A_axi_read_master.sv diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/B_axi_read_master.sv b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/B_axi_read_master.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/B_axi_read_master.sv rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/B_axi_read_master.sv diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/RTL_IP-readme b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/RTL_IP-readme similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/RTL_IP-readme rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/RTL_IP-readme diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B.v b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B.v similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B.v rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B.v diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_control_s_axi.v b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_control_s_axi.v similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_control_s_axi.v rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_control_s_axi.v diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example.sv b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example.sv rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example.sv diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_adder.v b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_adder.v similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_adder.v rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_adder.v diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_axi_write_master.sv b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_axi_write_master.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_axi_write_master.sv rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_axi_write_master.sv diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_counter.sv b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_counter.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_counter.sv rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_counter.sv diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_vadd.sv b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_vadd.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_vadd.sv rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_A_B_example_vadd.sv diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_B.sv b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_B.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_B.sv rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/IP/Vadd_B.sv diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/host/host.cpp b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/host/host.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/host/host.cpp rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/host/host.cpp diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv_old b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv_old similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv_old rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/testbench/Vadd_A_B_tb.sv_old diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/xml/kernel.xml b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/xml/kernel.xml similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/xml/kernel.xml rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/src/xml/kernel.xml diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/xrt.ini b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/xrt.ini similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/xrt.ini rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/reference-files/xrt.ini diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/using_the_rtl_kernel.md b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/using_the_rtl_kernel.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/using_the_rtl_kernel.md rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/using_the_rtl_kernel.md diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/vitis_ide.md b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/vitis_ide.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/vitis_ide.md rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/vitis_ide.md diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/vivado_ip.md b/docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/vivado_ip.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/vivado_ip.md rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow/vivado_ip.md diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md similarity index 99% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md index 8b2807e2ba..66c24a2786 100644 --- a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md +++ b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/README.md @@ -48,7 +48,7 @@ Vitis™ コア開発キットでは、アプリケーション プログラム ### チュートリアル リファレンス ファイルの入手 1. リファレンス ファイルを入手するには、ターミナルに `git clone https://github.com/Xilinx/Vitis-Tutorials` と入力します。 -2. `Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels` ディレクトリに移動し、`reference-files` ディレクトリにアクセスします。 +2. `Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels` ディレクトリに移動し、`reference-files` ディレクトリにアクセスします。 ## C++ ベースのカーネルを使用したアプリケーションのビルド @@ -199,7 +199,7 @@ C++ ベースのカーネルを使用してアプリケーションをビルド まず、RTL Kernel ウィザードを使用して RTL ベースのカーネルを作成してパッケージします。デフォルトでは、1 ずつ増加するカーネルが作成されます。このチュートリアルでは、このカーネルを使用します。ウィザードを使用すると、RTL デザインをカーネル オブジェクト ファイル (XO) にパッケージするために必要な手順が自動化されます。 -RTL Kernel ウィザードの手順に従うと、RTL ベースのカーネルをすばやく生成できます。詳細は、[RTL カーネル入門](https://github.com/Xilinx/Vitis-Tutorials/tree/master/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow)チュートリアルを参照してください。詳細は、『Vitis 統合ソフトウェア プラットフォームの資料』 (UG1416) のアプリケーション アクセラレーション開発フローの [RTL カーネル](https://japan.xilinx.com/html_docs/xilinx2020_1/vitis_doc/devrtlkernel.html#qnk1504034323350)を参照してください。 +RTL Kernel ウィザードの手順に従うと、RTL ベースのカーネルをすばやく生成できます。詳細は、[RTL カーネル入門](https://github.com/Xilinx/Vitis-Tutorials/tree/master/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow)チュートリアルを参照してください。詳細は、『Vitis 統合ソフトウェア プラットフォームの資料』 (UG1416) のアプリケーション アクセラレーション開発フローの [RTL カーネル](https://japan.xilinx.com/html_docs/xilinx2020_1/vitis_doc/devrtlkernel.html#qnk1504034323350)を参照してください。 #### Vitis プロジェクトの作成 @@ -350,7 +350,7 @@ vitis_analyzer xclbin.run_summary ## 次の手順 -Vitis コンパイラがさまざまなビルド ソースのカーネルを使用できることを理解したので、次は Vitis アプリケーション アクセラレーション開発フローを使用してインプリメンテーションされたデザインを確認してみます。[ハードウェア アクセラレータの設計チュートリアル](https://github.com/Xilinx/Vitis-Tutorials/tree/master/Hardware_Accelerators/Design_Tutorials)に進んでください。 +Vitis コンパイラがさまざまなビルド ソースのカーネルを使用できることを理解したので、次は Vitis アプリケーション アクセラレーション開発フローを使用してインプリメンテーションされたデザインを確認してみます。[ハードウェア アクセラレータの設計チュートリアル](https://github.com/Xilinx/Vitis-Tutorials/tree/master/Hardware_Acceleration/Design_Tutorials)に進んでください。

Copyright© 2020 Xilinx

diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_flow_navigator.png b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_flow_navigator.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_flow_navigator.png rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_flow_navigator.png diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel_vitis.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel_vitis.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel_vitis.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_one_kernel_vitis.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels_vitis.PNG b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels_vitis.PNG similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels_vitis.PNG rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/images/mixing-c-rtl-kernels_timeline_two_kernels_vitis.PNG diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/Makefile b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/Makefile rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/Makefile diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/design.cfg b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/design.cfg similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/design.cfg rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/design.cfg diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/xrt.ini b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/xrt.ini similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/xrt.ini rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run1/xrt.ini diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/Makefile b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/Makefile rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/Makefile diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/compile.cfg b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/compile.cfg similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/compile.cfg rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/compile.cfg diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/link.cfg b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/link.cfg similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/link.cfg rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/link.cfg diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/xrt.ini b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/xrt.ini similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/xrt.ini rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/run2/xrt.ini diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step1.cpp b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step1.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step1.cpp rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step1.cpp diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step2.cpp b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step2.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step2.cpp rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/host/host_step2.cpp diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/kernel_cpp/krnl_vadd.cpp b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/kernel_cpp/krnl_vadd.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/kernel_cpp/krnl_vadd.cpp rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/reference-files/src/kernel_cpp/krnl_vadd.cpp diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/script/run_sprite_mixing_c_rtl_kernels.sh b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/script/run_sprite_mixing_c_rtl_kernels.sh similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/script/run_sprite_mixing_c_rtl_kernels.sh rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/script/run_sprite_mixing_c_rtl_kernels.sh diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/script/workplace/rtl_project/src/rtl_kernel/rtl_kernel_wizard_0/rtl_kernel_wizard_0.xo b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/script/workplace/rtl_project/src/rtl_kernel/rtl_kernel_wizard_0/rtl_kernel_wizard_0.xo similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/script/workplace/rtl_project/src/rtl_kernel/rtl_kernel_wizard_0/rtl_kernel_wizard_0.xo rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/script/workplace/rtl_project/src/rtl_kernel/rtl_kernel_wizard_0/rtl_kernel_wizard_0.xo diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/workspace/readme.txt b/docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/workspace/readme.txt similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/02-mixing-c-rtl-kernels/workspace/readme.txt rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/02-mixing-c-rtl-kernels/workspace/readme.txt diff --git a/docs-jp/Hardware_Accelerators/Feature_Tutorials/README.md b/docs-jp/Hardware_Acceleration/Feature_Tutorials/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Feature_Tutorials/README.md rename to docs-jp/Hardware_Acceleration/Feature_Tutorials/README.md diff --git a/docs-jp/Hardware_Accelerators/Introduction/01-Workflows/README.md b/docs-jp/Hardware_Acceleration/Introduction/01-Workflows/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/01-Workflows/README.md rename to docs-jp/Hardware_Acceleration/Introduction/01-Workflows/README.md diff --git a/docs-jp/Hardware_Accelerators/Introduction/02-System_Setup/README.md b/docs-jp/Hardware_Acceleration/Introduction/02-System_Setup/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/02-System_Setup/README.md rename to docs-jp/Hardware_Acceleration/Introduction/02-System_Setup/README.md diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/README.md b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/README.md rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/README.md diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/README.md b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/README.md rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/README.md diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/README.md b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/README.md rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/README.md diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/cpu_cholesky.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/cpu_cholesky.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/cpu_cholesky.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/cpu_cholesky.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/matrixUtility.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/matrixUtility.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/matrixUtility.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/matrixUtility.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/test.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/test.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/cpu_src/test.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/cpu_src/test.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/golden_result.dat b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/golden_result.dat similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/golden_result.dat rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/golden_result.dat diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/matrix_input.dat b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/matrix_input.dat similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/matrix_input.dat rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/tb_data/matrix_input.dat diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/test_hls.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/test_hls.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/hls_tb/test_hls.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/hls_tb/test_hls.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/HLS_dataflow_anim.gif b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/HLS_dataflow_anim.gif similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/HLS_dataflow_anim.gif rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/HLS_dataflow_anim.gif diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/Thumbs.db b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/Thumbs.db similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/Thumbs.db rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/Thumbs.db diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/analyzer_anim.gif b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/analyzer_anim.gif similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/analyzer_anim.gif rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/analyzer_anim.gif diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/anim_pipeline.gif b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/anim_pipeline.gif similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/anim_pipeline.gif rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/anim_pipeline.gif diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/description.png b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/description.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/description.png rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/description.png diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui1_import.png b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui1_import.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui1_import.png rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui1_import.png diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui2_browse.png b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui2_browse.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui2_browse.png rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui2_browse.png diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui2_next.png b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui2_next.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui2_next.png rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui2_next.png diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui3_archive.png b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui3_archive.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui3_archive.png rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui3_archive.png diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui3_browse.png b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui3_browse.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui3_browse.png rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui3_browse.png diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui4_next.png b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui4_next.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui4_next.png rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui4_next.png diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui4_zip.png b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui4_zip.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui4_zip.png rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui4_zip.png diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui5_finish.png b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui5_finish.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui5_finish.png rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui5_finish.png diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui6_platform.png b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui6_platform.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/gui6_platform.png rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/gui6_platform.png diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/host-kernel.png b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/host-kernel.png similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/host-kernel.png rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/host-kernel.png diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/pipeline.gif b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/pipeline.gif similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/images/pipeline.gif rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/images/pipeline.gif diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/Makefile b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/Makefile rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/Makefile diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/README.md b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/README.md rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/README.md diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/common.cfg b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/common.cfg similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/common.cfg rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/common.cfg diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/project/vitis_export_archive.ide.zip b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/project/vitis_export_archive.ide.zip similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/project/vitis_export_archive.ide.zip rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/project/vitis_export_archive.ide.zip diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/cholesky_kernel.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/matrixUtility.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/matrixUtility.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/matrixUtility.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/matrixUtility.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/test.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/test.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/test.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/test.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/src/xcl2.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/xrt.ini b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/xrt.ini similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/xrt.ini rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module1_baseline/xrt.ini diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/Makefile b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/Makefile rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/Makefile diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/README.md b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/README.md rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/README.md diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/common.cfg b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/common.cfg similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/common.cfg rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/common.cfg diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/project/vitis_export_archive.ide.zip b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/project/vitis_export_archive.ide.zip similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/project/vitis_export_archive.ide.zip rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/project/vitis_export_archive.ide.zip diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/cholesky_kernel.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/matrixUtility.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/matrixUtility.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/matrixUtility.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/matrixUtility.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/test.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/test.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/test.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/test.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/src/xcl2.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/xrt.ini b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/xrt.ini similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/xrt.ini rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module2_pipeline/xrt.ini diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/Makefile b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/Makefile rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/Makefile diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/README.md b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/README.md rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/README.md diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/common.cfg b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/common.cfg similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/common.cfg rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/common.cfg diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/project/vitis_export_archive.ide.zip b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/project/vitis_export_archive.ide.zip similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/project/vitis_export_archive.ide.zip rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/project/vitis_export_archive.ide.zip diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/cholesky_kernel.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/matrixUtility.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/matrixUtility.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/matrixUtility.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/matrixUtility.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/test.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/test.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/test.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/test.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/src/xcl2.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/xrt.ini b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/xrt.ini similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/xrt.ini rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module3_datatype/xrt.ini diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/Makefile b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/Makefile similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/Makefile rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/Makefile diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/README.md b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/README.md rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/README.md diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/common.cfg b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/common.cfg similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/common.cfg rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/common.cfg diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/project/vitis_export_archive.ide.zip b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/project/vitis_export_archive.ide.zip similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/project/vitis_export_archive.ide.zip rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/project/vitis_export_archive.ide.zip diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/cholesky_kernel.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/matrixUtility.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/matrixUtility.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/matrixUtility.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/matrixUtility.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/test.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/test.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/test.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/test.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.cpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.cpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.cpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.cpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.hpp b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.hpp similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.hpp rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/src/xcl2.hpp diff --git a/docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/xrt.ini b/docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/xrt.ini similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/xrt.ini rename to docs-jp/Hardware_Acceleration/Introduction/03-Algorithm_Acceleration/docs/module4_dataflow/xrt.ini diff --git a/docs-jp/Hardware_Accelerators/Introduction/README.md b/docs-jp/Hardware_Acceleration/Introduction/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/Introduction/README.md rename to docs-jp/Hardware_Acceleration/Introduction/README.md diff --git a/docs-jp/Hardware_Accelerators/README.md b/docs-jp/Hardware_Acceleration/README.md similarity index 100% rename from docs-jp/Hardware_Accelerators/README.md rename to docs-jp/Hardware_Acceleration/README.md diff --git a/docs-jp/README.md b/docs-jp/README.md index d0128807fb..aa26b861b6 100644 --- a/docs-jp/README.md +++ b/docs-jp/README.md @@ -24,7 +24,7 @@ Vitis 詳細チュートリアルでは、すべてのザイリンクス プラ ここから開始してください。初めてのアプリケーションをまとめて Vitis プログラミング モデルの基礎を学びます。経験は必要ありません。 -### [アクセラレーション チュートリアル](./Hardware_Accelerators/README.md) +### [アクセラレーション チュートリアル](./Hardware_Acceleration/README.md) Vitis コア開発キットを使用して、C++、OpenCL、さらには Verilog や VHDL などの下位レベルのハードウェア記述言語 (HDL) で開発されたアクセラレーション アルゴリズムをビルド、解析、最適化する方法を説明します。