Software Archive
Read-only legacy content
Comunicados
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.
17060 Discussões

user level (uSCIF) and kernel level (kSCIF)

javiroman
Principiante
812 Visualizações

Hello!The readme.txt file mentions theSCIF is available by means of kernel space and user space software.The mic.ko driver is the kSCIF side of this SCIF interface and the library libscif (scif_api.c) is the user space side (uSCIF) of this interface (this library only is providing access to the IOCTLs availables in the driver), is it that correct?On the other hand, where can I get any documentation, or datasheet about the SCIF technology?Thank you for your answers!

0 Kudos
3 Respostas
javiroman
Principiante
812 Visualizações
Probably SCIF is not a technology based on an underlying hardware feature, is only a software layer in the top of PCIe making this hardware bridge like a virtual ethernet controller, so the communication between host and target is similar to communication via sockets.

I don't know if this layer idea is derivated from other project, otherwise is an original idea from Intel people.
Many thanks.
suhailinternational
Principiante
812 Visualizações
how can i find the user level can any one help me?
javiroman
Principiante
812 Visualizações
You can find an example of user level SCIF library in the mpssd daemon. The source code of this daemon is located in thepackage-full_src-k1om/host/utils/mpssd folder.
Responder