aboutsummaryrefslogtreecommitdiff
path: root/python/migen/README
diff options
context:
space:
mode:
authorFernando Lopez Jr <fernando.lopezjr@gmail.com>2018-01-10 10:55:27 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2018-01-10 10:55:27 +0000
commit417d4dc8975a79a732914be73debf1eb28d4aff8 (patch)
treebc9b0daeb8769857df1104fb3786934471fc2ac2 /python/migen/README
parent07354934f6b4754df0c7c1fef9045f719cf89f66 (diff)
downloadslackbuilds-417d4dc8975a79a732914be73debf1eb28d4aff8.tar.xz
python/migen: Updated for version 0.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/migen/README')
-rw-r--r--python/migen/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/python/migen/README b/python/migen/README
index 9672daf61bb4..2746d93a94b9 100644
--- a/python/migen/README
+++ b/python/migen/README
@@ -2,12 +2,12 @@ Migen (Milkymist generator)
A Python toolbox for building complex digital hardware.
-The Migen FHDL library replaces the event-driven paradigm with the
-notions of combinatorial and synchronous statements, has arithmetic
-rules that make integers always behave like mathematical integers, and
-most importantly allows the design's logic to be constructed by a
-Python program. This last point enables hardware designers to take
-advantage of the richness of the Python language - object oriented
-programming, function parameters, generators, operator overloading,
-libraries, etc. - to build well organized, reusable and elegant
+The Migen FHDL library replaces the event-driven paradigm with the
+notions of combinatorial and synchronous statements, has arithmetic
+rules that make integers always behave like mathematical integers, and
+most importantly allows the design's logic to be constructed by a
+Python program. This last point enables hardware designers to take
+advantage of the richness of the Python language - object oriented
+programming, function parameters, generators, operator overloading,
+libraries, etc. - to build well organized, reusable and elegant
designs.