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

Improve implementation of debug port wires #119

Closed
JulianKemmerer opened this issue Sep 28, 2022 · 2 comments
Closed

Improve implementation of debug port wires #119

JulianKemmerer opened this issue Sep 28, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@JulianKemmerer
Copy link
Owner

  1. Use basic single clock domain global wires. Currently is done with old clock crossing style globals.
  2. Make work for verilator and cocotb cocotb integration #101 generated test benches
@JulianKemmerer JulianKemmerer added the enhancement New feature or request label Sep 28, 2022
@JulianKemmerer JulianKemmerer self-assigned this Sep 28, 2022
@JulianKemmerer
Copy link
Owner Author

Try to make #pragma MARK_DEBUG and #pragma FUNC_MARK_DEBUG work too

@JulianKemmerer
Copy link
Owner Author

MARK_DEBUG is complicated for debug ports since MARK_DEBUG is not a global marker - so need to elaborate to all things marked debug and then route them to global debug port names somehow? Follow up another day...

Otherwise this issue is done now since d7e7bb2

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

No branches or pull requests

1 participant