Skip to content

Commit

Permalink
spi: SPIParamsBase param needs to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
hcook committed Mar 4, 2018
1 parent 39287b9 commit 6795f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/devices/spi/SPIBundle.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sifive.blocks.devices.spi

import Chisel._

abstract class SPIBundle(private val c: SPIParamsBase) extends Bundle
abstract class SPIBundle(val c: SPIParamsBase) extends Bundle

class SPIDataIO extends Bundle {
val i = Bool(INPUT)
Expand Down

0 comments on commit 6795f40

Please sign in to comment.