Update ecp5_evn.py

This commit is contained in:
Arnaud Durand 2020-01-07 01:55:59 +01:00 committed by GitHub
parent f8f2301a3e
commit ab41cf5b79
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):
if "serial" in args:
print("two 0 Ω resistors shoud be populated on R34 and R35 and "
"the FT2232H should be configured to UART with virtual COM on "
"port B")
print("R22 and R23 should be removed, two 0 Ω resistors shoud be "
"populated on R34 and R35 and the FT2232H should be configured to "
"UART with virtual COM on port B")
if "ext_clk50" in args:
print("an oscillator must be populated on X5")