From: luke leighton Date: Fri, 31 Dec 2021 15:54:32 +0000 (+0000) Subject: Merge branch 'master' into 'update_to_2021oct08' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c88f26f4d6a42c6ab6515b1dc95ead06bd2c52fd;p=nmigen.git Merge branch 'master' into 'update_to_2021oct08' # Conflicts: # LICENSE.txt # README.md # nmigen/test/utils.py # nmigen/vendor/xilinx_7series.py # setup.py --- c88f26f4d6a42c6ab6515b1dc95ead06bd2c52fd diff --cc README.md index e30717c,29e68cb..07a8940 --- a/README.md +++ b/README.md @@@ -12,9 -12,9 +12,9 @@@ Other nMigen libraries are built on FHD See the [doc/](doc/) folder for more technical information. -nMigen is based on [Migen][], a hardware description language developed by [M-Labs][]. 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. +nMigen 1.0 is based on [Migen][], a hardware description language developed by [M-Labs][]. 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][], [LambdaConcept][] and [M-Labs][]. + The development of nMigen has been supported by [M-Labs][] and [LambdaConcept][]. [migen]: https://m-labs.hk/migen [yosys]: http://www.clifford.at/yosys/