Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
723 討論

Is there an IP core provided for D5005 FPGA? Where can I check

yfxian
初學者
1,047 檢視

I want to know if there are any IP cores related to regular matching Or is there an example of using oneAPI to implement regular matching on d5005?

標籤 (1)
0 積分
4 回應
aikeu
員工
938 檢視

Hi yfxian,


I not able to find any direct example/demo for that for regex matching.

The link to available oneAPI samples:

https://github.com/oneapi-src/oneAPI-samples/tree/master


Thanks.

Regards,

Aik Eu


whitepau_altera
913 檢視

Hi @yfxian 

 

We don't have any regex demos right now for oneAPI. This paper provides an overview of the field though, and describes possible hardware architectures for deterministic and non-deterministic finite automata (DFA/NFA) in sections II and V. 

https://ieeexplore.ieee.org/document/7468531

 

whitepau_altera
859 檢視

I can also recommend the decompress code sample which demonstrates stream-processing with multiple engines and some modules that are relevant for regex parsing. In particlar, the Huffman decoder kernel and LZ77 decoder kernel may be interesting to you.

aikeu
員工
814 檢視

Hi whitepau,


Thanks for your help in the contribution to the Oneapi community forum.


Hi yfxian,


I now transition this thread to community support. If you have a new question, Please login to ‘https://supporttickets.intel.com/s/?language=en_US’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


Thanks.

Regards,

Aik Eu


回覆