Skip to content

Commit

Permalink
Chisel compile warning: Chisel3 package import (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
ingallsj authored Apr 29, 2020
1 parent d327212 commit 8ca1143
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/scala/amba/apb/Monitor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package freechips.rocketchip.amba.apb

import chisel3._
import chisel3.core.Reset
import freechips.rocketchip.config.Parameters

case class APBMonitorArgs(edge: APBEdgeParameters)
Expand Down
1 change: 0 additions & 1 deletion src/main/scala/amba/axi4/Monitor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package freechips.rocketchip.amba.axi4

import chisel3._
import chisel3.core.Reset
import freechips.rocketchip.config.Parameters

case class AXI4MonitorArgs(edge: AXI4EdgeParameters)
Expand Down

0 comments on commit 8ca1143

Please sign in to comment.