Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
691 Discussions

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

yfxian
Beginner
589 Views

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?

0 Kudos
4 Replies
aikeu
Employee
480 Views

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


0 Kudos
whitepau
Employee
455 Views

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

 

0 Kudos
whitepau
Employee
401 Views

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.

0 Kudos
aikeu
Employee
356 Views

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


0 Kudos
Reply