Typos and style fixes. NFC.

This commit is contained in:
whitequark 2019-06-05 02:48:41 +00:00
parent 452c4b380b
commit c52cd72d3e
2 changed files with 6 additions and 6 deletions

View file

@ -195,7 +195,7 @@ class TemplatedPlatform(Platform):
def toolchain_prepare(self, fragment, name, **kwargs):
# This notice serves a dual purpose: to explain that the file is autogenerated,
# and to incorporate
# and to incorporate the nMigen version into generated code.
autogenerated = "Automatically generated by nMigen {}. Do not edit.".format(__version__)
def emit_design(backend):