Rename offchip-interrupts to external-interrupts.
This commit is contained in:
parent
b7f1ba3428
commit
d62787357b
@ -76,7 +76,7 @@ trait HasSystemNetworks extends HasPeripheryParameters {
|
|||||||
abstract trait HasPeripheryExtInterrupts extends HasSystemNetworks {
|
abstract trait HasPeripheryExtInterrupts extends HasSystemNetworks {
|
||||||
private val device = new Device with DeviceInterrupts {
|
private val device = new Device with DeviceInterrupts {
|
||||||
def describe(resources: ResourceBindings): Description = {
|
def describe(resources: ResourceBindings): Description = {
|
||||||
Description("soc/offchip-interrupts", describeInterrupts(resources))
|
Description("soc/external-interrupts", describeInterrupts(resources))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user