litex-hub / zephyr-on-litex-vexriscv

BSD 2-Clause "Simplified" License
12 stars 10 forks source link

Add a LitexSim() board #18

Closed josuah closed 1 year ago

josuah commented 1 year ago

Allow simulating Zephyr-on-LiteX-VexRiscv by adding the simulator as a regular board.

This differs from the way done on Linux-on-LiteX-VexRiscv.

Depends on https://github.com/enjoy-digital/litex/pull/1764 Depends on https://github.com/litex-hub/zephyr-on-litex-vexriscv/pull/17

josuah commented 1 year ago

Akin to #19 this might be obsoleted when the board support for zephyr-on-litex gets reworked if that happens.

See #17 for a proposition and https://github.com/enjoy-digital/litex/issues/1765 for extra context.