Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent member names in C++ emulator #706

Open
kenmcmil opened this issue May 17, 2016 · 0 comments
Open

Inconsistent member names in C++ emulator #706

kenmcmil opened this issue May 17, 2016 · 0 comments

Comments

@kenmcmil
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant