Fix several typos. NFC.

This commit is contained in:
J. Neuschäfer 2023-01-20 20:48:29 +01:00 committed by GitHub
parent 427c82fcbc
commit 91d4513682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View file

@ -654,9 +654,9 @@ class XilinxPlatform(TemplatedPlatform):
assert False
def create_missing_domain(self, name):
# Xilinx devices have a global write enable (GWE) signal that asserted during configuraiton
# Xilinx devices have a global write enable (GWE) signal that asserted during configuration
# and deasserted once it ends. Because it is an asynchronous signal (GWE is driven by logic
# syncronous to configuration clock, which is not used by most designs), even though it is
# synchronous to configuration clock, which is not used by most designs), even though it is
# a low-skew global network, its deassertion may violate a setup/hold constraint with
# relation to a user clock. The recommended solution is to use a BUFGCE driven by the EOS
# signal (if available). For details, see: