1
0

Perform some control-flow transfers within the Frontend

This commit is contained in:
Andrew Waterman
2017-07-25 15:18:32 -07:00
parent 62c4080585
commit 15878d4691
4 changed files with 184 additions and 70 deletions

View File

@ -26,6 +26,7 @@ trait CoreParams {
val instBits: Int
val nLocalInterrupts: Int
val nL2TLBEntries: Int
val jumpInFrontend: Boolean
}
trait HasCoreParameters extends HasTileParameters {