| ... | ... | @@ -11,6 +11,19 @@ git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-too |
|
|
|
|
|
|
|
**Install required tooling**
|
|
|
|
|
|
|
|
```
|
|
|
|
cd prjtrellis/libtrellis
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
|
|
|
make install
|
|
|
|
cd ../../
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
cd nextpnr
|
|
|
|
cmake -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/usr .
|
|
|
|
make install
|
|
|
|
cd ../
|
|
|
|
|
|
|
|
```
|
|
|
|
cd yosys-plugins/vhdl
|
|
|
|
make
|
| ... | ... | |