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

Avalon Simulation idea with cocotb #9

Open
amstan opened this issue Jan 13, 2022 · 1 comment
Open

Avalon Simulation idea with cocotb #9

amstan opened this issue Jan 13, 2022 · 1 comment

Comments

@amstan
Copy link

amstan commented Jan 13, 2022

I noticed that you didn't have much luck with Simulation/Verification beyond using low level verilator code.

I found using cocotb's AvalonMemory class seems to do the trick for emulating some kind of memory that your avalon master implemented in verilog will talk to. Cocotb can use verlator in the background, so in theory it shouldn't be too hard to switch.

@zangman
Copy link
Owner

zangman commented Jan 14, 2022

Thanks for sharing, I have not used cocotb before and will try and learn more about it.

The ideal way I feel is to use the Avalon BFM (Bus Functional Model) since that is maintained by Intel. Not sure if I'll ever get around to that though :).

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