diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-25 10:49:26 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-25 10:49:26 -0700 |
commit | a02d1720a766ae1b993a9884e840f37b3d785b8f (patch) | |
tree | d11cde6c9cb30afc8a54d49834d79facf94bb5a7 /examples/mimas2/README | |
parent | c5e31ac9c3c49f38ddcb6e613ef4a092d69f71a2 (diff) | |
parent | eb663c75794d1249247ba88bf0bee835c98a8a85 (diff) | |
download | yosys-a02d1720a766ae1b993a9884e840f37b3d785b8f.tar.gz yosys-a02d1720a766ae1b993a9884e840f37b3d785b8f.tar.bz2 yosys-a02d1720a766ae1b993a9884e840f37b3d785b8f.zip |
Merge branch 'master' of github.com:YosysHQ/yosys
Diffstat (limited to 'examples/mimas2/README')
-rw-r--r-- | examples/mimas2/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/mimas2/README b/examples/mimas2/README new file mode 100644 index 000000000..b12875cbc --- /dev/null +++ b/examples/mimas2/README @@ -0,0 +1,8 @@ +A simple example design, based on the Numato Labs Mimas V2 board +================================================================ + +This example uses Yosys for synthesis and Xilinx ISE +for place&route and bit-stream creation. + +To synthesize: + bash run.sh |