tools/litex_json2renode: Don't disable built-in IRQ controller on vexriscv_smp
The built-in IRQ controller is needed by linux-on-litex-vexriscv
This commit is contained in:
parent
dae22a0d9d
commit
124a2b2d56
|
@ -235,11 +235,6 @@ cpu: CPU.VexRiscv @ sysbus
|
||||||
timeProvider: {}
|
timeProvider: {}
|
||||||
""".format(time_provider)
|
""".format(time_provider)
|
||||||
|
|
||||||
if kind == 'vexriscv_smp':
|
|
||||||
result += """
|
|
||||||
builtInIrqController: false
|
|
||||||
"""
|
|
||||||
|
|
||||||
return result
|
return result
|
||||||
elif kind == 'picorv32':
|
elif kind == 'picorv32':
|
||||||
return """
|
return """
|
||||||
|
|
Loading…
Reference in New Issue