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
|
return drives
|
||||||
|
|
||||||
STEPDOWN_IOSTANDARDS = LVCMOS + SSTL
|
STEPDOWN_IOSTANDARDS = LVCMOS + SSTL
|
||||||
IBUF_LOW_PWR_SUPPORTED = LVDS + DIFF_SSTL
|
IBUF_LOW_PWR_SUPPORTED = LVDS + SSTL
|
||||||
ONLY_DIFF_IOSTANDARDS = LVDS
|
ONLY_DIFF_IOSTANDARDS = LVDS
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ def main():
|
||||||
'--part', help="Name of part being targetted.", **part_kwargs)
|
'--part', help="Name of part being targetted.", **part_kwargs)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--bitread',
|
'--bitread',
|
||||||
help="Name of part being targetted.",
|
help="bitread tool to to use",
|
||||||
default=default_bitread)
|
default=default_bitread)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--frame_range', help="Frame range to use with bitread.")
|
'--frame_range', help="Frame range to use with bitread.")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue