Replies: 2 comments
-
Not sure with Intel, in viavdo you can fetch the generated hdl source files under the syn/ or impl/ directory. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think with oneAPI you can get the sytem verilog output, but I am not positive if it can be used directly. In |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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