1
0

Merge pull request #863 from freechipsproject/rename-offchip-interrupts-to-external-interrupts

Rename offchip-interrupts to external-interrupts.
This commit is contained in:
Richard Xia 2017-07-13 16:52:57 -07:00 committed by GitHub
commit f0481801df

View File

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