Skip to content

bluwireless/blade-templating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLADE


BLADE Templating

One of the many possible benefits to using BLADE is the ability to automatically generate RTL (Register Transfer Language), documentation, SDK support, and more for your design. Generated files can take advantage of the hierarchical description of the design, connectivity information, address maps and much more.

The example designs provided with BLADE provide an example of how this templating engine can be integrated with a hardware design flow.

BLADE Templating is built on top of Mako - a flexible and powerful Python templating engine. Traditionally it has been used for generating web pages, but it is more than flexible enough to cope with generating Verilog, VHDL, SystemC, and more. Further details can be found here.

System Requirements

Like BLADE, the templator is a Python based tool and has a few dependencies:

  • Python 3.6 or greater
  • Mako - The underlying templating engine
  • DesignFormat - The interchange format used by BLADE

Installing from PyPI

You can install BLADE Templating with its dependencies direct from PyPI:

$> pip install blu-blade-templating

About

Templating Engine for Generating Hardware from BLADE Output Blobs Based on Mako

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages