ovpanait / zynq-aes

AES hardware engine for Xilinx Zynq platform
MIT License
27 stars 10 forks source link

AES_GET_KEY_256 in FSM miss clean flag #3

Closed 55-AA closed 4 years ago

55-AA commented 4 years ago

https://github.com/ovpanait/zynq-aes/blob/9af2058ad7c6011da1beb75520a641fc13d1fc23/hdl/aes_controller.v#L349

maybe insert: in_fifo_read_tready <= 1'b0;

ovpanait commented 4 years ago

Hi @55-AA,

Good catch, I will commit a fix for this.