AI Suite - Custom model in the FPGA building process - AI Suite - Custom model in the FPGA building process Hello Altera Community. My question is: Where in the FPGA building process do I incorporate my costum neural network into the design? This is my current understanding of the FPGA building process: The IP block is generated with the dla create ip script, which takes arch file as input. The IP block is placed in platform designer, and then is connected to memory and signals. After compiling, the data is send to the design using runtime, (JTAG being the slowest) Where does the NN Model I made with PyTorch gets incorporated into all this? Replies: Re: AI Suite - Custom model in the FPGA building process HI, You will be using the FPGA AI Suite compiler to optimize your NN model that you made into the FPGA. Please refer to https://docs.altera.com/r/docs/863373/2026.1.1/fpga-ai-suite-handbook/creating-an-architecture-files-for-the-fpga-ai-suite-spatial-ip. - 2026-05-27

external_document