-
Notifications
You must be signed in to change notification settings - Fork 2
hwt
Nic30 edited this page Dec 4, 2018
·
2 revisions
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
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.