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:
Piotr Wojnarowski 2022-06-13 15:59:41 +02:00
parent dae22a0d9d
commit 124a2b2d56
1 changed files with 0 additions and 5 deletions

View File

@ -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 """