Unverified Commit ea9bfd2a authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Add "Must Deduplicate" API (bp #2077) (#2081)

* Add DiGraph factory method and prettyTree

* New factory method enables direct construction of DiGraphs from edges
* DiGraph.prettyTree enables visualization of tree or multi-tree
  diagraphs

(cherry picked from commit 5ea82302)

* Add MustDeduplicateTransform

This enables marking modules as "must deduplicate". If modules marked as
such do not deduplicate, the transform will create error reports and
make suggestions as to why deduplication failed.

(cherry picked from commit 5903e6a3

)

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent f80838c0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment