Closed jtuyls closed 1 month ago
Removes the hardcoded numArbiters and numMSels and retrieves it from the device model instead. I wasn't able though to find it in a retrievable way inside aie-rt, so I created a separate AMDAIEDeviceConfig struct for such cases.
numArbiters
numMSels
aie-rt
AMDAIEDeviceConfig
Removes the hardcoded
numArbiters
andnumMSels
and retrieves it from the device model instead. I wasn't able though to find it in a retrievable way insideaie-rt
, so I created a separateAMDAIEDeviceConfig
struct for such cases.