blu-blade-templating

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


License
GPL-3.0
Install
pip install blu-blade-templating==1.0

Documentation

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