Coder Social home page Coder Social logo

dunkdong / qflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rtimothyedwards/qflow

0.0 0.0 0.0 1.2 MB

Qflow full end-to-end digital synthesis flow for ASIC designs

Shell 15.48% C 50.58% Tcl 18.15% Verilog 5.76% SourcePawn 8.78% Makefile 1.24%

qflow's Introduction

NEW
qflow v.1.4
---------------------------------------------------------------
Tim Edwards
Open Circuit Design
v1.0 April    2013
v1.1 May      2015
v1.2 May      2018
v1.3 December 2018
v1.4 December 2018
---------------------------------------------------------------
GPL Copyright (c) 2018
---------------------------------------------------------------
Default technology uses OSU open source digital cell libraries
See http://vlsiarch.ecen.okstate.edu/flows/
---------------------------------------------------------------

To compile and install:

	./configure
	make
	make install

See full instructions on http://opencircuitdesign.com/qflow/

The ./configure needs arguments for each tool of the tool
chain that is not in the standard search path.  Qflow will
need to be able to find the following tools:

	yosys
	graywolf
	qrouter
	magic
	netgen

All of these tools typically install in a standard location
that is in the normal user path, such as /usr/local/bin/.

--------------------------------------------------------------
"qflow" is the original verilog digital flow from
opencircuitdesign, reorganized for the following reasons:

(1) All the technology-independent scripts and programs can
    be organized in one place, and not be copied for every
    project.

(2) All the technology-dependent files can be organized
    under a single tech directory, with the technology
    specified on the command-line, or even pulled from a
    file in the layout directory.

(3) Various working directories can be reassigned by
    setting environment variables

(4) The C source code files can be compiled under a standard
    "make" process

(5) The compile and install process can be put under gnu
    automake/autoconf.

(6) The location of external programs (e.g., qrouter and graywolf)
    can be searched for by autoconf, or passed as arguments
    to the configure script

(7) Try to convert and handle all files in standard formats:
    mainly RTL verilog, LEF, and DEF.
   
(8) Consolidate all configuration information into a single
    config file that can call out each tool or tools for
    which the configuration information applies, much like
    graywolf does, except extended to include the other
    tools in qflow.
--------------------------------------------------------------

qflow's People

Contributors

donn avatar just22 avatar rtimothyedwards avatar zanthra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.