1
0

diplomacy: guess the LazyModule name from the containing class

This commit is contained in:
Wesley W. Terpstra
2016-10-14 15:11:13 -07:00
committed by mwachs5
parent 4d50733548
commit 67ab27f5a5
4 changed files with 20 additions and 9 deletions

View File

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