1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-01 09:30:52 +00:00
Files
antonblanchard.microwatt/litesdcard/litesdcard.core
Anton Blanchard 9caaa3fc46 litesdcard: Use vendor not board type
litesdcard provides a macro per vendor (eg xilinx, lattice) and not per
board, so modify the fusesoc generator to take a vendor. This will make
it easier to add litesdcard to more boards.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
2021-08-10 14:08:22 +10:00

16 lines
373 B
Core

CAPI=2:
name : :microwatt:litesdcard:0
generators:
litesdcard_gen:
interpreter: python3
command: fusesoc-add-files.py
description: Generate a litesdcard SD-card controller
usage: |
litesdcard_gen adds the pre-generated LiteX LiteSDCard SD-card controller
based on the vendor type.
Parameters:
vendor: The vendor type (xilinx)