Table of Contents
This repository gathers all essential sources for compiling the Qflow toolchain, an open-source VLSI design tool. The entire process of compiling and installing the toolchain is automated by a single shell script. The source files for the dependencies are packed inside this repository, this means that you dont have the latest versions but the ones that are proven to work together.
To install the toolchain clone the repository on your machine and run the install script.\
> git clone https://github.com/ts-manuel/qflow-toolchain.git
> cd qflow-toolchain
> ./install-ubuntu.sh
> git clone https://github.com/ts-manuel/qflow-toolchain.git
> cd qflow-toolchain
> ./install-centos.sh
- Ubuntu 22.04 LTS
- Ubuntu 23.10
- CentOS 7
The /examples
folder contains sample verilog code.
Run the gui inside the /examples/map9v3
folder to complete the qflow tutorial.
> cd examples/map9v3
> qflow gui