1
0
Fork 0

Prci: preserve Andrew's preferred clint name

This commit is contained in:
Wesley W. Terpstra 2016-09-16 17:26:50 -07:00
parent a357c1d42e
commit 8876d83640
1 changed files with 3 additions and 0 deletions

View File

@ -87,3 +87,6 @@ class CoreplexLocalInterrupter(c: CoreplexLocalInterrupterConfig)(implicit val p
extends TLRegisterRouter(c.address, 0, c.size, None, c.beatBytes, false)(
new TLRegBundle((c, p), _) with CoreplexLocalInterrupterBundle)(
new TLRegModule((c, p), _, _) with CoreplexLocalInterrupterModule)
{
override def name = "clint" // defaul is "CoreplexLocalInterrupter"
}