Commit Graph

6 Commits

Author SHA1 Message Date
Sean Cross
1840a63420 hw: update rtl and documentation flags
Signed-off-by: Sean Cross <sean@xobs.io>
2019-09-20 21:56:18 +08:00
Sean Cross
d3dd349848 Revert "hw: rtl: use only one hw breakpoint"
With an older litex build, we have enough space for four breakpoints
in the vexriscv core.

This reverts commit 2464b510fa.
2019-07-22 08:51:18 +08:00
Sean Cross
2464b510fa hw: rtl: use only one hw breakpoint
We were running out of LUTs, so reduce the number of breakpoints
from 4 to 1.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-07-21 13:47:11 +08:00
Sean Cross
39b3fb6507 hw: rtl: use latest release version of vexriscv
This doesn't appear to work yet, but is the latest upstream release
version of vexriscv.

Need to investigate more into why it's failing.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-04-26 09:53:51 +08:00
Sean Cross
ba310ab8e2 hw: rtl: add missing files
Signed-off-by: Sean Cross <sean@xobs.io>
2019-04-25 23:35:51 +08:00
Sean Cross
d147af1e6a hw: add some vexriscv experiments
We're trying to improve performance and reduce core size.

This uses a newer version of the vexriscv core.  It has a shorter
pipeline, with better exception handling.  It also properly initializes
registers.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-04-25 23:23:54 +08:00