1
0

coreplex: eliminate dead code

This commit is contained in:
Wesley W. Terpstra 2017-10-27 00:25:05 -07:00
parent 9f83db998e
commit eeb11a2693

View File

@ -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)
}