Merge pull request #32 from DurandA/patch-2

Update ecp5_evn.py
This commit is contained in:
enjoy-digital 2020-01-07 09:22:33 +01:00 committed by GitHub
commit e9637eea60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -117,9 +117,9 @@ class Platform(LatticePlatform):
def request(self, *args, **kwargs): def request(self, *args, **kwargs):
if "serial" in args: if "serial" in args:
print("two 0 Ω resistors shoud be populated on R34 and R35 and " print("R22 and R23 should be removed, two 0 Ω resistors shoud be "
"the FT2232H should be configured to UART with virtual COM on " "populated on R34 and R35 and the FT2232H should be configured to "
"port B") "UART with virtual COM on port B")
if "ext_clk50" in args: if "ext_clk50" in args:
print("an oscillator must be populated on X5") print("an oscillator must be populated on X5")