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

I3C specific assertion enable #23

Closed
clayton8 opened this issue Mar 18, 2025 · 1 comment
Closed

I3C specific assertion enable #23

clayton8 opened this issue Mar 18, 2025 · 1 comment

Comments

@clayton8
Copy link

I3C is using the caliptra macros for assertions. Example I3CCSR.sv:

`CALIPTRA_ASSERT_KNOWN(ERR_HWIF_IN, hwif_in, clk, !hwif_in.rst_ni)

This does not allow Caliptra SS to target disable/enable I3C assertions. Can you please use your own macro for enabling assertions? Something like CALIPTRA_I3C_ASSERT_KNOWN and it will use it's own CLP_I3C_ASSERT_ON macro for enabling the assertion.

@clayton8 clayton8 changed the title I3C specific assertions enable I3C specific assertion enable Mar 18, 2025
@kgugala
Copy link
Member

kgugala commented Mar 31, 2025

done with 22785d0

@kgugala kgugala closed this as completed Mar 31, 2025
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