make.py: add missing --csr_csv argument
This commit is contained in:
parent
3ab9f234d0
commit
87a78bc059
1
make.py
1
make.py
|
@ -39,6 +39,7 @@ Load/flash actions use the existing outputs, and do not trigger new builds.
|
|||
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("-X", "--external", default="", help="use external directory for targets, platforms and imports")
|
||||
parser.add_argument("--csr_csv", default="csr.csv", help="CSV file to save the CSR map into")
|
||||
|
||||
parser.add_argument("-d", "--decorate", default=[], action="append", help="apply simplification decorator to top-level")
|
||||
parser.add_argument("-Ob", "--build-option", default=[], nargs=2, action="append", help="set build option")
|
||||
|
|
Loading…
Reference in New Issue