add EDA Playground link
This commit is contained in:
parent
4c2af091b9
commit
a7988e250f
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
<p>Other Migen libraries are built on FHDL and provide various tools such as a system-on-chip interconnect infrastructure, a dataflow programming system, a more traditional high-level synthesizer that compiles Python routines into state machines with datapaths, and a simulator that allows test benches to be written in Python.</p>
|
<p>Other Migen libraries are built on FHDL and provide various tools such as a system-on-chip interconnect infrastructure, a dataflow programming system, a more traditional high-level synthesizer that compiles Python routines into state machines with datapaths, and a simulator that allows test benches to be written in Python.</p>
|
||||||
|
|
||||||
<p>Migen is the foundation for the <a href="mng.html">next-generation Milkymist SoC</a>, and is also used in the <a href="http://www.rhinoplatform.org">Rhino</a> software-defined radio platform.</p>
|
<p>Migen is the foundation for <a href="msc.html">MiSoC</a>, and is also used in the <a href="http://www.rhinoplatform.org">Rhino</a> software-defined radio platform.</p>
|
||||||
|
|
||||||
<p>You can find the Migen source <a href="http://github.com/m-labs/migen">here</a>, released under a <a href="https://github.com/m-labs/migen/blob/master/LICENSE">permissive license</a>.</p>
|
<p>You can find the Migen source <a href="http://github.com/m-labs/migen">here</a>, released under a <a href="https://github.com/m-labs/migen/blob/master/LICENSE">permissive license</a>.</p>
|
||||||
|
|
||||||
|
@ -49,6 +49,11 @@
|
||||||
- <a href="migen-slides.pdf">Lecture slides</a>
|
- <a href="migen-slides.pdf">Lecture slides</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<b>Try Migen with just a web browser</b><br />
|
||||||
|
<a href="http://www.edaplayground.com">EDA Playground</a> provides an online interface to many server-side tools, including Migen.
|
||||||
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue