Skip to content

JakeStevens/SoCFoundationFlow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#SoC Foundation Flow

##Setting up the waf Build System

Add the following entries to your .cshrc or .tcshrc:

setenv SFF_ADMIN <path to the "admin" dir in the checked out git repository>
source $SFF_ADMIN/setup_env.tcsh

##Using the waf Build System Please refer to the waf_test directory for a bunch of examples of code in units (a unit is a related set of verilog files).

Note the system supports the advanced concept of views to enable you to transparently change unit behaviour to support FPGA or SoC synthesis or simulation without having to copy or modify source files. This is an alpha feature.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.2%
  • C++ 4.0%
  • TeX 1.0%
  • Java 0.9%
  • C 0.9%
  • Go 0.7%
  • Other 2.3%