typo
This commit is contained in:
parent
8a93f74c70
commit
39b9563d2e
|
@ -22,7 +22,7 @@ class RustPitaya(SoCCore):
|
|||
ident = self.__class__.__name__
|
||||
SoCCore.__init__(self, platform=platform, csr_data_width=32, ident=ident)
|
||||
|
||||
# CLock everything from the ADC clock
|
||||
# Clock everything from the ADC clock
|
||||
clk125_pads = platform.request("clk125")
|
||||
platform.add_platform_command("create_clock -name clk_sys -period 8 [get_ports {port}]", port=clk125_pads.p)
|
||||
self.clock_domains.cd_sys = ClockDomain(reset_less=True)
|
||||
|
|
Loading…
Reference in New Issue