Skip to content

ts-manuel/qflow-toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qflow Toolchain

Table of Contents
  1. About The Project
  2. Toolchain Installation
  3. Getting Started
  4. Resources

About The Project

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.

Toolchain Installation

To install the toolchain clone the repository on your machine and run the install script.\

Ubuntu:

> git clone https://github.com/ts-manuel/qflow-toolchain.git
> cd qflow-toolchain
> ./install-ubuntu.sh

CentOS:

> git clone https://github.com/ts-manuel/qflow-toolchain.git
> cd qflow-toolchain
> ./install-centos.sh

Tested on

  • Ubuntu 22.04 LTS
  • Ubuntu 23.10
  • CentOS 7

Getting Started

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

Resources

About

Collection of sources to build the Qflow toolchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages