diff --git a/litex_boards/targets/colorlight_5a_75x.py b/litex_boards/targets/colorlight_5a_75x.py index e4c85bd..fb97bdf 100755 --- a/litex_boards/targets/colorlight_5a_75x.py +++ b/litex_boards/targets/colorlight_5a_75x.py @@ -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.")