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

Make ExtModule port naming consistent with Module (#2548) (#2549)

ExtModule now uses the same namePorts implementation as regular Modules.
Previously, ExtModules only allowed port naming via runtime reflection.
This meant that .suggestName and other naming APIs do not work. It also
breaks FlatIO for ExtModule which is a potential replacement API for
BlackBox's special `val io` handling.

(cherry picked from commit 83cccfb7

)

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent 2453ac10
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