README: link directly to Yosys build instructions.
This commit is contained in:
parent
ed0f508e8a
commit
fd7f69f7a5
|
@ -26,9 +26,13 @@ The development of nMigen has been supported by [SymbioticEDA][], [LambdaConcept
|
|||
|
||||
nMigen requires Python 3.6 (or newer), [Yosys][] 0.9 (or newer), as well as a device-specific toolchain.
|
||||
|
||||
First, install Yosys, either using your system package manager, or [from source][yosyssrc]. Then, install nMigen and pinouts for many common FPGA developer boards:
|
||||
|
||||
pip install git+https://github.com/nmigen/nmigen.git
|
||||
pip install git+https://github.com/nmigen/nmigen-boards.git
|
||||
|
||||
[yosyssrc]: https://github.com/yosysHQ/yosys/#setup
|
||||
|
||||
### Introduction
|
||||
|
||||
TBD
|
||||
|
|
Loading…
Reference in a new issue