Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
723 讨论

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

yfxian
初学者
1,054 次查看

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
员工
945 次查看

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 项奖励
whitepau_altera
920 次查看

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 项奖励
whitepau_altera
866 次查看

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 项奖励
aikeu
员工
821 次查看

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 项奖励
回复