-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hi,
I am studying OPAE with BBB from examples available here https://github.com/OPAE/intel-fpga-bbb/tree/master/samples/tutorial. According to these examples I can see that CCI-P protocol between the FIU and the AFU is written in System Verilog. So I have two questions; at first, if I had an accelerator written in VHDL is it possible to interface it with CCI-P protocol? Or is it necessary that the AFU is written in SV? Then, I have seen the simple example "01_hello_world" and I have studied the file "cci_hello_afu.sv"; so, if I had an independent module (in VHDL or System Verilog) how could I configure it with the CCI-P protocol? It is not very clear to me this passage because of the example "Hello World" is too simple.
Thank you
Marco Montini