diplomacy: guess the LazyModule name from the containing class
This commit is contained in:
committed by
mwachs5
parent
4d50733548
commit
67ab27f5a5
@ -90,6 +90,3 @@ class CoreplexLocalInterrupter(c: CoreplexLocalInterrupterConfig)(implicit val p
|
||||
extends TLRegisterRouter(c.address, 0, c.size, 0, c.beatBytes, false)(
|
||||
new TLRegBundle((c, p), _) with CoreplexLocalInterrupterBundle)(
|
||||
new TLRegModule((c, p), _, _) with CoreplexLocalInterrupterModule)
|
||||
{
|
||||
override def name = "clint" // defaul is "CoreplexLocalInterrupter"
|
||||
}
|
||||
|
Reference in New Issue
Block a user