Phung Cheng Fei

Results 33 issues of Phung Cheng Fei

[axi_ram module](https://gist.github.com/promach/cdc4a26aa7dc03538918bbd85344cfb5#file-axi_slave_ram-v-L250) triggers a AXI protocol [violation bit 32 in Xilinx AXI Protocol Checker](https://www.xilinx.com/support/documentation/ip_documentation/axi_protocol_checker/v2_0/pg101-axi-protocol-checker.pdf#page=17) To be more exact, it is related to the `BVALID` logic implementation in the AXI slave....

Hi, I came across your winograd convolution article at https://antkillerfarm.github.io/dl%20acceleration/2019/07/19/DL_acceleration.html May I know what are ß0, ß1 and ß2 ? ![winograd_antkillerfarm](https://user-images.githubusercontent.com/3324659/89256424-a7dc8500-d656-11ea-821a-09eed03874d5.png)

1. For https://arxiv.org/pdf/2209.10655.pdf#page=21 , why use `x = sqrt(2)` specifically ? why is it not easier to just use `x = 1` ? ![image](https://user-images.githubusercontent.com/3324659/192152144-21ebc6af-f898-4312-b939-f51f1c6916d5.png) 2. In https://arxiv.org/pdf/2109.08668.pdf#page=5 , I do...