Skip to content
Nic30 edited this page Dec 4, 2018 · 2 revisions

HWT - Hardware toolkit

Framework for hardware generation and verification.

  • License: MIT
  • GIT: https://github.com/Nic30/hwt
  • Internal representation: netlist of statements
  • Optimization alg. paradigm: walker + dynamic programming

Internal representation

Hierarchical netlist where nodes are statements or components. Components of netlists caches signal sensitivity, closure and other features for faster graph processing. Goal is to scale well when adding chains of optimizations.

Clone this wiki locally