mirror of https://github.com/openXC7/prjxray.git
riob18: fix IBUF_LOW_PWR_SUPPORTED
Signed-off-by: Hans Baier <hansfbaier@gmail.com>
This commit is contained in:
parent
09f04c3c88
commit
2ce7ea1381
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue