Unverified Commit 52d4b097 authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

[bugfix] Fix BoringUtils up--down bug



Fix a bug in the new BoringUtils.bore API where this would generate
invalid FIRRTL if the user did boring which created a path that went up to
an LCA and then down.  Change the internal leastCommonAncestor utility to
also return the LCA module as this avoids a second call to compute the
LCA.

Fixes #3239.

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
parent b542b6ab
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