Prci: preserve Andrew's preferred clint name
This commit is contained in:
parent
a357c1d42e
commit
8876d83640
@ -87,3 +87,6 @@ class CoreplexLocalInterrupter(c: CoreplexLocalInterrupterConfig)(implicit val p
|
|||||||
extends TLRegisterRouter(c.address, 0, c.size, None, c.beatBytes, false)(
|
extends TLRegisterRouter(c.address, 0, c.size, None, c.beatBytes, false)(
|
||||||
new TLRegBundle((c, p), _) with CoreplexLocalInterrupterBundle)(
|
new TLRegBundle((c, p), _) with CoreplexLocalInterrupterBundle)(
|
||||||
new TLRegModule((c, p), _, _) with CoreplexLocalInterrupterModule)
|
new TLRegModule((c, p), _, _) with CoreplexLocalInterrupterModule)
|
||||||
|
{
|
||||||
|
override def name = "clint" // defaul is "CoreplexLocalInterrupter"
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user