Our great sponsors
-
My knee-jerk reaction was "No" since it's IBM POWER. But then I read that the POWER architecture and ISA support bi-endian, and then I also gather from https://github.com/antonblanchard/microwatt/search?p=1&q=endian that the microwatt starts up in little-endian (LE) mode. In addition, the examples are compiled for LE mode: https://github.com/antonblanchard/microwatt/blob/e40e752b9ab602f5ce1eb79be1fe96932558830d/hello_world/Makefile#L12
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
lxp32-cpu
A lightweight, open source and FPGA-friendly 32-bit CPU core based on an original instruction set
I used this one https://github.com/lxp32/lxp32-cpu as base for building a RISC-V softcore.