fill building parameters
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 27 Jan 2015 19:24:14 +0000 (20:24 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 27 Jan 2015 19:24:14 +0000 (20:24 +0100)
make.py

diff --git a/make.py b/make.py
index 034536bb32f4dda26b87a5f054d07ec95bc14c72..9e5fa8740e76d70148e31af87d206030ca5ba3e9 100644 (file)
--- 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