From: whitequark Date: Sat, 8 Feb 2020 11:00:08 +0000 (+0000) Subject: README: link to IRC channel. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a188058ce2d80f989817704258689f9bfe17204d;p=nmigen.git README: link to IRC channel. --- diff --git a/README.md b/README.md index a7b2265..701029d 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ Note that nMigen will **not** produce the exact same RTL as Migen did. nMigen ha Once your design passes verification with nMigen, you can migrate it to the nMigen syntax one module at a time. Migen modules can be added to nMigen modules and vice versa, so there is no restriction on the order of migration, either. +### Community + +nMigen has a dedicated IRC channel, [#nmigen at freenode.net](https://webchat.freenode.net/?channels=nmigen). Feel free to join to ask questions about using nMigen or discuss ongoing development of nMigen and its related projects. + ### License nMigen is released under the very permissive two-clause BSD license. Under the terms of this license, you are authorized to use nMigen for closed-source proprietary designs.