mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 06:14:06 +02:00
make gateware bitstreams and platform versions configurable
This commit is contained in:
parent
64704717c0
commit
f66496d454
1 changed files with 2 additions and 2 deletions
|
|
@ -3,11 +3,11 @@
|
|||
cynthion-gateware-single,
|
||||
cynthion-unwrapped,
|
||||
lib,
|
||||
platformVersions ? ["0D1" "0D2" "0D3" "0D4" "0D5" "0D6" "0D7" "1D0" "1D1" "1D2" "1D3" "1D4"],
|
||||
bitstreams ? ["analyzer" "selftest" "facedancer"],
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mapCartesianProduct;
|
||||
platformVersions = ["0D1" "0D2" "0D3" "0D4" "0D5" "0D6" "0D7" "1D0" "1D1" "1D2" "1D3" "1D4"];
|
||||
bitstreams = ["analyzer" "selftest" "facedancer"];
|
||||
gatewares =
|
||||
mapCartesianProduct ({
|
||||
platform,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue