targets/colorlight_5a_75x: List 8.0 in supported revision.

This commit is contained in:
Florent Kermarrec 2022-01-17 08:27:19 +01:00
parent b33deba2ed
commit 6103b3b234

View file

@ -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.")