litex-hub / zephyr-on-litex-vexriscv

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

`--variant` does not actual set fpga board variants #9

Closed cfriedt closed 2 years ago

cfriedt commented 2 years ago
$ ./make.py --help
  --variant VARIANT
          FPGA board variant (default: None)
$ ./make.py --board=arty --variant=a7-100 --build --toolchain=symbiflow
#...
ERROR:SoC:a7-100 CPU variant not supported, supported are: 
 - full
 - full+cfu
 - full+cfu+debug
 - full+debug
 - imac
 - imac+debug
 - linux
 - linux+debug
 - linux+no-dsp
 - lite
 - lite+debug
 - lite+debug+hwbp
 - minimal
 - minimal+debug
 - minimal+debug+hwbp
 - secure
 - secure+debug
 - standard
 - standard+debug