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 @@ ...@@ -4,9 +4,10 @@
mkdir kestrel-tooling mkdir kestrel-tooling
cd 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 && 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/nextpnr && cd ../
git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-tooling/prjtrellis && 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** **Install required tooling**
...@@ -14,6 +15,7 @@ git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-too ...@@ -14,6 +15,7 @@ git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-too
``` ```
cd prjtrellis/libtrellis cd prjtrellis/libtrellis
cmake -DCMAKE_INSTALL_PREFIX=/usr . cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
make install make install
cd ../../ cd ../../
``` ```
...@@ -21,12 +23,21 @@ cd ../../ ...@@ -21,12 +23,21 @@ cd ../../
``` ```
cd nextpnr cd nextpnr
cmake -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/usr . cmake -DARCH=ecp5 -DTRELLIS_INSTALL_PREFIX=/usr .
make
make install
cd ../
```
```
cd ghdl
./configure --prefix=/usr --with-llvm-config
make
make install make install
cd ../ cd ../
``` ```
``` ```
cd yosys-plugins/vhdl cd ghdl-yosys-plugin
make make
make install make install
``` ```
......
Clone repository
  • CLA
  • FuseSOC
  • Quick Start

Powered by Integricloud. Any automated access to this website for the purpose of training any LLM ("AI") for non-personal use as defined in our Terms of Service may be billed to the accessor per the Terms of Service. Continued access to this website by automated tooling indicates acceptance of these terms.