Getting Started#

Dependencies#

MCY requires python >= 3.5(?).

The example projects in the examples directory additionally require Icarus Verilog and SBY.

Installation#

To install mcy, run:

make
sudo make install

Example#

To check that everything is set up correctly, you can run an example project:

cd examples/bitcnt
mcy init
mcy run -j8