mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-03-01 09:30:52 +00:00
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>
16 lines
373 B
Core
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)
|