From: Florent Kermarrec Date: Tue, 27 Jan 2015 19:24:14 +0000 (+0100) Subject: fill building parameters X-Git-Tag: 24jan2021_ls180~2575^2~31 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c907e5afa274fcf121507a2fd010aec73cdb72c;p=litex.git fill building parameters --- diff --git a/make.py b/make.py index 034536bb..9e5fa874 100644 --- a/make.py +++ b/make.py @@ -92,10 +92,25 @@ if __name__ == "__main__": A small footprint and configurable embedded FPGA based in Migen/MiSoC -====== Building options: ====== -===============================""".format() +====== Building parameters: ====== +LiscopeIO +--------- +Width: {} + +LiscopeLA +--------- +Width: {} +Depth: {} +Subsampler: {} +RLE: {} +===============================""".format( + soc.io.width, + soc.la.dw, + soc.la.depth, + str(soc.la.with_subsampler), + str(soc.la.with_rle) + ) ) - # dependencies if actions["all"]: actions["clean"] = True