- add support for Xilinx 7-Series GTP/GTH (currently only 7-Series GTX are
supported)
- add Zynq Linux drivers.
-- ... See below Support and Consulting :)
+- ... See below Support and consulting :)
If you want to support these features, please contact us at florent [AT]
enjoy-digital.fr. You can also contact our partner on the public mailing list
devel [AT] lists.m-labs.hk.
+
[> Getting started
------------------
-1. Install Python3 and Xilinx's Vivado software
+1. Install Python3 and your vendor's software
2. Obtain Migen and install it:
git clone https://github.com/m-labs/migen
python3 setup.py install
cd ..
-3. Obtain LiteScope and install it:
+3. Obtain MiSoC and install it:
+ git clone https://github.com/m-labs/misoc --recursive
+ cd misoc
+ python3 setup.py install
+ cd ..
+
+Note: in case you have issues with Migen/MiSoC, please retry
+with our forks at:
+ https://github.com/enjoy-digital/misoc
+ https://github.com/enjoy-digital/migen
+until new features are merged.
+
+4. Obtain LiteScope and install it:
git clone https://github.com/enjoy-digital/litescope
cd litescope
python3 setup.py install
cd ..
-4. Obtain MiSoC:
- git clone https://github.com/m-labs/misoc --recursive
- XXX add setup.py to MiSoC for external use of misoclib?
-
5. Obtain LiteSATA
git clone https://github.com/enjoy-digital/litesata
- send us bug reports when something goes wrong
- send us the modifications and improvements you have done to LiteSATA.
-[> Support and Consulting
+[> Support and consulting
--------------------------
We love open-source hardware and like sharing our designs with others.
====================
Download and install
====================
-1. Install Python3 and Xilinx's Vivado software
+1. Install Python3 and your vendor's software
2. Obtain Migen and install it:
- git clone https://github.com/m-labs/migen
- python3 setup.py install
- cd ..
-4. Obtain MiSoC:
+4. Obtain MiSoC and install it:
- git clone https://github.com/m-labs/misoc --recursive
- XXX add setup.py to MiSoC for external use of misoclib?
+ - cd misoc
+ - python3 setup.py install
+ - cd ..
+
+.. note::
+ In case you have issues with Migen/MiSoC, please retry with our forks at:
+ https://github.com/enjoy-digital/misoc
+ https://github.com/enjoy-digital/migen
+ until new features are merged.
5. Obtain LiteSATA
- git clone https://github.com/enjoy-digital/litesata