coreplex: eliminate dead code
This commit is contained in:
parent
9f83db998e
commit
eeb11a2693
@ -1,12 +0,0 @@
|
||||
// See LICENSE.SiFive for license details.
|
||||
|
||||
package freechips.rocketchip
|
||||
|
||||
import freechips.rocketchip.tilelink.TLOutwardNode
|
||||
import freechips.rocketchip.interrupts.IntOutwardNode
|
||||
|
||||
package object coreplex
|
||||
{
|
||||
implicit class TLCrossableNode(val node: TLOutwardNode)
|
||||
implicit class IntCrossableNode(val node: IntOutwardNode)
|
||||
}
|
Loading…
Reference in New Issue
Block a user