targets/gsd_butterstick/BaseSoC: Set default device to 85F (consistency with default arguments).

This commit is contained in:
Florent Kermarrec 2021-10-26 17:01:55 +02:00
parent c7a91f9eab
commit 91818bc5f0
1 changed files with 1 additions and 1 deletions

View File

@ -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,