Update README.
authorwhitequark <whitequark@whitequark.org>
Mon, 27 Jan 2020 18:13:11 +0000 (18:13 +0000)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 18:13:11 +0000 (18:13 +0000)
README.md

index 0032e3c635a83f88f9bee54b1ec36201330b2fe7..874316a541408d318d13507db8d555fa113c306e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,22 +16,20 @@ nMigen is a direct descendant of [Migen][] rewritten from scratch to address man
 
 nMigen is designed for Python 3.6 and newer. nMigen's Verilog backend requires [Yosys][] 0.9 or a newer version.
 
-Thanks [LambdaConcept][] for being a sponsor of this project! Contact sb [at] m-labs.hk if you also wish to support this work.
+The development of nMigen has been supported by [SymbioticEDA][], [LambdaConcept][] and [M-Labs][].
 
 [migen]: https://m-labs.hk/migen
 [yosys]: http://www.clifford.at/yosys/
+[symbioticeda]: https://www.symbioticeda.com/
 [lambdaconcept]: http://lambdaconcept.com/
-
-### HLS?
-
-nMigen is *not* a "Python-to-FPGA" conventional high level synthesis (HLS) tool. It will *not* take a Python program as input and generate a hardware implementation of it. In nMigen, the Python program is executed by a regular Python interpreter, and it emits explicit statements in the FHDL domain-specific language.  Writing a conventional HLS tool that uses nMigen as an internal component might be a good idea, on the other hand :)
+[m-labs]: http://m-labs.hk
 
 ### Installation
 
 nMigen requires [Yosys][] 0.9 or newer, as well as a device-specific toolchain.
 
-    pip install git+https://github.com/m-labs/nmigen.git
-    pip install git+https://github.com/m-labs/nmigen-boards.git
+    pip install git+https://github.com/nmigen/nmigen.git
+    pip install git+https://github.com/nmigen/nmigen-boards.git
 
 ### Introduction
 
@@ -70,7 +68,7 @@ nMigen is released under the very permissive two-clause BSD license. Under the t
 
 Even though we do not require you to do so, these things are awesome, so please do them if possible:
   * tell us that you are using nMigen
-  * put the [nMigen logo](doc/nmigen_logo.svg) on the page of a product using it, with a link to https://m-labs.hk
+  * put the [nMigen logo](doc/nmigen_logo.svg) on the page of a product using it
   * cite nMigen in publications related to research it has helped
   * send us feedback and suggestions for improvements
   * send us bug reports when something goes wrong