diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-10-26 17:22:29 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-10-26 17:22:29 +0200 |
commit | b934a2d20940de78c1d33ebe481e4230744392b5 (patch) | |
tree | 25ac5527a445add044f1421123760052cbe52d19 /techlibs/xilinx7/example_mojo_counter/README | |
parent | dd56004fc06c0ce4786457010fc9c70354ea3381 (diff) | |
download | yosys-b934a2d20940de78c1d33ebe481e4230744392b5.tar.gz yosys-b934a2d20940de78c1d33ebe481e4230744392b5.tar.bz2 yosys-b934a2d20940de78c1d33ebe481e4230744392b5.zip |
Added another xilinx example (not funcional yet)
Diffstat (limited to 'techlibs/xilinx7/example_mojo_counter/README')
-rw-r--r-- | techlibs/xilinx7/example_mojo_counter/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/techlibs/xilinx7/example_mojo_counter/README b/techlibs/xilinx7/example_mojo_counter/README new file mode 100644 index 000000000..690a9d843 --- /dev/null +++ b/techlibs/xilinx7/example_mojo_counter/README @@ -0,0 +1,10 @@ + +This is a simple example for Yosys synthesis targeting the Mojo FPGA +development board [1, 2]. Simple script for xst-based synthesis (incl. +generation of reference edif files) and uploading to the board can be +found here [3]. + +[1] http://embeddedmicro.com/tutorials/mojo +[2] https://www.sparkfun.com/products/11953 +[3] http://svn.clifford.at/handicraft/2013/mojo/ + |