- Storage qualifier
- Data storage in block rams
-[> Possibles improvements
+[> Possible improvements
-------------------------
- add standardized interfaces (AXI, Avalon-ST)
- add protocols analyzers
- add storage in HDD with LiteSATA core (to be released soon!)
- add Ethernet Wishbone bridge
- add PCIe Wishbone bridge with LitePCIe (to be released soon!)
-- ... 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
python3 setup.py install
cd ..
-3. Obtain MiSoC:
+3. 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.
-4. Obtain LiteScope
+4. Obtain LiteScope and install it:
git clone https://github.com/enjoy-digital/litescope
5. Build and load test design:
- send us bug reports when something goes wrong
- send us the modifications and improvements you have done to LiteScope.
-[> Support and Consulting
+[> Support and consulting
--------------------------
We love open-source hardware and like sharing our designs with others.
- python3 setup.py install
- cd ..
-3. Obtain LiteScope
+3. Obtain LiteScope and install it:
+ - git clone https://github.com/enjoy-digital/litescope
+ - cd litescope
+ - python3 setup.py install
+ - cd ..
+
+4. 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.
+
+5. Obtain LiteScope
- git clone https://github.com/enjoy-digital/litescope
-4. Build and load example design:
+6. Build and load example design:
- python3 make.py all
-5. Test design:
+7. Test design:
- go to ./test directoryand run:
- python3 test_io.py
- python3 test_la.py