mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
targets/gsd_butterstick/BaseSoC: Set default device to 85F (consistency with default arguments).
This commit is contained in:
parent
c7a91f9eab
commit
91818bc5f0
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class _CRG(Module):
|
|||
# BaseSoC ------------------------------------------------------------------------------------------
|
||||
|
||||
class BaseSoC(SoCCore):
|
||||
def __init__(self, revision="1.0", device="25F", sys_clk_freq=int(60e6), toolchain="trellis",
|
||||
def __init__(self, revision="1.0", device="85F", sys_clk_freq=int(60e6), toolchain="trellis",
|
||||
with_ethernet=False, with_etherbone=False, eth_ip="192.168.1.50", eth_dynamic_ip=False,
|
||||
with_spi_flash=False,
|
||||
with_led_chaser=True,
|
||||
|
|
Loading…
Reference in a new issue