Hansung Kim 8e6a5f4bce Fix address & data handling in memtrace driver and logger
* TileLink doesn't alter the `address` field from what we originally used in the
  Get/Put call.
* Same goes for the `data` field.
* The only thing TL generates by itself is `mask`.  This means we have to align
  data to the beatBytes boundary ourselves when Putting, and also taking
  the right sublanes using the mask when Getting.
2023-04-17 15:30:30 -07:00
2023-03-27 14:38:02 -07:00
Description
No description provided
1.3 MiB
Languages
Scala 91.6%
C++ 3.9%
Verilog 3.6%
Makefile 0.9%