README: update and point to misoc-de0nano examples
This commit is contained in:
parent
171224329e
commit
4c77c971f2
14
README
14
README
|
@ -4,7 +4,7 @@
|
||||||
|_____|_|_|_| |___|_ | |____/|_|_ |_|_| |__,|_|
|
|_____|_|_|_| |___|_ | |____/|_|_ |_|_| |__,|_|
|
||||||
|___| |___| |___|
|
|___| |___| |___|
|
||||||
|
|
||||||
Copyright 2012 / Florent Kermarrec / florent@enjoy-digital.fr
|
Copyright 2012-2014 / Florent Kermarrec / florent@enjoy-digital.fr
|
||||||
|
|
||||||
Miscope
|
Miscope
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
@ -31,11 +31,8 @@ mapping, importing miscope project gives you direct access to all the cores!
|
||||||
|
|
||||||
Miscope produces .vcd output files to be analyzed in your favorite waveform viewer.
|
Miscope produces .vcd output files to be analyzed in your favorite waveform viewer.
|
||||||
|
|
||||||
Since Miscope also provides an Uart2Csr bridge, you only need 2 external Rx/Tx pins
|
Since Miscope also provides an Uart2Wishbone bridge, you only need 2 external Rx/Tx
|
||||||
to be ready to debug!
|
pins to be ready to debug!
|
||||||
|
|
||||||
You should use the current Migen fork:
|
|
||||||
(http://github.com/Florent-Kermarrec/migen)
|
|
||||||
|
|
||||||
[> Status:
|
[> Status:
|
||||||
Miio & Mila working on board with standard term.
|
Miio & Mila working on board with standard term.
|
||||||
|
@ -43,8 +40,9 @@ RLE working on board.
|
||||||
RangeDetector and EdgeDector terms not tested.
|
RangeDetector and EdgeDector terms not tested.
|
||||||
|
|
||||||
[> Examples:
|
[> Examples:
|
||||||
test_Miio : Led & Switch Test controlled by Python Host.
|
Have a look at http://github.com/Florent-Kermarrec/misoc-de0nano
|
||||||
test_Miia : Logic Analyzer controlled by Python Host.
|
miscope_miio.py : Led & Switch Test controlled by Python Host.
|
||||||
|
miscope_mila.py : Logic Analyzer controlled by Python Host.
|
||||||
|
|
||||||
[> Contact
|
[> Contact
|
||||||
E-mail: florent@enjoy-digital.fr
|
E-mail: florent@enjoy-digital.fr
|
||||||
|
|
Loading…
Reference in New Issue