1
0
Fork 0

[tl2] add grant finisher comment

This commit is contained in:
Henry Cook 2016-11-19 19:16:43 -08:00
parent 9dd12545d0
commit c31b41a7ac
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,9 @@ class ClientMetadata extends Bundle {
Cat(wr, Nothing) -> (Bool(false), NtoT)))
}
/** Determine what state to go to after miss based on Grant param */
/** Determine what state to go to after miss based on Grant param
* For now, doesn't depend on state (which may have been Probed).
*/
private def growFinisher(cmd: UInt, param: UInt): UInt = {
import MemoryOpCategories._
import TLPermissions._