Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
L litex
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Kestrel Collaboration
  • Kestrel LiteX
  • litex
  • Wiki
  • Quick Start

Quick Start · Changes

Page history
Update Quick Start authored Jun 12, 2020 by Raptor Engineering Development Team's avatar Raptor Engineering Development Team
Hide whitespace changes
Inline Side-by-side
Showing with 13 additions and 2 deletions
+13 -2
  • Quick-Start.md Quick-Start.md +13 -2
  • No files found.
Quick-Start.md
View page @ cecde226
......@@ -4,9 +4,10 @@
mkdir kestrel-tooling
cd kestrel-tooling
git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-tooling/yosys && cd ../
git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-tooling/yosys-plugins && cd ../
git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-tooling/nextpnr && cd ../
git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-tooling/prjtrellis && cd ../
git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-tooling/ghdl && cd ../
git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-tooling/ghdl-yosys-plugin && cd ../
```
**Install required tooling**
......@@ -14,6 +15,7 @@ git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-too
```
cd prjtrellis/libtrellis
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
make install
cd ../../
```
......@@ -21,12 +23,21 @@ cd ../../
```
cd nextpnr
cmake -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/usr .
make
make install
cd ../
```
```
cd ghdl
./configure --prefix=/usr --with-llvm-config
make
make install
cd ../
```
```
cd yosys-plugins/vhdl
cd ghdl-yosys-plugin
make
make install
```
......
Clone repository
  • CLA
  • FuseSOC
  • Quick Start

Powered by Integricloud