From b3112d2ad8a8bd67cea1a6d1668f71b70753d79d Mon Sep 17 00:00:00 2001 From: Dean Liu Date: Mon, 6 Mar 2023 14:55:52 -0500 Subject: [PATCH] Document that simulator for mvdr_beamforming can take a long time --- .../C++SYCL_FPGA/ReferenceDesigns/mvdr_beamforming/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/mvdr_beamforming/README.md b/DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/mvdr_beamforming/README.md index ba7be62deb..7e0f051c84 100755 --- a/DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/mvdr_beamforming/README.md +++ b/DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/mvdr_beamforming/README.md @@ -55,8 +55,8 @@ You can also find more information about [troubleshooting build errors](/DirectP > **Note**: Even though the Intel DPC++/C++ OneAPI compiler is enough to compile for emulation, generating reports and generating RTL, there are extra software requirements for the simulation flow and FPGA compiles. > > For using the simulator flow, Intel® Quartus® Prime Pro Edition and one of the following simulators must be installed and accessible through your PATH: -> - Questa*-Intel® FPGA Edition -> - Questa*-Intel® FPGA Starter Edition +> - Questa*-Intel® FPGA Edition (Simulator flow can have a long run time) +> - Questa*-Intel® FPGA Starter Edition (Simulator flow can have a long run time) > - ModelSim® SE > > When using the hardware compile flow, Intel® Quartus® Prime Pro Edition must be installed and accessible through your PATH.