mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
README: add link to online docs
This commit is contained in:
parent
e2af9ac9a6
commit
9ca3be0f6c
1 changed files with 6 additions and 1 deletions
|
@ -27,13 +27,18 @@ written in Python.
|
||||||
|
|
||||||
See the doc/ folder for more technical information.
|
See the doc/ folder for more technical information.
|
||||||
|
|
||||||
|
Migen is designed for Python 3.3. Note that Migen is **not** spelled MiGen.
|
||||||
|
|
||||||
|
#### Quick Links
|
||||||
|
|
||||||
Code repository:
|
Code repository:
|
||||||
https://github.com/m-labs/migen
|
https://github.com/m-labs/migen
|
||||||
|
|
||||||
System-on-chip design based on Migen:
|
System-on-chip design based on Migen:
|
||||||
https://github.com/m-labs/misoc
|
https://github.com/m-labs/misoc
|
||||||
|
|
||||||
Migen is designed for Python 3.3. Note that Migen is **not** spelled MiGen.
|
Online documentation:
|
||||||
|
http://m-labs.hk/gateware.html
|
||||||
|
|
||||||
#### Quick intro
|
#### Quick intro
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in a new issue