Fix ExtModule port's suggestedName not work
Type of change: bug report
Impact: no functional change
Development Phase: implementation
Release Notes
ExtModule port's name should take suggestdName first as RawModule do
Can one of the admins verify this patch?
ok to test
The original trait NamedModuleTester extends MultiIOModule didn't support ExtModule, so I change to trait NamedModuleTesterBase due to it doesn't depend on MultiIOModule.
Changing trait NamedModuleTester extends MultiIOModule to trait NamedModuleTester extends MultiIOModule with NamedModuleTesterBase does not affect other code.
Also thank you for writing the test, that was a pretty clever way to do it :)
We think this might have been fixed, needs to be tested.
@azidar Do you want this to be fixed? If so, I can renew this PR for the latest version of the code base.