1
0

WIP uncore and rocket changes compile

This commit is contained in:
Henry Cook
2016-11-10 15:56:42 -08:00
parent 32fd11935c
commit afa1a6d549
9 changed files with 713 additions and 536 deletions

View File

@ -43,6 +43,14 @@ object TLMessages
def isD(x: UInt) = x <= ReleaseAck
}
/**
* The three primary TileLink permissions are:
* (T)runk: the agent is (or is on the path to) the global point of serialization.
* (B)ranch: the agent
* (N)one:
* These permissions are permuted by transfer operations in various ways.
* Messages for
*/
object TLPermissions
{
// Cap types (Grant = new permissions, Probe = permisions <= target)