README: add ChipEleven as a sponsor.
authorwhitequark <whitequark@whitequark.org>
Sat, 23 Jan 2021 03:26:42 +0000 (03:26 +0000)
committerwhitequark <whitequark@whitequark.org>
Sat, 23 Jan 2021 03:27:31 +0000 (03:27 +0000)
README.md

index 2f288d0f5094d405f0e57a30f45c4f47dcd66840..b938ec627a1de27eff9670a4365e1a1967e74883 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,11 +12,12 @@ Other nMigen libraries are built on FHDL and provide various tools and logic cor
 
 nMigen is based on Migen, a similar Python-based hardware description language. Although Migen works very well in production, its design could be improved in many fundamental ways, and nMigen reimplements Migen concepts from scratch to do so. nMigen also provides an extensive [compatibility layer](#migration-from-migen) that makes it possible to build and simulate most Migen designs unmodified, as well as integrate modules written for Migen and nMigen.
 
-The development of nMigen has been supported by [SymbioticEDA][] and [LambdaConcept][].
+The development of nMigen has been supported by [SymbioticEDA][], [LambdaConcept][], and [ChipEleven][].
 
 [yosys]: http://www.clifford.at/yosys/
 [symbioticeda]: https://www.symbioticeda.com/
 [lambdaconcept]: http://lambdaconcept.com/
+[chipeleven]: https://chipeleven.com/
 
 ### Introduction