You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have an option not to prepend the module name to the names of class members in the C++ emulator. I'm trying to test several modules with a common C++ test bench. Because the C++ member names are inconsistent between modules, I am filtering my test bench code through sed to change all the member names, which, needless to say, is a bit awkward. It seems reasonable that modules with the same chisel interface should present the same C++ interface in the emulator.
Thanks for any help!
The text was updated successfully, but these errors were encountered:
It would be useful to have an option not to prepend the module name to the names of class members in the C++ emulator. I'm trying to test several modules with a common C++ test bench. Because the C++ member names are inconsistent between modules, I am filtering my test bench code through sed to change all the member names, which, needless to say, is a bit awkward. It seems reasonable that modules with the same chisel interface should present the same C++ interface in the emulator.
Thanks for any help!
The text was updated successfully, but these errors were encountered: