mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
targets/colorlight_5a_75x: List 8.0 in supported revision.
This commit is contained in:
parent
b33deba2ed
commit
6103b3b234
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ def main():
|
|||
parser.add_argument("--build", action="store_true", help="Build bitstream.")
|
||||
parser.add_argument("--load", action="store_true", help="Load bitstream.")
|
||||
parser.add_argument("--board", default="5a-75b", help="Board type (5a-75b or 5a-75e).")
|
||||
parser.add_argument("--revision", default="7.0", type=str, help="Board revision (7.0, 6.0 or 6.1).")
|
||||
parser.add_argument("--revision", default="7.0", type=str, help="Board revision (6.0, 6.1, 7.0 or 8.0).")
|
||||
parser.add_argument("--sys-clk-freq", default=60e6, help="System clock frequency")
|
||||
ethopts = parser.add_mutually_exclusive_group()
|
||||
ethopts.add_argument("--with-ethernet", action="store_true", help="Enable Ethernet support.")
|
||||
|
|
Loading…
Reference in a new issue