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

case_insentive flag on Bus Class #42

Open
fpessacg opened this issue Mar 7, 2022 · 1 comment
Open

case_insentive flag on Bus Class #42

fpessacg opened this issue Mar 7, 2022 · 1 comment

Comments

@fpessacg
Copy link

fpessacg commented Mar 7, 2022

Hi, I'm using the library cocotbext-wishbone and I had some problems when using it with ghdl records.
When I track down the error, I found that when the library creates a WB master, it uses the class busDriver, and then the class Bus. When adding a new signal, the method checks the flag case_insensitive (default= True), to check if the signal exists. The problem is that this function does not support record signals, and no signal is created. Also, there isn't a warning telling that the signal was not found.
I add a flag case_insensitive=False in the creation of WB Master, and it works. But I think an update to this function, or at least a warning might be needed.

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

2 participants