mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
digilent_nexyx_video: Add default toolchain value to CRG (to avoid breaking existing designs).
This commit is contained in:
parent
624572f2e9
commit
74395ca80b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ from liteeth.phy.s7rgmii import LiteEthPHYRGMII
|
|||
# CRG ----------------------------------------------------------------------------------------------
|
||||
|
||||
class _CRG(Module):
|
||||
def __init__(self, platform, sys_clk_freq, toolchain, with_video_pll=False):
|
||||
def __init__(self, platform, sys_clk_freq, toolchain="vivado", with_video_pll=False):
|
||||
self.rst = Signal()
|
||||
self.clock_domains.cd_sys = ClockDomain()
|
||||
self.clock_domains.cd_sys4x = ClockDomain(reset_less=True)
|
||||
|
|
Loading…
Reference in a new issue