whoops markdown formatting of migen compat layer not quite right
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 8 Apr 2022 18:47:21 +0000 (19:47 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 8 Apr 2022 18:47:21 +0000 (19:47 +0100)
README.md

index 629284386bc47552645f9d5051eb8e67275507a9..aac1e0c6642612a38f68b7401f3274e0f9cd93f6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -109,9 +109,10 @@ provides a comprehensive Migen compatibility layer! An existing Migen
 design can be synthesized and simulated with nMigen in three steps:
 
   1. Replace all `from migen import <...>` statements with `from
-  nmigen.compat import <...>`.  2. Replace every explicit mention
-  of the default `sys` clock domain with the new default `sync` clock
-  domain. E.g. `ClockSignal("sys")` is changed to `ClockSignal("sync")`.
+  nmigen.compat import <...>`.
+  2. Replace every explicit mention of the default `sys` clock domain
+  with the new default `sync` clock domain. E.g. `ClockSignal("sys")`
+  is changed to `ClockSignal("sync")`.
   3. Migrate from Migen build/platform system to nMigen build/platform
   system. nMigen does not provide a build/platform compatibility layer
   because both the board definition files and the platform abstraction