You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am an undergraduate researching on integrating my LSTM Autoencoder model into low power FPGAs (particularly Intel Cyclone 10LP series). There are a few implementation of similar approaches in multiple papers, but I can't seem to find a way to automatically synthesize ANN models using publicly available resources.
My question: Is there a way to synthesize my model into generic IP cores instead of a .qsys file with Intel HLS Compiler or Vivado/Vitis's approach?
Problem with Intel HLS Compiler:
Intel Quartus Prime Pro/Standard HLS Compiler does not support Cyclone 10LP
Problem with Vitis HLS:
I have trouble understanding how to transfer the results into Intel Quartus (or if even possible)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am an undergraduate researching on integrating my LSTM Autoencoder model into low power FPGAs (particularly Intel Cyclone 10LP series). There are a few implementation of similar approaches in multiple papers, but I can't seem to find a way to automatically synthesize ANN models using publicly available resources.
My question: Is there a way to synthesize my model into generic IP cores instead of a .qsys file with Intel HLS Compiler or Vivado/Vitis's approach?
Problem with Intel HLS Compiler:
Problem with Vitis HLS:
Beta Was this translation helpful? Give feedback.
All reactions