chisel2-deprecated icon indicating copy to clipboard operation
chisel2-deprecated copied to clipboard

Inconsistent member names in C++ emulator

Open kenmcmil opened this issue 9 years ago • 0 comments

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!

kenmcmil avatar May 17 '16 21:05 kenmcmil