1
0

Merge remote-tracking branch 'origin/master' into black_box_regs

This commit is contained in:
Megan Wachs
2016-09-09 13:12:52 -07:00
11 changed files with 222 additions and 78 deletions

View File

@ -97,6 +97,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