Git Product home page Git Product logo

mattaw / socfoundationflow Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 4.0 3.55 MB

Customization of waf to create a test framework and build tool for RTL

License: Apache License 2.0

Shell 0.12% Python 91.93% C 0.88% Assembly 0.03% Lex 0.02% Yacc 0.04% C++ 4.03% C# 0.42% D 0.07% Fortran 0.15% JavaScript 0.01% Java 0.96% Lua 0.01% Objective-C 0.01% Perl 0.05% XS 0.01% Ruby 0.01% TeX 1.03% Vala 0.09% XSLT 0.14%

socfoundationflow's Introduction

SoCFoundationFlow (SFF)

Setting up SFF

Bash:

Add the following lines to your ~/.bashrc file.

export SFF_ADMIN=<absolute path to admin directory of SFF>
source $SFF_ADMIN/setup_env.bash
export SFF_SIM_ENV=<Simulation Environment>

Tcsh:

Add the following lines to your ~/.cshrc file.

setenv SFF_ADMIN <absolute path to admin directory of SFF>
source $SFF_ADMIN/setup_env.tcsh
setenv SFF_SIM_ENV <Simulation Environment>

Running WAF

All files created by WAF will end up in the build directory.

Clearing the build directory:

waf distclean

Setting up your project:

waf configure --top_level=<top_level>

Running a simulation without the gui:

waf verify_source

Running a simulation with the gui:

waf sim_source

Outputting source and include file lists:

waf dump_source

The file dumps will be in a subdirectory of build. The name of this directory will be the name of the directory will be:

build/<dir_of_wscript>/work_dump/

Currently Supported Simulation Environments

The simulation environment dictates what tools will be used when simulating designs. The following list are values that can be set in the SFF_SIM_ENV variable to choose the respective environment.

  • incisive
  • modelsim

The following environments will be supported in future updates.

  • iverilog

Dependencies

The following tools must be installed for all simulation environments.

Incisive

The following tools must be installed for the incisive simulation environment.

Modelsim

The following tools must be installed for the modelsim simulation environment.

Iverilog

The following tools must be installed for the iverilog simuation environment.

socfoundationflow's People

Contributors

johnskubic avatar mattaw avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.