Giter Site home page Giter Site logo

saislam / qutertl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chengyinwu/qutertl

0.0 1.0 0.0 435 KB

QuteRTL: A RTL Front-End Towards Intelligent Synthesis and Verification

License: GNU General Public License v3.0

Makefile 0.72% C++ 90.06% C 0.52% Lex 1.38% Yacc 7.32%

qutertl's Introduction

QuteRTL-20111020 Source Release
Copyleft(c) 2011 LaDs(III), GIEE, NTU, Taiwan

LATEST NOTE

This is a mirror of the source code in our first release in 2011 and thus it's just for those who want to use QuteRTL right now.

Unfortunately our server has been terribly crashed for a long time and it's still under repair. Once the server is up we'll update the code here to our latest release. Please contact us if you need extra materials.

INTRODUCTION

QuteRTL is a word-level framework developed for years. It generally supports synthesizable Verilog input and BLIF format designs, followed by a quick synthesizer which enables synthesizing CDFG (Control Data Flow Graph) into word-level netlist, including logics, arithmetics, shifters, comparators, FFs ..., etc. Afterwards, it supports us to flatten the hierarchical design into single flattened module. Output format can be either Verilog (hierarchical or flattened) or BLIF. Other than the main synthesis flow on RTL design, QuteRTL front-end also provides several helpful functionalities in helping understanding user the design.

In this version of release, we provide our source code for RTL front-end parser, synthesizer, circuit flatten, and design output writer. Commands for front-end manipulation are also involved. Please refer to our website for detailed information.

DOWNLOAD

Latest QuteRTL source code can be download in our website

Alternatively you can clone this repository: git clone https://github.com/chengyinwu/QuteRTL

COMPILE

$ cd <root-directory-of-QuteRTL>
$ make clean; make

EXECUTE

$ cd <root-directory-of-QuteRTL>
$ ./qutertl

COMMANDS

Type "help" in QuteRTL to get a full list of supported commands.

# Common Commands
DOfile                    # Execute the commands in the dofile
HELp                      # Print this help message
HIStory                   # Print command history
Quit                      # Quit the execution
SET LOgfile               # Copy and/or redirect messages to assigned file
USAGE                     # Report the runtime and / or memory usage

# I/O Commands
REAd DEsign               # Read design or the filelist of designs
WRIte CKt                 # Write out flattened Verilog or BLIF circuit
WRIte DEsign              # Write out hierarchical Verilog design

# Report Commands
REPort CDfg               # Report assigned node's CDFG information
REPort CKt                # Report flattened circuit information
REPort DEsign             # Report hierarchical design information
REPort GAte               # Report assigned gate's information
REPort MOdule             # Report module information

# Print Commands
WRIte CDfg                # Write the CDFG of assigned node before synthesis
WRIte CFG                 # Write out the control-flow graph for a specific pin with assigned bits
WRIte DFG                 # Write out the data-flow graph of assigned gate in flattened design
WRIte HIErarchy           # Write design hierarchical relationship

# Design Flow Commands
FLAtten                   # Perform flatten on synthesized design
SYNthesis                 # Perform synthesis on parsed RTL design

# Ckt Construction Commands
CHAnge MODule             # Change current module to its parant module in current design hierarchy
CREate DEsign             # Create design from command line interface
DEFine CEll               # Create cell(s) with specified cell type on current design
DEFine INST               # Create module instance
DEFine MODule             # Create a new sub-module on current design
DEFine NET                # Create I/O ports and nets on current design

LICENSE

Please refer to the COPYING file for license and copying information.

AUTHOR LIST

qutertl's People

Contributors

chengyinwu avatar

Watchers

James Cloos 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.