litex-hub / linux-on-litex-vexriscv

Linux on LiteX-VexRiscv
BSD 2-Clause "Simplified" License
551 stars 174 forks source link

build/sim/sim.dts:78.13-98.11: ERROR (phandle_references): /soc: Reference to non-existent node or label "intc0" #329

Closed quantrpeter closed 1 year ago

quantrpeter commented 1 year ago

Screenshot from 2023-03-04 15-24-49

and meson seem has error:

Screenshot from 2023-03-04 15-25-46

thanks

quantrpeter commented 1 year ago

image

enjoy-digital commented 1 year ago

Thanks @quantrpeter, this was a regression introduced when adding Rocket support in the json2dts script, this is fixed with https://github.com/enjoy-digital/litex/commit/7bd98cf5d974799528f1b4441fd39425fd9c4c2e.

quantrpeter commented 1 year ago

thank you, it works now