Forum Discussion
AKAYA
Occasional Contributor
7 years agoi want to know if we can implement a deep learning code on fpga
hi, i have developed a deep learing code for the detection of the trojan in the circit. Can i implement the code in the fpga?? please do reply... its urgent
JohnT_Altera
Regular Contributor
7 years agoHi,
Yes, you can. It will depending on which board and tools that you are using.
If the code is written in C then you will need to make it compliance to OpenCL code so that it can be compile using Intel FPAG OpenCL tools.
If the code is written in HDL then you can use it in Quartus.
- AKAYA7 years ago
Occasional Contributor
thank you ofr the reply....
the code is in python...
can we implement the python code in fpga??