sfu-arch / muir-lib

µIR Chisel library
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Clean up MemReq and MemResp interface #3

Open amsharifian opened 4 years ago

amsharifian commented 4 years ago

In branch log the memory interface is cleaner than master branch. There is no ValiT anymore, in the same way, we have to remove RouteID as well. The routing IDs should be dynamic within the memory controller at the allocation time instead of allocating at the compile time. This is extra static information that is not necessarily useful at runtime.