X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmain%2Fscala%2Fdevices%2Fi2c%2FI2CPeriphery.scala;h=c9de71b1755cd2557cb5b77419daccbe7b2c9538;hb=ef4f2ed888cd614858c6b2647c1eb6f988ff3973;hp=b67a071f087d03050c18b7015460dcc4d8286c69;hpb=4d74e8f67f871df93f7bb2dfb2fa8bffb641fc4a;p=sifive-blocks.git diff --git a/src/main/scala/devices/i2c/I2CPeriphery.scala b/src/main/scala/devices/i2c/I2CPeriphery.scala index b67a071..c9de71b 100644 --- a/src/main/scala/devices/i2c/I2CPeriphery.scala +++ b/src/main/scala/devices/i2c/I2CPeriphery.scala @@ -20,7 +20,7 @@ trait HasPeripheryI2C extends HasSystemNetworks { } trait HasPeripheryI2CBundle { - val i2cs: Vec[I2CPort] + val i2c: Vec[I2CPort] } trait HasPeripheryI2CModuleImp extends LazyMultiIOModuleImp with HasPeripheryI2CBundle {