riob18: fix IBUF_LOW_PWR_SUPPORTED

Signed-off-by: Hans Baier <hansfbaier@gmail.com>
This commit is contained in:
Hans Baier 2022-12-14 05:15:48 +07:00
parent 09f04c3c88
commit 2ce7ea1381
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ def drives_for_iostandard(iostandard):
return drives
STEPDOWN_IOSTANDARDS = LVCMOS + SSTL
IBUF_LOW_PWR_SUPPORTED = LVDS + DIFF_SSTL
IBUF_LOW_PWR_SUPPORTED = LVDS + SSTL
ONLY_DIFF_IOSTANDARDS = LVDS

View File

@ -91,7 +91,7 @@ def main():
'--part', help="Name of part being targetted.", **part_kwargs)
parser.add_argument(
'--bitread',
help="Name of part being targetted.",
help="bitread tool to to use",
default=default_bitread)
parser.add_argument(
'--frame_range', help="Frame range to use with bitread.")