We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Caliptra Subsystem release 0.8 all MCU interrupt inputs are driven from inside the subsystem (connected to MCI or OTP):
There should be some bits that are connected to subsystem input ports and carry interrupts generated at SoC.
The text was updated successfully, but these errors were encountered: