tools: remove vexriscv_debug
authorSean Cross <sean@xobs.io>
Fri, 27 Jul 2018 07:21:19 +0000 (15:21 +0800)
committerSean Cross <sean@xobs.io>
Fri, 27 Jul 2018 07:25:33 +0000 (15:25 +0800)
commitfb145dacedbd76235792b056140a4f9885eba534
tree6537be58df3277c6393ffa026b0eedb22520cc24
parentf17b8324d4838807eb00a358de210a62db5fc087
tools: remove vexriscv_debug

This program is no longer needed.

The `openocd_vexriscv` package natively supports `etherbone`, and now
that the vexriscv debug module is available on Wishbone instead of as a
CSR, this module no longer works.

This change simplifies both tooling (because there is one fewer program
to run) and integration (because you don't need to modify your CSRs
anymore, just `register_mem()`.)

Signed-off-by: Sean Cross <sean@xobs.io>
litex/soc/tools/vexriscv_debug.py [deleted file]
setup.py