Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.77 KB

interfaces.md

File metadata and controls

38 lines (27 loc) · 1.77 KB

Hardware Interfaces

Referring to the Comportable guideline for peripheral device functionality, the module adc_ctrl has the following hardware interfaces defined

  • Primary Clock: clk_i
  • Other Clocks: clk_aon_i
  • Bus Device Interfaces (TL-UL): tl
  • Bus Host Interfaces (TL-UL): none
  • Peripheral Pins for Chip IO: none
Port Name Package::Struct Type Act Width Description
adc ast_pkg::adc_ast req_rsp req 1
wkup_req logic uni req 1
tl tlul_pkg::tl req_rsp rsp 1

Interrupts

Interrupt Name Type Description
match_done Event ADC match or measurement event done

Security Alerts

Alert Name Description
fatal_fault This fatal alert is triggered when a fatal TL-UL bus integrity fault is detected.

Security Countermeasures

Countermeasure ID Description
ADC_CTRL.BUS.INTEGRITY End-to-end bus integrity scheme.