mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Bump the IRQ for liteeth based targets.
This commit is contained in:
parent
73e0036b99
commit
ff72757b87
5 changed files with 5 additions and 5 deletions
|
@ -124,7 +124,7 @@ class MiniSoC(BaseSoC):
|
|||
csr_map.update(BaseSoC.csr_map)
|
||||
|
||||
interrupt_map = {
|
||||
"ethmac": 2,
|
||||
"ethmac": 3,
|
||||
}
|
||||
interrupt_map.update(BaseSoC.interrupt_map)
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ class MiniSoC(BaseSoC):
|
|||
csr_map.update(BaseSoC.csr_map)
|
||||
|
||||
interrupt_map = {
|
||||
"ethmac": 2,
|
||||
"ethmac": 3,
|
||||
}
|
||||
interrupt_map.update(BaseSoC.interrupt_map)
|
||||
|
||||
|
|
|
@ -113,7 +113,7 @@ class MiniSoC(BaseSoC):
|
|||
csr_map.update(BaseSoC.csr_map)
|
||||
|
||||
interrupt_map = {
|
||||
"ethmac": 2,
|
||||
"ethmac": 3,
|
||||
}
|
||||
interrupt_map.update(BaseSoC.interrupt_map)
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ class MiniSoC(BaseSoC):
|
|||
csr_map.update(BaseSoC.csr_map)
|
||||
|
||||
interrupt_map = {
|
||||
"ethmac": 2,
|
||||
"ethmac": 3,
|
||||
}
|
||||
interrupt_map.update(BaseSoC.interrupt_map)
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ class MiniSoC(BaseSoC):
|
|||
csr_map.update(BaseSoC.csr_map)
|
||||
|
||||
interrupt_map = {
|
||||
"ethmac": 2,
|
||||
"ethmac": 3,
|
||||
}
|
||||
interrupt_map.update(BaseSoC.interrupt_map)
|
||||
|
||||
|
|
Loading…
Reference in a new issue