From: Florent Kermarrec Date: Tue, 17 Mar 2015 11:12:21 +0000 (+0100) Subject: liteeth: use default programmer in make.py X-Git-Tag: 24jan2021_ls180~2482 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=408d0fd2dd1280e146dba691f1df874d9189b7d6;p=litex.git liteeth: use default programmer in make.py --- diff --git a/misoclib/com/liteeth/example_designs/make.py b/misoclib/com/liteeth/example_designs/make.py index 82033189..dcc8bb4c 100644 --- a/misoclib/com/liteeth/example_designs/make.py +++ b/misoclib/com/liteeth/example_designs/make.py @@ -38,7 +38,7 @@ all clean, build-csr-csv, build-bitstream, load-bitstream. parser.add_argument("-s", "--sub-target", default="", help="variant of the Core type to build") parser.add_argument("-p", "--platform", default=None, help="platform to build for") parser.add_argument("-Ot", "--target-option", default=[], nargs=2, action="append", help="set target-specific option") - parser.add_argument("-Op", "--platform-option", default=[("programmer", "vivado")], nargs=2, action="append", help="set platform-specific option") + parser.add_argument("-Op", "--platform-option", default=[], nargs=2, action="append", help="set platform-specific option") parser.add_argument("--csr_csv", default="./test/csr.csv", help="CSV file to save the CSR map into") parser.add_argument("action", nargs="+", help="specify an action")