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: {}
|
||||
""".format(time_provider)
|
||||
|
||||
if kind == 'vexriscv_smp':
|
||||
result += """
|
||||
builtInIrqController: false
|
||||
"""
|
||||
|
||||
return result
|
||||
elif kind == 'picorv32':
|
||||
return """
|
||||
|
|
Loading…
Reference in New Issue