Merge pull request #863 from freechipsproject/rename-offchip-interrupts-to-external-interrupts
Rename offchip-interrupts to external-interrupts.
This commit is contained in:
commit
f0481801df
@ -76,7 +76,7 @@ trait HasSystemNetworks extends HasPeripheryParameters {
|
||||
abstract trait HasPeripheryExtInterrupts extends HasSystemNetworks {
|
||||
private val device = new Device with DeviceInterrupts {
|
||||
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