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

SoC interrupt input missing in caliptra_ss_top #94

Open
elecharo opened this issue Feb 13, 2025 · 0 comments
Open

SoC interrupt input missing in caliptra_ss_top #94

elecharo opened this issue Feb 13, 2025 · 0 comments

Comments

@elecharo
Copy link

In Caliptra Subsystem release 0.8 all MCU interrupt inputs are driven from inside the subsystem (connected to MCI or OTP):

//Interrupt connections
always_comb begin
    ext_int = '0;
    ext_int[`VEER_INTR_VEC_MCI]                 = mci_intr;
    ext_int[`VEER_INTR_VEC_CLP_MBOX_DATA_AVAIL] = mailbox_data_avail;
    ext_int[`VEER_INTR_VEC_I3C]                 = 0;
    ext_int[`VEER_INTR_VEC_FC]                  = intr_otp_operation_done;
    //ext_int = ext_int_tb; //drive from tb if needed
end

There should be some bits that are connected to subsystem input ports and carry interrupts generated at SoC.

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