Closed Jpnock closed 2 years ago
From p.g. 15 https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/mnl_avalon_spec.pdf
Agents that simply return readdata with no side effects are free to ignore byteenables during reads.
Therefore agents can effectively ignore byteenable
during a read, so we need to do this bit mask ourselves on the CPU side.
This has been implemented and tested, with the exception of read
byte enables which are tracked in a different issue (#41)
Reposted from David Thomas in the Teams Question chat