x-heep icon indicating copy to clipboard operation
x-heep copied to clipboard

Extend the sign of the source data if the destination type is wider

Open LuigiGiuffrida98 opened this issue 10 months ago • 0 comments

This PR is to implement sign extension capability in the DMA data transfer if the data type of the destination is wider than the data type of the source.

This required the addition of little logic in the DMA and three control registers:

  • DST_DATATYPE
  • SRC_DATATYPE
  • SIGN_EXTEND

LuigiGiuffrida98 avatar Apr 26 '24 14:04 LuigiGiuffrida98