1
0

tilelink2 RegisterRouter: support new TL2 interrupts

This commit is contained in:
Wesley W. Terpstra
2016-09-08 15:17:30 -07:00
parent 23e896ed5d
commit 66f58cf2d0
3 changed files with 30 additions and 11 deletions

View File

@ -86,6 +86,7 @@ object RegField
trait HasRegMap
{
def regmap(mapping: RegField.Map*): Unit
val interrupts: Vec[Bool]
}
// See GPIO.scala for an example of how to use regmap