litex/litex
Tim 'mithro' Ansell 39c579baa2 Standardize the cpu_variant strings.
Current valid `cpu_variant` values;
 * minimal  (alias: min)
 * lite     (alias: light, zephyr, nuttx)
 * standard (alias: std) - Default
 * full     (alias: everything)
 * linux

Fully documented in the [docs/Soft-CPU.md](docs/Soft-CPU.md) file
mirrored from the
[LiteX-BuildEnv Wiki](https://github.com/timvideos/litex-buildenv/wiki).

Also support "extensions" which are added to the `cpu_variant` with a
`+`. Currently only the `debug` extension is supported. In future hope
to add `mmu` and `hmul` extensions.
2019-04-26 17:44:30 -05:00
..
boards boards/platforms/ulx3s: fix default clock 2019-04-23 11:37:29 +02:00
build build: handle exceptional case when litex/migen not deployed as git repo 2019-04-24 12:50:47 -04:00
gen soc/integration: also add sha-1/date to generated software files 2019-04-23 13:17:54 +02:00
soc Standardize the cpu_variant strings. 2019-04-26 17:44:30 -05:00
tools tools/remote/csr_builder: allow comments in csv file and cleanup 2019-04-24 12:25:49 +02:00
__init__.py tools: move from litex.soc.tools to litex.tools and fix usb.core import 2019-04-20 10:44:53 +02:00