Shane Fleming
Shane Fleming
This PR is linked to the following PR in hlslib: https://github.com/Xilinx/finn-hlslib/pull/157 It aims to unify the pooling operations into a single pooling implementation.
This PR enhances the InnerShuffle RTL implementation for improved timing closure by leveraging fused output register inference into BRAM/URAM. The enhancement is realized by adding a new utility module, `elasticmem`,...
This PR introduces a HLS Softmax layer into FINN. Specifically it contains: * `HWSoftmax` - a hardware abstraction layer. * `HWSoftmax_hls` - for instantiating the HLS softmax IP * `InferHWSoftmax`...