Change bios-flash-offset for tinyFPGA
This commit is contained in:
parent
fcec2c1d35
commit
84f267e00c
|
@ -69,7 +69,7 @@ class BaseSoC(SoCCore):
|
|||
def main():
|
||||
parser = argparse.ArgumentParser(description="LiteX SoC on TinyFPGA BX")
|
||||
parser.add_argument("--build", action="store_true", help="Build bitstream")
|
||||
parser.add_argument("--bios-flash-offset", default=0x60000, help="BIOS offset in SPI Flash (default: 0x60000)")
|
||||
parser.add_argument("--bios-flash-offset", default=0x50000, help="BIOS offset in SPI Flash (default: 0x50000)")
|
||||
parser.add_argument("--sys-clk-freq", default=16e6, help="System clock frequency (default: 16MHz)")
|
||||
builder_args(parser)
|
||||
soc_core_args(parser)
|
||||
|
|
Loading…
Reference in New Issue