Recent Discussions
N6000-PL MAX10 Build
Hi, I am currently building the N6000 MAX10 BMC provided in this guide, when running the script as mentioned in the guide "./build.sh" the script throws errors. I am not able to clear this error and the file is not present in the directory. Any ideas as what to do next is deeply appreciated? Thank you, Best Regards.Solved15KViews1like21CommentsIntel BD-NVV-N3000-2 issue
After installing new FPGA card on PCIe x16 Slot, when we try to enter in BIOS server is halting in BIOS with error "Nmi activated - system halted". Note : It’s booting to OS without any issue. Server Product Code : LWF2208IR848505 Server S/N : BQF900200624 FPGA Model : BD-NVV-N3000-2 FPGA S/N : 644C36123B68 Intel BIOS : 02.01.0012 OS : CentOS 7.7 Please find attached lspci output. Need your help to resolve this issue, can you please escalate this issue to Intel core development team. We are assuming this is not an hardware failure issue, it could be due to compatibility issue or new modified/beta BIOS can resolve this issue.15KViews0likes33CommentsMobaxterm equivalent for mac users
Hi Folks, Is there a mobaxterm equivalent for mac users? Have folks been able to successfully use their mac machines for doing work on devcloud for RTL work and test out on FPGA? I am a MAC user and was wondering if I should switch to a PC for using devcloud.Solved14KViews0likes5CommentsX2GO client connection failure: Socket Disconnected
I am trying to open graphics port on DevCloud using X2GO clien and get socket disconnected error after starting the session I have followed the steps from https://github.com/intel/FPGA-Devcloud/tree/master/main/Devcloud_Access_Instructions#61-opening-port-for-graphics-usage-in-x2go Before launching the session I use the command ssh -L 4002:s001-n<available node from 130-139>:22 devcloud A minute after I launch the session, I get the error authentication failed-socket error :disconnected Please find the attached images of the session properties and the error message.13KViews0likes11CommentsoneAPI on Cyclone10gx
Hi all, the official Intel fpga requirement page says the Cyclone10gx fpga is supported by oneAPI so I downloaded the latest version on my Ubuntu20 (Quartus Prime also installed), I tried to compile a sample-adder, the compiler (targeting the fpga) works but then when I run simple-add-buffer.fpga I get: tetto@ubuntuoffice:~/simple-add/build$ ./simple-add-buffers.fpga An exception is caught while computing on device. terminate called after throwing an instance of 'sycl::_V1::runtime_error' what(): No device of requested type available. Please check https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html -1 (PI_ERROR_DEVICE_NOT_FOUND) Aborted (core dumped)12KViews0likes43CommentsIntel N6001 FIM not compiling due to script failing
Hey @khtan, I am done testing the N6000 card, and wanted to test the N6001 design in the N6000 card without enabling the E810 Controller. Hence I started building and compiling the N6001 design, but the script fails. Traceback (most recent call last): File "/usr/bin/afu_json_mgr", line 5, in <module> from packager.tools.afu_json_mgr import main File "/usr/lib/python3/dist-packages/packager/tools/afu_json_mgr.py", line 35, in <module> from packager.utils.afu import AFU File "/usr/lib/python3/dist-packages/packager/utils/afu.py", line 37, in <module> from jsonschema import validators ModuleNotFoundError: No module named 'jsonschema' Error: "afu_json_mgr json-info --afu-json=/home/admin/test/intel-ofs-fim/ofs-common/scripts/common/syn/pim/dummy_afu/dummy_afu.json --verilog-hdr=../hw/afu_json_info.vh" failed Copying build from /home/admin/test/intel-ofs-fim/work_n6001/syn/syn_top/afu_with_pim/pim_template/hw/lib/build... Configuring Quartus build directory: afu/build Error running /home/admin/test/intel-ofs-fim/ofs-common/scripts/common/syn/build_fim.sh Exit code: 1 Below is the attached log file, any ideas as to what can be done are deeply appreciated. Thank you, Best Regards.Solved11KViews1like13Comments[FPGA SDK for OpenCL] External IO channel problem.
System integrator fails when the data type size of the external IO channel is different from 256b. You can reproduce the error using the attached code. $ make trigger_bug aoc -v -v -v -D__TRIGGER_BUG__ -rtl -report -g krnl_chtest.cl -o krnl_chtest.aocr -board="p520_max_sg280l" -no-interleaving=default ... !=========================================================================== ! The report below may be inaccurate. A more comprehensive ! resource usage report can be found at krnl_chtest/reports/report.html !=========================================================================== +--------------------------------------------------------------------+ ; Estimated Resource Usage Summary ; +----------------------------------------+---------------------------+ ; Resource + Usage ; +----------------------------------------+---------------------------+ ; Logic utilization ; 69% ; ; ALUTs ; 35% ; ; Dedicated logic registers ; 35% ; ; Memory blocks ; 31% ; ; DSP blocks ; 29% ; +----------------------------------------+---------------------------; remove krnl_chtest.bc /cm/shared/opt/intelFPGA_pro/18.1.1/hld/linux64/bin/system_integrator --cic-global_no_interleave --bsp-flow top --rand-hash 6e2a5000a9316341eb32862b79911918a518e834 /opt/intelFPGA_pro/18.1.1/hld/board/nalla_pcie/hardware/p520_max_sg280l/board_spec.xml "krnl_chtest.bc.xml" none Compiler Error: Trying to bind incompatible signal to input port Compiler Error: Port: avm_channel_id_kernel_input_ch0_read (N9custom_ic3hdl21AvalonStreamPortGroupE) / Signal: avm_channel_id_kernel_input_ch0_read (N9custom_ic3hdl23AvalonStreamSignalGroupE) Compiler Error: Bound signal: kernel_input_ch0 (N9custom_ic3hdl23AvalonStreamSignalGroupE) Compiler Error: Compiler Error: Port signal declaration: Compiler Error: logic avm_channel_id_kernel_input_ch0_read_valid; Compiler Error: logic avm_channel_id_kernel_input_ch0_read_ready; Compiler Error: logic [31:0] avm_channel_id_kernel_input_ch0_read_data; Compiler Error: Bound signal declaration: Compiler Error: logic kernel_input_ch0_valid; Compiler Error: logic kernel_input_ch0_ready; Compiler Error: logic [255:0] kernel_input_ch0_data; Error: System integrator FAILED. Refer to krnl_chtest/krnl_chtest.log for details. make: *** [trigger_bug] Error 1 The file krnl_chtest.log doesn't provides further details. Issue found in Intel FPGA OpenCL SDK 18.0.1 and 18.1.1 for Bittware 520N. The issue is not present in Intel FPGA OpenCL SDK 17.1 for Bittware 385A. This issue is important because the definition of channels with a smaller width let possible to exploit an higher 'Occupancy%' in the case of processing 256b (related to the external io channels) per clock cycle is not needed/wanted. For example, consider a network connection with a bandwidth of 40 Gbit/s. A channel 256b-wide can transfer data at 156 Mhz maximum. The usage of such a channel in a pipeline synthesized with an higher frequency will be a relevant source of 'Stall%' (e.g. 48% in a 300 Mhz design).9.7KViews0likes23CommentsCan I read and write buffers simultaneously with OpenCL.
Hello, I am using the FPGA board de5net from Terasic with a Stratix V FPGA. It is connected the to host via PCIe. To obtain a hight throughput I want to read an write buffers simultaneously but unfortunately openCL executes the commands consecutively. So is it possible to read/write simultaneously at all and if yes, how can I do it? I have one device and create one context for it. Furthermore I create one queue for the read command (clEnqueueReadBuffer) and another for the write command (clEnqueueWriteBuffer). Both are called as non-blocking (CL_FALSE).9.7KViews0likes16CommentsX2go timing out local host connection
Hi, I am following similar instructions as in this thread: https://community.intel.com/t5/Intel-High-Level-Design/X2GO-client-connection-failure-Socket-Disconnected/m-p/656069#M209 However in my case X2go connection to localhost times out. Please see the attached picture. I am able to connect to devcloud with PuTTY in terminal mode. AWS and NIMBIX GUI work fine in my environment. I already dropped all firewalls: soft and on the router, still the same result. Please advise what the next step. Thank you.Solved9.2KViews0likes3CommentsFIM and BMC Firmware not available on Acceleration Board A10
I was installing OPAE on host machine, my PC, for Intel Programmable Acceleration Card with Intel Arria 10 GX FPGA and encounted the attached problem when ruuning the following command $ sudo fpgainfo fme Any helpful suggestion ? ThanksSolved9.1KViews0likes43Comments